Search found 16 matches
- Wed Aug 09, 2023 10:56 pm
- Forum: Hollywood bugs
- Topic: IsMusic() problem
- Replies: 2
- Views: 6892
IsMusic() problem
Hi, It appears that IsMusic() has a problem. After it decides that a file is not music (or audio), you can no longer open it for writing. StringToFile() also fails, but deleting with DeleteFile() does work, so I guess you could do that first as a workaround. Example: StringToFile("1", &quo...
- Mon Aug 07, 2023 5:04 pm
- Forum: APK Compiler
- Topic: APK Compiler fail to compile
- Replies: 4
- Views: 6043
Re: APK Compiler fail to compile
Hi matty47, I have almost the exact same problem. I installed the APK-compiler version 4.4 over version 4.1 and that went fine. But maybe I did something wrong, because when I try to compile something I get the same errors as you. I updated and re-installed Android Studio but that did not help. I al...
- Mon Jun 14, 2021 10:30 am
- Forum: RapaGUI
- Topic: Display update
- Replies: 8
- Views: 4894
Re: Display update
Ok, this will take some getting used to, but at least I know now this is how it should be done.
- Fri Jun 11, 2021 7:25 pm
- Forum: RapaGUI
- Topic: Display update
- Replies: 8
- Views: 4894
Re: Display update
Yes, this works, thanks!
This will have to do for now at least.
I already tried doing stuff after WaitEvent, so I also found out it never returns.
But I never bothered to remove the loop. There is a loop in the documentation, and WaitEvent might work differently later on.
This will have to do for now at least.
I already tried doing stuff after WaitEvent, so I also found out it never returns.
But I never bothered to remove the loop. There is a loop in the documentation, and WaitEvent might work differently later on.
- Tue Jun 08, 2021 10:14 pm
- Forum: RapaGUI
- Topic: Display update
- Replies: 8
- Views: 4894
Re: Display update
Without seeing your code it is difficult to know if the problem is unexpected behavior or your code, for I can easily see reasons why this would happen because you have coded it the wrong way. Good point. Here it is. ; Display update test @REQUIRE "RapaGUI" Function p_EventHandler(msg) Sw...
- Sun Jun 06, 2021 10:04 pm
- Forum: RapaGUI
- Topic: Display update
- Replies: 8
- Views: 4894
Display update
Hello, I am making an app for Android using RapaGUI. It seems that widgets will only be updated after WaitEvent() has finished handling an event. So if I load a file for example, and change the text of a text widget to something like "Loading file...", this will only be visible until *afte...
- Wed Sep 02, 2020 8:42 pm
- Forum: Hollywood bugs
- Topic: @IF 0 Dim a[10] @ENDIF
- Replies: 2
- Views: 2525
@IF 0 Dim a[10] @ENDIF
I was disabling some code using an @IF @ENDIF pair and Hollywood could not find the @ENDIF. But it only happened if the first statement following the @IF statement was a Dim statement and the condition was false. Surely this is a bug? Maybe this has been mentioned before, but I could not find that. ...
- Sun Jun 28, 2020 10:23 pm
- Forum: RapaGUI
- Topic: Double Click event
- Replies: 7
- Views: 6751
Re: Double Click event
I use Hollywood 8.0 but am still on RapaGUI 1.2. Can it be downloaded from somewhere? On the Hollywood site the most recent version appears to be 1.2. 2.0 is currently only available for Android. It's hard-coded into Hollywood 8.0 for Android. Release for other platforms is still to come. Also, I w...
- Sat Jun 27, 2020 11:44 am
- Forum: RapaGUI
- Topic: Double Click event
- Replies: 7
- Views: 6751
Re: Double Click event
On Android you'd probably want a long-press event instead. ....which is actually already supported by RapaGUI 2.0 on Android. Use Listview.LongClick [N] for that. I use Hollywood 8.0 but am still on RapaGUI 1.2. Can it be downloaded from somewhere? On the Hollywood site the most recent version appe...
- Sun May 24, 2020 12:11 pm
- Forum: Hollywood bugs
- Topic: #HW_...
- Replies: 3
- Views: 3290
Re: #HW_...
Damn, I didn't RTFM far enough.
Thanks.
Maybe this should be possible in the IDE too somehow. Personally I would prefer it if I didn't have to use the console.
Thanks.
Maybe this should be possible in the IDE too somehow. Personally I would prefer it if I didn't have to use the console.