Search found 5441 matches

by airsoftsoftwair
Mon Mar 18, 2024 3:12 pm
Forum: Hollywood bugs
Topic: Hurl2.0 - Error initializing cURL!
Replies: 12
Views: 1810

Re: Hurl2.0 - Error initializing cURL!

jPV wrote: Mon Mar 04, 2024 9:51 am BTW. now I remember that I don't @REQUIRE the hURL plugin in most of my programs, I just load it later or on-demand with LoadPlugin() and handle errors if that fails (#ERR_PLUGINDOUBLET too). In this way programs can work without a (online) TCP/IP stack.
Yes, that sounds like a good workaround.
by airsoftsoftwair
Mon Mar 18, 2024 3:11 pm
Forum: Hollywood bugs
Topic: Setpanning always both Channels on Linux
Replies: 1
Views: 91

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

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

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

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

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

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

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

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

Re: Run and Execute on Linux and Mac

Have you used the ./ path specification in the Run() and Execute() calls?