Search found 25 matches

by Steady
Tue Mar 07, 2023 12:53 pm
Forum: AmigaOS 3.2
Topic: Bug in Find
Replies: 6
Views: 34858

Re: Bug in Find

FYI, the core issue for this has been identified and will be in the next update (whatever that might be). In the meantime, please just put a slash at the end if you type the path in manually to work around the issue. Sorry about that annoyance.
by Steady
Tue Apr 19, 2022 9:09 am
Forum: AmigaOS 3.2
Topic: Titties and beer?
Replies: 4
Views: 27927

Re: Titties and beer?

Charming as usual.

Go ahead and submit them. They are being read and will be fixed if possible.

e.g. The issue with a crash when setting a background on the screen itself has been fixed and will be in the next release.
by Steady
Fri Feb 25, 2022 2:15 pm
Forum: AmigaOS 3.2
Topic: IPrefs/Workbench crash on 68000
Replies: 3
Views: 26333

Re: IPrefs/Workbench crash on 68000

I can see the same thing under a plain 68000 CPU with screen a picture for a screen background and I don't even have to select ResetWb. I will raise a bug.
by Steady
Wed Feb 23, 2022 6:27 am
Forum: AmigaOS 3.2
Topic: IPrefs/Workbench crash on 68000
Replies: 3
Views: 26333

Re: IPrefs/Workbench crash on 68000

Thanks kolla. I'll have a look and see if I can replicate it.
by Steady
Fri Aug 27, 2021 7:28 am
Forum: SDK Support
Topic: Con-handler window option
Replies: 14
Views: 55887

Re: Con-handler window option

I just looked at the os3 source and you are right about the window option. It also handles 0x for the parameter so that's not the problem. Maybe you just need to remove the space between WINDOW and your window value, so try WINDOW0x502c34ab

Yes, I know it is not OS4 but backwards compatibility ...
by Steady
Thu Aug 26, 2021 7:39 am
Forum: General AmigaOS
Topic: Window option followed by address : how it works ?
Replies: 5
Views: 6544

Re: Window option followed by address : how it works ?

I think the documentation is a little bit confusing there.

The "WINDOW" argument is actually referring to the "CON:////" argument. There is no argument that actually SAYS window. There is a SCREEN argument that takes a screen address, though.
by Steady
Mon Apr 26, 2021 8:26 am
Forum: General Developer Support
Topic: Where to pick the default printed page size?
Replies: 4
Views: 21726

Re: Where to pick the default printed page size?

Yes, GetPrefs() is REALLY OLD and is only supported for backward compatibility with OS 1.x. It can't really represent all the preferences that OS 2.0 and higher can save.

The way to read preferences since 2.0 is not as simple, unfortunately, and is described in the link below:

https://wiki.amigaos ...
by Steady
Fri Jan 22, 2021 6:17 am
Forum: Platform: Classic
Topic: Amiga OS4.1fe update2 hotfix on BlizzardPPC
Replies: 16
Views: 52699

Re: Amiga OS4.1fe update2 hotfix on BlizzardPPC

Is that true in general or just for classic?
by Steady
Sat Sep 19, 2015 6:28 am
Forum: General AmigaOS
Topic: Bug in Multiview Search requester
Replies: 43
Views: 57782

Re: Bug in Multiview Search requester

Actually, I just saw a similar problem in an ASL requester (well, I assume it was ASL) last night and forgot where it was. It might be a problem in some very common code. When I remember/repeat it I will post where it was.
by Steady
Thu Sep 17, 2015 2:50 am
Forum: General AmigaOS
Topic: Bug in Multiview Search requester
Replies: 43
Views: 57782

Re: Bug in Multiview Search requester

broadblues wrote:reported as bug 9302
Thanks. I knew it was one of those things that show up at random, but I got it more often than not. Thanks for confirming and raising.