H Brian, At present it is not possible to integrate NullLayoutPane in ULC VE.
NullLayoutPane is a container. It requires quite some coding to make the VE understand about graphical, tree and code gen features of a container. If it were a normal component then it would have been quite simple to integrate it into VE : Just make it available on the project classpath and use it using Choose Beans or put it on the palette. In a future release of ULC VE, we plan to include ULLayeredPane which has a behavior similar to NullLayout: ULCLayeredPane.add(ULCComponent component, int layer, Rectangle bounds) For now you could use ULCLayeredPane as NUllLayoutPane in your ULC app but you can't edit that class in VE. Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of McCarty, Brian Sent: Wednesday, August 09, 2006 6:39 PM To: [email protected] Subject: [ULC-developer] Null Layout I found the null layout component in the ultra light client code community. I would like to use it but am not sure just how to incorporate it into my project. What steps would need to be taken to include the null layout pane in my project. And will the null layout work in conjunction with the ULC Visual Editor? Thanks, Brian _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
