Run() doesn't work on Linux Arm?
Posted: Tue May 12, 2020 11:16 pm
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 Pi, Buster Desktop specifically), and a minimal event handler just to test out this proof-of-concept idea.
The event seems to be triggered correctly when I run this on Windows, and things look OK.
However, when I compile the linuxarm target and run this on the RPI, I get the GUI and button normally, but clicking on it doesn't actually run the application it's supposed to. It doesn't seem to react at all.
To be sure the event is actually triggered, I added a SystemRequest() call right before it, which does show up as expected.
But still, the Run() command after it does not.
Am I missing something here?
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 Pi, Buster Desktop specifically), and a minimal event handler just to test out this proof-of-concept idea.
The event seems to be triggered correctly when I run this on Windows, and things look OK.
However, when I compile the linuxarm target and run this on the RPI, I get the GUI and button normally, but clicking on it doesn't actually run the application it's supposed to. It doesn't seem to react at all.
To be sure the event is actually triggered, I added a SystemRequest() call right before it, which does show up as expected.
But still, the Run() command after it does not.
Am I missing something here?