Search found 5425 matches

by airsoftsoftwair
Mon Feb 19, 2024 9:33 pm
Forum: General programming
Topic: Output of Program executed with Run() is not handled ion AmigaOS 3
Replies: 1
Views: 129

Re: Output of Program executed with Run() is not handled ion AmigaOS 3

Yes, I can confirm this even though it's surprising me. I surely tested this on OS3 when I first implemented it. Must have got broken when I made some changes to the code later. Thanks for reporting!
by airsoftsoftwair
Mon Feb 19, 2024 9:32 pm
Forum: Hollywood bugs
Topic: GetErrorName() with bad arguments
Replies: 1
Views: 152

Re: GetErrorName() with bad arguments

Right, clearly a bug, will be fixed.
by airsoftsoftwair
Mon Feb 19, 2024 9:32 pm
Forum: Wishlist
Topic: Spot vs things in Collision check.
Replies: 1
Views: 283

Re: Spot vs things in Collision check.

Yes, could be a useful addition. I'll see what I can do.
by airsoftsoftwair
Mon Feb 19, 2024 9:32 pm
Forum: General programming
Topic: Is there a way to make sure that certain button activates when two buttons are in same place?
Replies: 4
Views: 355

Re: Is there a way to make sure that certain button activates when two buttons are in same place?

Would have tested, but even if it works as expected, that doesn't mean it would always work necessarily, if there is some randomness in it. It's not really random. All buttons are chained in a linked list to the current BGPic and then this list is checked against mouse events in the order of creati...
by airsoftsoftwair
Mon Feb 19, 2024 9:30 pm
Forum: Hollywood bugs
Topic: DeleteButton with DoubleBuffer gives error, bug or a feature?
Replies: 1
Views: 123

Re: DeleteButton with DoubleBuffer gives error, bug or a feature?

That's actually a feature. Double buffer puts Hollywood in a rather lowlevel state and it's expected that you handle everything manually. Layers and sprites aren't available in double buffering mode either.
by airsoftsoftwair
Sun Feb 11, 2024 10:00 pm
Forum: Newbie questions
Topic: No debug window in AmiKit?
Replies: 6
Views: 301

Re: No debug window in AmiKit?

Tuxedo wrote: Sun Feb 11, 2024 9:58 pm Hum...I've only a plain AmiKit 8.5 installation...maybe was really a Dopus 5 problem...
Well, Dopus 5 is the godfather of patches... doesn't it replace Workbench completely? ;)
by airsoftsoftwair
Sun Feb 11, 2024 9:56 pm
Forum: Newbie questions
Topic: No debug window in AmiKit?
Replies: 6
Views: 301

Re: No debug window in AmiKit?

Ah, ok, well that is just a console window. If that doesn't open on your system I'd definitely say that there's some patch on your system that's preventing it from opening.
by airsoftsoftwair
Sun Feb 11, 2024 9:55 pm
Forum: Windows IDE
Topic: Minor Bug: Copy-Paste Paste failing on Windows 10 and 11
Replies: 6
Views: 1084

Re: Minor Bug: Copy-Paste Paste failing on Windows 10 and 11

Hmm, can't really reproduce it. Is there any way to trigger this bug or is it completely random?
by airsoftsoftwair
Sun Feb 11, 2024 9:54 pm
Forum: RapaGUI
Topic: Use Pageview class with Treeview class ?
Replies: 8
Views: 895

Re: Use Pageview class with Treeview class ?

I also had the graphical bug on the treeview titles with a single column example code. It shows underlaying windows/desktop where it should show the title.. and then it flickers with random graphic data when you resize the window. The same thing that can be seen in the above screenshot. Yeah, but t...