Search found 5943 matches

by airsoftsoftwair
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!
by airsoftsoftwair
Sun Apr 19, 2026 9:42 pm
Forum: Hollywood bugs
Topic: DisplayTextObjectFX
Replies: 11
Views: 2205

Re: DisplayTextObjectFX

Juan Carlos wrote: Fri Apr 17, 2026 3:34 pm Yes, and on Linux Mint it works.
So you still need to provide some proof that the bug isn't in your code, i.e. we need an MCVE :)
by airsoftsoftwair
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.
by airsoftsoftwair
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)
by airsoftsoftwair
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.
by airsoftsoftwair
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.
by airsoftsoftwair
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.
by airsoftsoftwair
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...
by airsoftsoftwair
Tue Apr 14, 2026 5:22 pm
Forum: Hollywood bugs
Topic: DisplayTextObjectFX
Replies: 11
Views: 2205

Re: DisplayTextObjectFX

MCVE please :)
by airsoftsoftwair
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.