Search found 41 matches
- Fri May 15, 2020 5:26 pm
- Forum: General programming
- Topic: Run() doesn't work on Linux Arm?
- Replies: 6
- Views: 1664
Re: Run() doesn't work on Linux Arm?
Nevermind guys, for some weird reason it works for me now.. :P The only change I made was to use a Textfield where I could type in the executable name I wanted, then parse that into a variable and use Run() using the variable. Before this, I had the text hardcoded inside the Run() call, like this: R...
- Wed May 13, 2020 9:12 pm
- Forum: General programming
- Topic: Run() doesn't work on Linux Arm?
- Replies: 6
- Views: 1664
Re: Run() doesn't work on Linux Arm?
I've checked the permissions, they are set for a+x (I set them myself). And I've also tried setting the full path to the executable, just in case - still no luck. However, I tested running something else instead, and that seems to work (I tried "chromium-browser"), so at least the issue does not see...
- Wed May 13, 2020 2:40 pm
- Forum: General programming
- Topic: Run() doesn't work on Linux Arm?
- Replies: 6
- Views: 1664
Re: Run() doesn't work on Linux Arm?
Forgot to mention that the executable I'm trying to run is in the same directory as my test tool. I've tried specifying it as Run("runme"), Run("./runme") and even Run("~/projects/runme"), but it didn't seem to make a difference... I've also tried running my test tool under sudo, but again, made no ...
- Tue May 12, 2020 11:16 pm
- Forum: General programming
- Topic: Run() doesn't work on Linux Arm?
- Replies: 6
- Views: 1664
Run() doesn't work on Linux Arm?
Using Hollywood 8.0, RapaGUI. I'm trying to launch another executable, when a button is clicked. I wrote a minimal program to test this, and although it behaves as expected on Windows, the Linux Arm compiled target doesn't. I used RapaGUI to build a front-end that would run on Linux Arm (Raspberry P...
- Thu Feb 14, 2019 12:34 pm
- Forum: SDK
- Topic: New plugin: Json Parser
- Replies: 19
- Views: 13925
Re: New plugin: Json Parser
Ping!
I'd like to revisit this soon, now that some of my other bigger projects are going out of the way.
@Allanon, if you have something you'd be willing to share, it would be great!
Otherwise, I will get started with the samples I found so far and post back any updates here.
I'd like to revisit this soon, now that some of my other bigger projects are going out of the way.
@Allanon, if you have something you'd be willing to share, it would be great!
Otherwise, I will get started with the samples I found so far and post back any updates here.
- Mon Jan 07, 2019 9:00 am
- Forum: SDK
- Topic: New plugin: Json Parser
- Replies: 19
- Views: 13925
Re: New plugin: Json Parser
Hi Allanon! I'm currently in the middle of a few other projects, so it will take me a while to come back to this one - but if you do have something that works, I'd love it if you could share. It doesn't matter if the code is "dirty" as you say, if it works it's always helpful as a starting point or ...
- Fri Nov 16, 2018 9:12 pm
- Forum: SDK
- Topic: New plugin: Json Parser
- Replies: 19
- Views: 13925
Re: New plugin: Json Parser
Understood, thanks for sending me the sources and the useful input 
I'll post any news here when I have them!

I'll post any news here when I have them!
- Mon Nov 12, 2018 1:30 pm
- Forum: SDK
- Topic: New plugin: Json Parser
- Replies: 19
- Views: 13925
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...
- Sat Nov 10, 2018 10:20 pm
- Forum: SDK
- Topic: New plugin: Json Parser
- Replies: 19
- Views: 13925
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...
- Wed May 03, 2017 9:30 pm
- Forum: Hollywood bugs
- Topic: UTF-8 encoding
- Replies: 6
- Views: 6469
Re: UTF-8 encoding
Ah, thanks for that.
I assume this will be fixed in a future update then?
I assume this will be fixed in a future update then?