Himalayan-Academy / Siva-Siva-App

Code Repository for the Siva Siva Mobile App
11 stars 3 forks source link

Tree Nav apply to Stories.livecode #251

Closed Brahmanathaswami closed 3 years ago

Brahmanathaswami commented 4 years ago

We need to get the tree in all stacks The method we use so far (from Jacque) is to keep to the "root authority" of the tree in the custom controls stack. We (re)create that array from that there.

If we delete in from anyone module, it will be automatically copied/saved to the module from "production" @bwmilby What do you think?

bwmilby commented 4 years ago

The array that is used does need to reside in a stack that never gets unloaded so it is always available. Also, we should ensure that the widget is a part of all stacks before building the app. Lastly, script locals should be in a library if they should persist between instances of the widget since each object gets its own copy of behavior script locals.

Brahmanathaswami commented 4 years ago

@bwmilby Downed grade this to "all stacks" to "Stories.livecode"

Brahmanathaswami commented 4 years ago

Switch to "daily lesson" as the development environment because we will not be working on the stack