I have two ApplicationModels. Now I want to have the first one as a part of the second one.
The result: I have the first window displayed as part of the second. Fine. Controllers in the first
Has anyone a good idea ? Karl __________________________________________________________
Important Note: This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I have a similar problem, in my case i included an app in my subcanvas like this:
(self builder componentAt: #subCanvas1) widget client: self subApplication. the thing is that the subApp lost its dragndrop capabilities because the subApp buider has window in nil. I´ve tried something like this: (self builder componentAt: #subCanvas1) widget client: self subApplication. self subApplication builder window: self builder window. In this case the dragndrop works fine but it kinda messess up my keyboard controler. I´ll explain myself: - the main app is a code tool and when i go back to the source tab, the keyboard stays focused in the RB navigator (top part), hence you cant edit any code until you open a new RB. I think that my subApp is using a controller that it should not. If your app is in a regular window (at least not a code tool) the "builder window: self builder window" trick may work for you. I still think this is a hack though, and there has to be a better way to solve this. HIH, Emiliano. 2008/8/25 BREITH Karl-Albert FDWN-G (AREVA NP GmbH) <[hidden email]>
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |