Search found 4431 matches
- Thu Dec 10, 2020 9:51 pm
- Forum: General programming
- Topic: ImageRequest() command for iOS?
- Replies: 1
- Views: 84
Re: ImageRequest() command for iOS?
It's currently not supported on iOS but it's on the agenda.
- Thu Dec 10, 2020 9:50 pm
- Forum: Announcements
- Topic: Hollywood Designer 5.0: The Return of a Legend
- Replies: 38
- Views: 11051
- Thu Dec 10, 2020 9:49 pm
- Forum: Announcements
- Topic: RebelSDL 1.1 now available
- Replies: 5
- Views: 1439
Re: RebelSDL 1.1 now available
The manual of RebelSDL 1.1 is now also available in German. Thanks to Dominic Widmer and Helmut Haake for the translation. You can get it here: http://www.hollywood-mal.de/help.html
- Thu Dec 10, 2020 7:39 pm
- Forum: Announcements
- Topic: Polybios 1.3 released
- Replies: 3
- Views: 415
Re: Polybios 1.3 released
Not here... maybe try cleaning your cache?SamuraiCrow wrote: ↑Mon Dec 07, 2020 10:56 pmJust a quick reminder: the documentation on the help page is current to 1.3 but the help page itself claims that the documentation to 1.2 is linked.
- Thu Dec 10, 2020 7:39 pm
- Forum: General programming
- Topic: Is cross referencing a problem? (a.b = c, c.a = a)
- Replies: 1
- Views: 131
Re: Is cross referencing a problem? (a.b = c, c.a = a)
This shouldn't be a problem because all it does is setting a reference to the table and of course it's allowed to reference a table from within itself.
Getting the root table isn't possible, though.
Getting the root table isn't possible, though.
- Thu Dec 10, 2020 7:30 pm
- Forum: RapaGUI
- Topic: UserData in TreeView Nodes?
- Replies: 10
- Views: 494
Re: UserData in TreeView Nodes?
Have you tried using Moai.UserData for that?
- Sun Dec 06, 2020 11:48 am
- Forum: Polybios
- Topic: pdf.GetText fails to get text with some PDFs
- Replies: 5
- Views: 3021
Re: pdf.GetText fails to get text with some PDFs
Well, who knows when somebody at Google will have time to fix this so I've just fixed it on my own in PDFium now.
Code: Select all
- Fix: pdf.GetPageLen() and pdf.GetText() didn't skip potential control characters in the text correctly
- Wed Dec 02, 2020 9:32 pm
- Forum: Off topic
- Topic: Hollywood runs on GhostBSD!
- Replies: 1
- Views: 389
Re: Hollywood runs on GhostBSD!
Nice!
Hollywood's Linux backend has minimal dependencies and was designed to run on as many distros as possible so this might be seen as a proof of concept
Hollywood's Linux backend has minimal dependencies and was designed to run on as many distros as possible so this might be seen as a proof of concept

- Wed Dec 02, 2020 9:31 pm
- Forum: RapaGUI
- Topic: Modal Dialogs in Linux Ubuntu
- Replies: 34
- Views: 7344
Re: Modal Dialogs in Linux Ubuntu
Constantly nagging about this won't get you anywhere, wait and see 

- Sat Nov 28, 2020 9:29 pm
- Forum: Polybios
- Topic: pdf.GetText fails to get text with some PDFs
- Replies: 5
- Views: 3021
Re: pdf.GetText fails to get text with some PDFs
This is the issue on the Chromium bugtracker: https://bugs.chromium.org/p/pdfium/issu ... il?id=1552