Search found 237 matches
- Tue Feb 10, 2026 12:17 am
- Forum: Announcements
- Topic: Hollywood APK Compiler 5.0 released
- Replies: 7
- Views: 5729
Re: Hollywood APK Compiler 5.0 released
Guess I‘ll have something to do next Weekend. Thank you for all your continued work on this.
- Tue Feb 10, 2026 12:13 am
- Forum: APK Compiler
- Topic: error compiling apk
- Replies: 6
- Views: 11533
Re: error compiling apk
Guess I have something to do next Weekend. Thanks for the Update…
- Sun Jan 11, 2026 10:53 pm
- Forum: Announcements
- Topic: Hollywood 11: Coderise out now
- Replies: 16
- Views: 17937
Re: Hollywood 11: Coderise out now
Thank you, Andreas.
Just installed the update on my powerbook, now going to explore the news/changes.
Just installed the update on my powerbook, now going to explore the news/changes.
- Sun Dec 28, 2025 11:44 pm
- Forum: APK Compiler
- Topic: error compiling apk
- Replies: 6
- Views: 11533
Re: error compiling apk
Or wait for an APK Compiler update which will come soon ;) I just switched to a new pc (still am using MorphOS as main hollywood system) and was in the process of reinstalling the APK Compiler. Would it be a clever decision to wait for the new version of the APK Compiler or to go through ther hassl...
- Sun Dec 28, 2025 4:10 pm
- Forum: Hollywood bugs
- Topic: rotatetextobject
- Replies: 1
- Views: 8137
rotatetextobject
I found a misbehaviour with RotateTextObject() at least on MorphOS anf Hollywood X (wasn't there in earlier versions): If rotating by 90° or 270° the text object gets placed with some pixel trash like shown here: https://via.bckrs.de/temp/rotate90_hwx.png CreateTextObject (1,"AP- Rate (Hz)"...
- Sat Nov 08, 2025 9:19 pm
- Forum: APK Compiler
- Topic: Google Playstore Release - How to do?
- Replies: 4
- Views: 8637
Re: Google Playstore Release - How to do?
I gave up, too. I never got my DUNS number and had issues with the privacy declaration (I added those files, but…). The number of issues shrinked after I put some effort into that. But it didn‘t do a good math: way too much work for maybe a dozen users… I think it’s probably better to support some o...
- Sat Oct 11, 2025 10:21 pm
- Forum: Showcase
- Topic: Some scientific/educational software
- Replies: 30
- Views: 91532
Re: Some scientific/educational software
The MorphOS shutdown tool tdcc was updated to 0.5: -> https://via.bckrs.de/files/tdcc.htm Nothing big, but removed a shut down time miscalculation probably introduded in V0.3 related to a slider event ("level") triggered by "moai.set ("slider01","Level",..." E...
- Fri Nov 08, 2024 5:04 pm
- Forum: APK Compiler
- Topic: Alternatives to Google Play store for publishing
- Replies: 5
- Views: 22413
Re: Alternatives to Google Play store for publishing
I am off from the app store now. The DUNS number did it. Applied for one, but never got one. Maybe lost in spam or whatever. Just not worth the efforts.
- Mon Oct 07, 2024 9:16 pm
- Forum: Newbie questions
- Topic: Hardware Analysis
- Replies: 5
- Views: 6067
Re: Hardware Analysis
For easy things like Fastram/Chipram availability you can run the DOS command "avail" via Hollywood command run (or ecxecute) Run ("Sys:avail >ram:bla") And access the result from ram:bla from your code. Instead of using a temp file that you access you can use the new syntax of r...
- Tue Jun 18, 2024 12:57 am
- Forum: Newbie questions
- Topic: Calling Other Scripts From A Main Script
- Replies: 6
- Views: 4286
Re: Calling Other Scripts From A Main Script
I suggest to use the run() command if you want to keep your daughter script also as a stand alone program. You shoud set up a message port in your daughter script and an EventHandler: CreatePort("daughter_script_MSGPORT") ;Message port for Interprocess communication InstallEventHandler({On...