Search found 5943 matches
- Sun Apr 19, 2026 9:42 pm
- Forum: Showcase
- Topic: HollyTris - modern Tetris clone
- Replies: 7
- Views: 544
Re: HollyTris - modern Tetris clone
Looks nice, good job!
- Sun Apr 19, 2026 9:42 pm
- Forum: Hollywood bugs
- Topic: DisplayTextObjectFX
- Replies: 11
- Views: 2205
Re: DisplayTextObjectFX
So you still need to provide some proof that the bug isn't in your code, i.e. we need an MCVE
- Sun Apr 19, 2026 9:41 pm
- Forum: APK Compiler
- Topic: hurl requirement
- Replies: 6
- Views: 863
Re: hurl requirement
Sorry, not going to fix this. Android 5 is very old and hURL needs a recent version of OpenSSL so I'm not surprised it doesn't work on older devices. Use the old version as a workaround.
- Sun Apr 19, 2026 9:39 pm
- Forum: Polybios
- Topic: #PDFERR_FORMAT constant not found
- Replies: 4
- Views: 2275
Re: #PDFERR_FORMAT constant not found
That's strange. So this MCVE doesn't work on Linux for you?
Code: Select all
@REQUIRE "pdf"
DebugPrint(#PDFERR_FORMAT)
- Sun Apr 19, 2026 9:37 pm
- Forum: Newbie questions
- Topic: Multiple displays on android
- Replies: 2
- Views: 763
Re: Multiple displays on android
Ok, looks like a bug. Will be fixed.
- Tue Apr 14, 2026 5:25 pm
- Forum: APK Compiler
- Topic: Compiled APK Not Installing as Update
- Replies: 3
- Views: 14712
Re: Compiled APK Not Installing as Update
Ok, thanks for the info, I'll check.
- Tue Apr 14, 2026 5:25 pm
- Forum: Hollywood bugs
- Topic: SendMessage() freezes on Linux
- Replies: 1
- Views: 2282
Re: SendMessage() freezes on Linux
Thanks for the MCVE, I'll check.
- Tue Apr 14, 2026 5:24 pm
- Forum: RapaGUI
- Topic: listview identation
- Replies: 1
- Views: 2150
Re: listview identation
That's probably not going to work the way you want. How a listview interprets the tab character is probably highly platform-specific and since RapaGUI uses native widgets on all platforms, there's no way to make this work consistently on all platforms. You have to find a different way to do what you...
- Tue Apr 14, 2026 5:22 pm
- Forum: Hollywood bugs
- Topic: DisplayTextObjectFX
- Replies: 11
- Views: 2205
Re: DisplayTextObjectFX
MCVE please 
- Tue Apr 14, 2026 5:22 pm
- Forum: Polybios
- Topic: #PDFERR_FORMAT constant not found
- Replies: 4
- Views: 2275
Re: #PDFERR_FORMAT constant not found
You're probably using the "light" flavour of the PDF plugin, i.e. pdf-lite instead of pdf. #PDFERR_FORMAT is only available in the full version of the plugin.