One of the things I have noticed the 'attach' is lost upon exiting the object. Ok - this is understandable.
Then the next object needs to re-attach to application. Ok - again, makes sense.
However if I create and object for each screen of the application and if a process is to navigate through a selection of screens by pressing next, next, next etc. before pressing next each object needs to attach.
I've tried to make this as natural as possible my calling attach in the initialise page.
But the process bottlenecks seems to be in the constant attaching mechanism. Even though the only user visible application open is this application.
I don't know what considerations may need to be looked at, but it would be nice to have to option to retain the attach relationship. Even if it can only be retained within an object layer. I.e if I create a 'component' that calls all these 'next' button actions from the various object.
Thoughts? Advise?