Search found 5450 matches

by airsoftsoftwair
Mon Mar 18, 2024 3:11 pm
Forum: Hollywood bugs
Topic: Setpanning always both Channels on Linux
Replies: 1
Views: 139

Re: Setpanning always both Channels on Linux

Yes, apparently this is currently unsupported on Linux but it's on my list.
by airsoftsoftwair
Tue Mar 05, 2024 10:55 pm
Forum: Newbie questions
Topic: AmigaOS Title bar in Hollywood FullScreen mode?
Replies: 6
Views: 636

Re: AmigaOS Title bar in Hollywood FullScreen mode?

I added the Backfill table with the type color(with or wirthout the Color specified) and magically the TitleBar in the opened screen appeared! I knew there was a way to make the titlebar appear ;) But now I've another problem.... Can I deactivate the BackFill when exiting from FullScreen? Have you ...
by airsoftsoftwair
Tue Mar 05, 2024 10:43 pm
Forum: RapaGUI
Topic: Windows bug when minimized
Replies: 1
Views: 153

Re: Windows bug when minimized

Yes, looks like a bug. I'll check.
by airsoftsoftwair
Tue Mar 05, 2024 10:43 pm
Forum: Wishlist
Topic: IsNum command for string commands.
Replies: 2
Views: 901

Re: IsNum command for string commands.

Bugala wrote: Sun Mar 03, 2024 5:53 pm You can get this done by first checking IsAlNum and if true, then checking if IsAlpha is false, but would be better to have simply IsNum()
Hmm, are you looking for IsDigit() maybe?
by airsoftsoftwair
Tue Mar 05, 2024 10:42 pm
Forum: RapaGUI
Topic: Feature request: Listview drag'n'drop for rows
Replies: 2
Views: 256

Re: Feature request: Listview drag'n'drop for rows

This is already on my to do list but it's not trivial but it'll definitely come, sooner or later :)
by airsoftsoftwair
Tue Mar 05, 2024 10:40 pm
Forum: RapaGUI
Topic: Small docs improvement concerning MenuItems
Replies: 1
Views: 122

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: 427

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: 338

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: 257

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: 1966

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...