Search found 5425 matches

by airsoftsoftwair
Tue Mar 05, 2024 10:40 pm
Forum: RapaGUI
Topic: Small docs improvement concerning MenuItems
Replies: 1
Views: 65

Re: Small docs improvement concerning MenuItems

mrupp wrote: Sun Mar 03, 2024 1:36 pm Still, it might save some time to others (as it would have for me) to change the example above to the following:
Yes, makes sense, I've just changed that.
by airsoftsoftwair
Sun Mar 03, 2024 10:05 pm
Forum: RapaGUI
Topic: Listview CheckBox column & AROS
Replies: 5
Views: 343

Re: Listview CheckBox column & AROS

mrupp wrote: Sat Mar 02, 2024 9:09 am But the docs should be corrected, right?
Yup, that will be corrected :)
by airsoftsoftwair
Sun Mar 03, 2024 10:04 pm
Forum: Wishlist
Topic: Declaration of Variable Option
Replies: 1
Views: 241

Re: Declaration of Variable Option

Actually, I've thought about something like this several times but then decided against it because this has the potential to cause lots of trouble, e.g. 3rd party includes containing some library code etc. could stop working if they aren't designed to be compatible with a mode that requires declarat...
by airsoftsoftwair
Sun Mar 03, 2024 10:01 pm
Forum: Hollywood bugs
Topic: Run and Execute on Linux and Mac
Replies: 2
Views: 180

Re: Run and Execute on Linux and Mac

Have you used the ./ path specification in the Run() and Execute() calls?
by airsoftsoftwair
Sun Mar 03, 2024 10:00 pm
Forum: Hollywood bugs
Topic: Hurl2.0 - Error initializing cURL!
Replies: 12
Views: 1703

Re: Hurl2.0 - Error initializing cURL!

Go offline, start Winuae, test again Ok, right, with no Internet connection WinUAE won't install bsdsocket.library at all. At startup hURL will try to initialize AmiSSL and that will fail if it can't open bsdsocket.library so I think it is normal behaviour. Without an internet connection hURL can't...
by airsoftsoftwair
Mon Feb 26, 2024 9:38 pm
Forum: Newbie questions
Topic: AmigaOS Title bar in Hollywood FullScreen mode?
Replies: 6
Views: 516

Re: AmigaOS Title bar in Hollywood FullScreen mode?

Actually, it doesn't seem to work. I'm sure it was working at some time but I can't seem to find a way to keep the title bar in full screen mode on Amiga. Will be fixed...
by airsoftsoftwair
Mon Feb 26, 2024 9:36 pm
Forum: RapaGUI
Topic: Listview CheckBox column & AROS
Replies: 5
Views: 343

Re: Listview CheckBox column & AROS

There are "millions" of things that don't work with Zune, it's quite buggy with MUI compatibility and doesn't support newer MUI features, so I would say it's a Zune issue if it works on all other platforms. +1 I have also given up on Zune issues. It's definitely enough having to support t...
by airsoftsoftwair
Mon Feb 26, 2024 9:34 pm
Forum: Hollywood bugs
Topic: Hurl2.0 - Error initializing cURL!
Replies: 12
Views: 1703

Re: Hurl2.0 - Error initializing cURL!

jPV wrote: Wed Feb 21, 2024 10:29 am AmiSSL seems to require bsdsocket V4: https://forum.amiga.org/index.php?topic ... #msg858415
Ok, this could explain the problem but I'm wondering why Fingus reported that the problem exists on WinUAE as well. WinUAE should have a v4 bsdsocket.library...
by airsoftsoftwair
Mon Feb 26, 2024 9:33 pm
Forum: Off topic
Topic: Looking for somebody in the UK
Replies: 4
Views: 5786

Re: Looking for somebody in the UK

Actually, someone over at amigaworld.net was kind enough to help with this. Thanks anyway!
by airsoftsoftwair
Mon Feb 26, 2024 9:33 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?

plouf wrote: Tue Feb 20, 2024 5:54 am i would say its the opposite order the last created is the first triggered
Yup, right, looks like the list is traversed from tail to head so it makes sense that last created triggers first.