Search found 120 matches

by bitRocky
Sun Aug 09, 2020 2:56 pm
Forum: Hollywood bugs
Topic: RapaGUI: PageView object aren't in the cycle chain
Replies: 1
Views: 1927

RapaGUI: PageView object aren't in the cycle chain

All but PageView objects are automatically in the cycle chain, so one could use Tab key to browse through them.

Would be nice to also have a PageView object in the cycle chain!
by bitRocky
Tue Aug 04, 2020 7:41 pm
Forum: Hollywood bugs
Topic: RapaGUI: progressbar and "max" attribute
Replies: 4
Views: 4627

Re: RapaGUI: progressbar and "max" attribute

Thanks for not giving up!
by bitRocky
Sat Jul 18, 2020 3:00 pm
Forum: RapaGUI
Topic: Copy and paste in text and textview
Replies: 6
Views: 5217

Re: Copy and paste in text and textview

For Text.mui objects you can set MUIA_Text_Marking to TRUE when creating the Textobject.
Then you are able to select (part of) the text. After releasing the mousebutton, it will be automatically copied to the clipboard!
by bitRocky
Mon Jun 29, 2020 3:58 pm
Forum: MUI Royale
Topic: MUI under Android?
Replies: 2
Views: 4346

Re: MUI under Android?

No, you need to use RapaGUI as gui system
by bitRocky
Sat Jun 20, 2020 12:03 am
Forum: RapaGUI
Topic: Some features not supported on RapaGUI on Android!?
Replies: 1
Views: 1846

Some features not supported on RapaGUI on Android!?

Hi, I noticed that the "frametitle" attribute for a HGroup and ColGroup doesn't work on my Android 10 phone. The frame is also missing for the ColGroup. The "accept" attribute for a TextEntry object isn't supported either, I set it to "0123456789,." but all other chars ...
by bitRocky
Mon Jun 17, 2019 2:38 pm
Forum: Newbie questions
Topic: Math operator to return the same value regardless if it is minus or plus.
Replies: 2
Views: 2748

Re: Math operator to return the same value regardless if it is minus or plus.

I think what you are looking for is Abs()!

Code: Select all

distance = distance + Abs(C)
by bitRocky
Sun May 19, 2019 8:34 am
Forum: Newbie questions
Topic: List and strings
Replies: 16
Views: 13944

Re: List and strings

You have to use parenthesis:

Code: Select all

			If not (loadedline$ = "unwanted") ;dont load this entry
				InsertItem(myvar$, loadedline$)
			EndIf
by bitRocky
Mon Apr 15, 2019 2:05 pm
Forum: General programming
Topic: How to know if a directory or Path is valid?
Replies: 5
Views: 4390

Re: How to know if a directory or Path is valid?

Have a look at this https://www.hollywood-mal.com/docs/html ... dling.html.
It doesn't helps you to check if the path is correct, but if the functions fails the script won't abort!
You can check the error yourself and message the user to choose a valid path.
by bitRocky
Sat Apr 06, 2019 3:18 pm
Forum: MUI Royale
Topic: Using MUI's built-in images
Replies: 3
Views: 4575

Re: Using MUI's built-in images

You can use "\33I[6:38]" for an up arrow for example!
by bitRocky
Wed Apr 03, 2019 1:14 am
Forum: General programming
Topic: Peek, Poke and Big / Little endians.
Replies: 5
Views: 4247

Re: Peek, Poke and Big / Little endians.

hmm, which Hollywood version are you using?
See here https://www.hollywood-mal.com/docs/html ... /Peek.html