[Arp] Adding commands at runtime

Chris Velevitch chris.velevitch at gmail.com
Mon May 9 18:40:16 PDT 2005


I've created a seperate controller class for each loaded view. So in
your case, create OrderController and in the main app class of the
loaded view use OrderController, instead of Controller. If you need
the OrderApp to talk to a parent or sibbling view, make sure the
loaded view has a reference to the parent and dispatchEvent on the
parent.



More information about the Arp mailing list