Search found 74 matches

by midwan
Mon Nov 12, 2018 1:30 pm
Forum: SDK
Topic: New plugin: Json Parser
Replies: 19
Views: 25767

Re: New plugin: Json Parser

Thanks for both the replies! My e-mail is midwan at gmail dot com, if you could send me the sources for the XML Parser. Even if there's already something out there, it would help me understand how one would go about writing something similar anyway. @SamuraiCrow: Is there a link to Allanon's work so...
by midwan
Sat Nov 10, 2018 10:20 pm
Forum: SDK
Topic: New plugin: Json Parser
Replies: 19
Views: 25767

New plugin: Json Parser

I was thinking about developing a new Plugin for Hollywood, to handle Json strings/files. I haven't done that before for Hollywood, but I do have experience with C/C++ and other languages. I've got the SDK, and I saw that there's already an XMLParser plugin, but unfortunately the sources for that ar...
by midwan
Wed May 03, 2017 9:30 pm
Forum: Hollywood bugs
Topic: UTF-8 encoding
Replies: 6
Views: 9057

Re: UTF-8 encoding

Ah, thanks for that.

I assume this will be fixed in a future update then?
by midwan
Wed May 03, 2017 9:29 pm
Forum: Hollywood bugs
Topic: DropFile problem in RapaGUI
Replies: 2
Views: 3938

Re: DropFile problem in RapaGUI

Indeed, that makes sense. :)

Thank you for the help!
by midwan
Mon May 01, 2017 3:18 pm
Forum: Hollywood bugs
Topic: DropFile problem in RapaGUI
Replies: 2
Views: 3938

DropFile problem in RapaGUI

I've been testing the DropFile msg.attribute in RapaGUI with Hollywood 7, and I've found a behavior that might be a bug: The msg.triggervalue is supposed to be a table according to the docs, so I should be able to pass it to my Function that expects one to populate a listview. However, if I do that ...
by midwan
Mon May 01, 2017 2:16 pm
Forum: Hollywood bugs
Topic: UTF-8 encoding
Replies: 6
Views: 9057

Re: UTF-8 encoding

I found an issue with UTF-8 encoding in Hollywood 7.0, different from the one above though. If we @INCLUDE a file in our project, and that included file is saved as Unicode or UTF-8 (in other words, non-ANSI), there is an error as soon as that file is attempted to be loaded - "Invalid symbol at...
by midwan
Fri Nov 04, 2016 9:45 pm
Forum: Hollywood bugs
Topic: Crash when using RapaGUI under MacOS
Replies: 16
Views: 15812

Re: Crash when using RapaGUI under MacOS

Good job! :)

Looking forward to the next release, whenever it's available.
by midwan
Mon Jul 18, 2016 1:47 pm
Forum: Hollywood bugs
Topic: Crash when using RapaGUI under MacOS
Replies: 16
Views: 15812

Re: Crash when using RapaGUI under MacOS

Great, thanks for your work! :)
by midwan
Sun Jul 17, 2016 8:12 pm
Forum: Hollywood bugs
Topic: Crash when using RapaGUI under MacOS
Replies: 16
Views: 15812

Re: Crash when using RapaGUI under MacOS

Update: While trying to find out more, I tried to run the demo RapaGUI scripts on MacOS directly, one by one. Accelerators - worked Demo - Worked When I reached the "Dialogs" one, I got a crash. After that, even trying to open the previous ones which worked before, I still got crashes imme...