Search found 475 matches

by SamuraiCrow
Sun Jun 07, 2020 5:21 am
Forum: Wishlist
Topic: Android: Promote Playmusic
Replies: 3
Views: 2860

Re: Android: Promote Playmusic

If it's a shortcut from somewhere that it gets called, could it be mapped into the RapaGUI plugin as an accelerator with all the other keys? My 111-key media keyboard has a play/pause button on it along with mute, volume up, volume down, home, email, power and calculator. I don't know if it even mak...
by SamuraiCrow
Wed May 20, 2020 5:07 pm
Forum: RapaGUI
Topic: TreeView and right mouse button
Replies: 8
Views: 4658

Re: TreeView and right mouse button

If the event is generated it is processed before it even gets to Hollywood, I think. The edit function on listview items is a double left-click. Maybe that will work also for the tree gadget. Maybe my memory is wrong but it might be consistant with that.
by SamuraiCrow
Tue May 19, 2020 5:56 pm
Forum: RapaGUI
Topic: TreeView and right mouse button
Replies: 8
Views: 4658

Re: TreeView and right mouse button

If it is not possible to right-click without triggering a menu in your OS then no. RapaGUI gadgets are native widgets in the host operating system.
by SamuraiCrow
Sat May 16, 2020 12:12 am
Forum: General programming
Topic: Run() doesn't work on Linux Arm?
Replies: 6
Views: 4624

Re: Run() doesn't work on Linux Arm?

Maybe it's a Unicode thing or the slash needs to be dead-keyed.
by SamuraiCrow
Wed May 13, 2020 8:56 pm
Forum: General programming
Topic: Run() doesn't work on Linux Arm?
Replies: 6
Views: 4624

Re: Run() doesn't work on Linux Arm?

Could it be a permission problem in the Linux filesystem? Make sure the execute permissions are set for everyone.
by SamuraiCrow
Mon May 11, 2020 6:25 pm
Forum: Wishlist
Topic: @MAINFILE preprocessor command
Replies: 17
Views: 13422

Re: @MAINFILE preprocessor command

I'll do a small example of an included Hollywood framework: /* * include/world.hws */ Function p_Location$() Return("the world") EndFunction Function p_Greeting$() Return("Hello") EndFunction Here's the unit-test to test the libraries in the include directory /* * include/test.hw...
by SamuraiCrow
Mon May 11, 2020 4:39 am
Forum: Wishlist
Topic: @MAINFILE preprocessor command
Replies: 17
Views: 13422

Re: @MAINFILE preprocessor command

I'd suggest putting unit tests in the same directory as the includes but in order to make the final code independent of the unit tests, put them outside the include directory and put the build options in a shell script called run.sh on Linux or Mac, run.bat on Windows, and simply name it run on the ...
by SamuraiCrow
Wed May 06, 2020 5:19 pm
Forum: Wishlist
Topic: @MAINFILE preprocessor command
Replies: 17
Views: 13422

Re: @MAINFILE preprocessor command

As a workaround, you can pass in a string constant into your Hollywood script (compiled or through the interpreter) to prepend onto the path of your includes. This allows you to put all of your includes in one directory and callers into another. To make a string constant from the command prompt, you...
by SamuraiCrow
Wed May 06, 2020 2:33 am
Forum: Newbie questions
Topic: Negative arrays
Replies: 7
Views: 5628

Re: Negative arrays

Not enough information to solve it. Can you use the IPairs iterator to list all the keys and values of the first dimension of arrays?
by SamuraiCrow
Wed May 06, 2020 2:30 am
Forum: Newbie questions
Topic: 3D cube
Replies: 11
Views: 7991

Re: 3D cube

I think you just use the password in the email sent to you. I don't think it can be reset or set to anything other than the email indicated.