Search found 8 matches

by manbat
Thu Apr 30, 2015 7:26 pm
Forum: Raspberry Pi
Topic: Standalone RPi app stopping on XML
Replies: 13
Views: 19350

Re: Standalone RPi app stopping on XML

Thank you for the background Malte. The magic you mentioned is often what makes technologies like LC exciting and approachable for the masses. Once things move away from the magic and into scripting and other types of technical workarounds folks that that are learning or evaluating for usage can loo...
by manbat
Thu Apr 30, 2015 3:49 pm
Forum: Raspberry Pi
Topic: Standalone RPi app stopping on XML
Replies: 13
Views: 19350

Re: Standalone RPi app stopping on XML

I validated, to advance my understanding, that the command list code does in fact list the commands with a Windows standalone app. My initial thought was that there was a build issue given the fact that the app worked in RPi IDE and not as a standalone, but given limited LC experience it is very imp...
by manbat
Wed Apr 29, 2015 11:10 pm
Forum: Raspberry Pi
Topic: Standalone RPi app stopping on XML
Replies: 13
Views: 19350

Re: Standalone RPi app stopping on XML

Ran example code on RPi in both IDE and standalone app. Same results in both - "no externals".

I do appreciate your willingness to help.
by manbat
Wed Apr 29, 2015 2:03 pm
Forum: Raspberry Pi
Topic: Standalone RPi app stopping on XML
Replies: 13
Views: 19350

Re: Standalone RPi app stopping on XML

App file structure on the RPi is as follows:

First Level ---> App Folder
Contents:Linux armv6-hf Folder

Second Level ---> Linux armv6-hf Folder
Contents: App Executable File and Externals Folder

Third Level ---> Externals Folder
Contents: revxml.so file

Thanks,
Joe
by manbat
Tue Apr 28, 2015 9:54 pm
Forum: Raspberry Pi
Topic: Standalone RPi app stopping on XML
Replies: 13
Views: 19350

Re: Standalone RPi app stopping on XML

I am building from the Livecode IDE on the RPi so, If by XMLExternal you are referring to selecting XML and XMLRPC in the Script Libraries under the Select Inclusion options on the Standalone App Settings menu, then yes I have tried to do that and the issue remains. If having XMLExternal in my build...
by manbat
Tue Apr 28, 2015 1:33 pm
Forum: Raspberry Pi
Topic: Standalone RPi app stopping on XML
Replies: 13
Views: 19350

Re: Standalone RPi app stopping on XML

Both revCreateXMLTree and revXMLCreateTree work in the example provided when running in development mode in the IDE, but neither work when a standalone RPi app is created. Any other ideas?
by manbat
Tue Apr 21, 2015 9:21 pm
Forum: Raspberry Pi
Topic: Standalone RPi app stopping on XML
Replies: 13
Views: 19350

Re: Standalone RPi app stopping on XML

Attached is a simple example function that takes XML, displays it, then loads and displays the tree value. This code works in development mode for me but not when standalone is created - it never gets to the answer "Tree Value is" statement. However, it does not fail, it just ignores the function ca...
by manbat
Tue Apr 21, 2015 1:55 am
Forum: Raspberry Pi
Topic: Standalone RPi app stopping on XML
Replies: 13
Views: 19350

Standalone RPi app stopping on XML

I have an app that loads XML from a webservice and then parses the data for use in the app. Runs fine in development mode on the RPI but does not work when standalone app is created for the RPI. When running the standalone app, it does not error out and fail it just stops when it hits the revCreateX...

Go to advanced search