trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Packager Documentation/Standalone Application Builder Settings #87

Closed macMikey closed 6 years ago

macMikey commented 7 years ago

When packaging an app, LC does not recognize the modules that it has to include from the various SOS's, libraries, UI's, etc. (which makes sense, since there is no stack/substack structure).

Instructions should be included, perhaps in the packager that discuss: 1) The developer has to manually set the inclusions 2) This is done in the "Levure Standalone" stack 3) After making those changes, saving the standalone is done via right-clicking on the stack in the Project Browser, and choosing "Save". Otherwise, I have found that those changes are not saved, even if I hit ctrl/command S (in that case, LC save's the frontmost interface stack).

macMikey commented 7 years ago

https://github.com/trevordevore/levure/wiki/packager 1) for me, file-> standalone application settings does not bring it up for Levure standalone, but for the front most ui stack 2) the name of the standalone is "Levure standalone" 3) it should be emphasized to the developer that for Levure projects, inclusions must be manual (see previous note)

trevordevore commented 6 years ago

Addressed