Open macMikey opened 2 years ago
checking in the pb: scriptStatus does not help b/c it does not check the current state of the script
put the scriptLines of the behavior of button "button" of card id 1002
is enough to throw the script error dialog
you can't try
/ catch
it
revseeditorbehavior.livecodescript contains scriptCompile
this triggers it:
dispatch "scriptCompile" to the behavior of button "button" of card "x"
the first few lines are all you really have to do, because LC will attempt to compile the script the moment you assign it to another object.
in levure packager.livecodescript, could put this in _performPackagingPrechecks or even in levure.livecodescript in levurePackageApplication we want to do it once, not once for each platform, and only if the app.yml says so.