Hi Shaughan,

> I have an app running in pilbox that draws a graph using canvas ...
> My question is, how can running one app in pilbox affect another? I would have
> thought they were completely independent.

In fact they are not completely independent. They all run in the same process.

This is the reason why all non-minimal Apps

   — use namespaces (via 'symbols' calls) to separate global variables,
     background tasks, open databases and database models, and so on

   — define 'start' and 'stop' expressions to start up the new and clean up the
     old app when the context is switched.

Does this give any useful idea?

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to