Search found 74 matches

by midwan
Sun Nov 27, 2022 12:19 pm
Forum: Hollywood bugs
Topic: Error Deserializing JSON string
Replies: 3
Views: 912

Error Deserializing JSON string

I've run into a strange problem, while trying to deserialize JSON strings. Or perhaps getting them from hURL, either way. Sometimes it seems to work, but other times I'm getting an error while deserializing, similar to the below: * Failed writing body (0 != 2176) * Failed writing data * Closing conn...
by midwan
Sun Nov 27, 2022 11:43 am
Forum: RapaGUI
Topic: HTMLview on AmigaOS
Replies: 10
Views: 4592

Re: HTMLview on AmigaOS

The HTMLview 13.4 archive contains an old version of HTMLview.mcc (12.5b) for OS3, there is no 13.4 for OS3 - the newest version is 12.6 available here: https://aminet.net/package/text/hyper/MCC_HTMLview The interesting thing is, that Aminet version is supposed to be v12.6, but the actual class ver...
by midwan
Sat Nov 26, 2022 6:10 pm
Forum: RapaGUI
Topic: HTMLview on AmigaOS
Replies: 10
Views: 4592

HTMLview on AmigaOS

I'm testing a GUI for an idea I had, but run into an interesting problem. Even though the (mock-up for now) GUI works on Windows, it refuses to launch on AmigaOS 3 (no errors given, just starts and immediately shuts down). I narrowed this down to the amount of HTMLview widgets in my GUI: it seems th...
by midwan
Fri May 15, 2020 5:26 pm
Forum: General programming
Topic: Run() doesn't work on Linux Arm?
Replies: 6
Views: 4627

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...
by midwan
Wed May 13, 2020 9:12 pm
Forum: General programming
Topic: Run() doesn't work on Linux Arm?
Replies: 6
Views: 4627

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 do...
by midwan
Wed May 13, 2020 2:40 pm
Forum: General programming
Topic: Run() doesn't work on Linux Arm?
Replies: 6
Views: 4627

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 u...
by midwan
Tue May 12, 2020 11:16 pm
Forum: General programming
Topic: Run() doesn't work on Linux Arm?
Replies: 6
Views: 4627

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...
by midwan
Thu Feb 14, 2019 12:34 pm
Forum: SDK
Topic: New plugin: Json Parser
Replies: 19
Views: 25995

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.
by midwan
Mon Jan 07, 2019 9:00 am
Forum: SDK
Topic: New plugin: Json Parser
Replies: 19
Views: 25995

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...
by midwan
Fri Nov 16, 2018 9:12 pm
Forum: SDK
Topic: New plugin: Json Parser
Replies: 19
Views: 25995

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!