No it was the code I put in the openStack handler to exit openStack if building
an app. Unfortunately, I initialize several libraries after that point. It will
probably work if I put the code just after initializing the libs and before
launching my modal login stack, which was the problem I was
https://github.com/livecode/livecode-ide/pull/1987
It has not been reviewed or merged yet. I wouldn’t expect it before 9.1 since
it is kind of an enhancement though.
Did you just edit the behavior in the IDE? I’ll test out my code in 9.0.1 and
let you know what I find out.
Thanks,
Brian
On
Never mind. Looks like this little bad boy is the problem. I put this in my
openStack handler, forgetting that I initialize EVERYTHING in the openStack
handler, so none of my libraries were loading.
-- skip if building a standalone
if the environment is "development" AND \
there
Looks like the hack I have in place for nesting datagrid behaviors has
effectively broken the standalone app builder for my app. I can't use a prior
version because all my datagrid behavoirs throughout my app are nested. I can't
just use the community version of Livecode and have my technicians