(livecode 7.0.0-rc-2 build 10016)
Everything has worked ok until I decided to remove 2 substacks from an app and turn them into plugins. The plugins are generally used so the stacks are automatically loaded into the ide. I have included the code
Code: Select all
on preOpenStack
start using this stack
end preOpenStack
When running in the ide all is fine.
When creating a windows standalone everything still works.
When testing Android or creating an Android standalone the functionality of the 2 plugin stacks is missing.
I also tried to list openstacks with
Code: Select all
answer the openStacks with "ok"
I can revert to making the stacks subStacks, but would prefer not to.
Any ideas?
Thanks Hilton.