Search found 5919 matches
- Sun Mar 08, 2026 4:29 pm
- Forum: APK Compiler
- Topic: What's wrong here?
- Replies: 5
- Views: 9559
Re: What's wrong here?
Is there any reason why you don't use the latest APK Compiler 5.0? APK Compiler 4.4 is 3 years old and the Android build chain and Gradle load lots of additional components needed for building from servers so it could be that something in the build chain is broken. The easiest way to solve this is p...
- Sun Mar 08, 2026 4:27 pm
- Forum: Newbie questions
- Topic: Connecting to the radio stream
- Replies: 5
- Views: 13458
- Sun Mar 08, 2026 4:26 pm
- Forum: Hollywood bugs
- Topic: Minor bug with SeekMusic
- Replies: 9
- Views: 6927
Re: Minor bug with SeekMusic
AvCodec seems to fix the issue. Compariosn between using SeekMusic with AvCodec on and without it, result in SeekMusic jumping to completely different locations, several seconds apart when jumping to location at about 2 minutes. This isn't a Hollywood bug but a DirectShow issue. Keep in mind that o...
- Sun Mar 08, 2026 4:23 pm
- Forum: RapaGUI
- Topic: CopyFile and Progressbar
- Replies: 4
- Views: 7227
Re: CopyFile and Progressbar
On Manjaro with Gnome 3 your example doesn't work. It starts the copy of the file and the progress bar remains empty It fills to the 100% when the copy is finished. Which is exactly what my code does as well. You must use RunCallback() to make this work everywhere. Even if plouf's version works cor...
- Thu Mar 05, 2026 8:45 pm
- Forum: Announcements
- Topic: Forum slowness and downtimes
- Replies: 2
- Views: 13203
Re: Forum slowness and downtimes
Unfortunately, the bots seem to be back so expect some downtime again until this is fixed. Maybe the forum needs to be shielded by Cloudflare again.
- Sun Mar 01, 2026 6:15 pm
- Forum: General plugin questions
- Topic: ZIP plugin OpenArchive on VirtualFile
- Replies: 2
- Views: 26243
Re: ZIP plugin OpenArchive on VirtualFile
Code: Select all
- Fix: Using zip.OpenArchive() with #MODE_READWRITE or #MODE_WRITE didn't work with virtual files
- Sun Mar 01, 2026 6:15 pm
- Forum: General plugin questions
- Topic: Zip plugin doesn't create a new file on MorphOS
- Replies: 2
- Views: 20035
Re: Zip plugin doesn't create a new file on MorphOS
Code: Select all
- Fix [MorphOS]: zip.OpenArchive() with #MODE_WRITE didn't work if the target file didn't exist
- Sun Mar 01, 2026 6:14 pm
- Forum: Newbie questions
- Topic: The best programming environment on a new Mac.
- Replies: 3
- Views: 8246
Re: The best programming environment on a new Mac.
SciTE has support for Hollywood and is available for macOS so this could be a good choice.
- Sun Mar 01, 2026 6:13 pm
- Forum: APK Compiler
- Topic: Compiled APK Not Installing as Update
- Replies: 1
- Views: 8523
- Sun Mar 01, 2026 6:13 pm
- Forum: APK Compiler
- Topic: What's wrong here?
- Replies: 5
- Views: 9559
Re: What's wrong here?
What Gradle version are you using?