-
In the `levureAppGet` inline docs in `levure.livecodescript` there is an error in the multi-dimensional example:
```
# Get a multi-dimensional value
put "preferences filename" into tLookupA[1]
p…
-
@jacquegay
Context:
/modules/settings/settings.livecode # card 1 with assigned behavior
# grp "display-info" (has only generic handler in script but you can look at it) it is normally hidden
…
-
A little more specificity would be good. For example, for ```InitializeApplication``` "Framework has loaded at this point", I assume, also means that my app.yml file has been processed, and front/bac…
-
I built for ios using tdk-mobile-packager and it worked well except it did not appear to include `levure.livecodescript` in the bundle. The result was the standalone loaded and ran on my iPad but the …
-
levereApplicationDataFolder() doesn't specify what will happen if no override setting is defined in app.yml. I THOUGHT that there were default settings, but if I don't define it (at least in this ver…
-
The packager for android is not setting the `stackFiles` property of the standalone correctly, so it fails to load the application.
For testing purposes, I added this handler to the stack script of…
-
-
It looks like the quick start app.yml, app.livecodescript, and .gitignore files are embedded as custom properties in the project creator stack. These files should be exposed in the repo for viewing an…
-
Function levureTestingStandaloneAppFolder in levureLoadAppConfig is not defined. It seems like it could be removed, as shown here:
https://github.com/spencerlearning/levure/commit/c0f89b3ad90e1d35491…
-
We need to determine where the preferences file is stored on mobile. The function that sets this is `_systemPreferencesFolder` in `preferences.livecodescript`.
This way puts preferences in the roo…