Search found 5446 matches

by airsoftsoftwair
Tue Sep 12, 2017 6:24 pm
Forum: General programming
Topic: multiple layertofronts behavior?
Replies: 14
Views: 16041

Re: multiple layertofronts behavior?

- New: LayerToFront() and LayerToBack() accept an optional argument now; if this is set to FALSE, the layer isn't brought to front or back by swapping layers but by simply moving the specified layer to the front or the back; this is a much more logical behaviour but by default LayerToFront() and La...
by airsoftsoftwair
Tue Sep 12, 2017 6:21 pm
Forum: General questions
Topic: Designer 4 not recognising Hollywood 7
Replies: 15
Views: 23826

Re: Designer 4 not recognising Hollywood 7

Have you checked that the file that Designer complains about exists?
by airsoftsoftwair
Mon Sep 11, 2017 11:33 pm
Forum: Announcements
Topic: RebelSDL 1.0 released
Replies: 12
Views: 20973

Re: RebelSDL 1.0 released

Generally SDL2 is available for Android - what's the issue actually preventing this plugin for Android? Everything is different on Android. Hollywood for Android is a weird mixture of Java and C and there is no easy way to completely replace Hollywood's inbuilt display handler with something comple...
by airsoftsoftwair
Mon Sep 11, 2017 11:08 pm
Forum: General programming
Topic: -help or -?
Replies: 3
Views: 4337

Re: -help or -?

Arguments have to start with a letter from the English alphabet so "?" is not acceptable. Also, arguments recognized by Hollywood itself are reserved, so you cannot use -help either.
by airsoftsoftwair
Mon Sep 11, 2017 11:07 pm
Forum: RapaGUI
Topic: slider problem
Replies: 2
Views: 4159

Re: slider problem

Code: Select all

- Fix [Windows/Linux/MacOS]: Clicking to the left and right of the slider knob to change the knob's
  position didn't trigger a notification
by airsoftsoftwair
Fri Sep 08, 2017 11:51 pm
Forum: General programming
Topic: Changing xml files
Replies: 8
Views: 9710

Re: Changing xml files

Hmm, I'm still not sure I understand this question. Of course you can use variables to change the XML file that is loaded, e.g. Switch a Case 1: f$ = "gui1.xml" Case 2: f$ = "gui2.xml" Case 3: f$ = "gui3.xml" EndSwitch moai.CreateApp(FileToString(f$)) Is that what you'r...
by airsoftsoftwair
Fri Sep 08, 2017 11:49 pm
Forum: General questions
Topic: Designer 4 not recognising Hollywood 7
Replies: 15
Views: 23826

Re: Designer 4 not recognising Hollywood 7

You'll only get this error if Work:programming/Designer/projects/Star Trek Scheme v8/Sounds/Computer/STcomp003.wav doesn't exist... so as Lazi said, please verify if the file is really there and readable.
by airsoftsoftwair
Wed Sep 06, 2017 10:13 pm
Forum: General programming
Topic: Changing xml files
Replies: 8
Views: 9710

Re: Changing xml files

I'm not sure I fully understand this question but in case you're trying to create additional GUI objects when there is already a GUI, take a look at the Dynamic1.hws example script that comes with RapaGUI. It can open an unlimited number of windows.
by airsoftsoftwair
Wed Sep 06, 2017 10:11 pm
Forum: General programming
Topic: WB Icon
Replies: 17
Views: 18145

Re: WB Icon

Yes, first use FileToString(), then ReplaceStr(). See the Dynamic1.hws example that comes with RapaGUI. It also uses an XML template that is changed by the Hollywood script on the fly.
by airsoftsoftwair
Wed Sep 06, 2017 10:09 pm
Forum: General questions
Topic: Designer 4 not recognising Hollywood 7
Replies: 15
Views: 23826

Re: Designer 4 not recognising Hollywood 7

The APNG plugin requires a new plugin interface introduced with Hollywood 5.2. Designer 4.0 only understands the Hollywood 5.0 plugin interface. That's why you get the error message. I know it's annoying but it's completely harmless. Just hit OK and it will continue loading.