Ed Leafe wrote: > On Nov 16, 2007, at 11:29 AM, Paul McNett wrote: > >> I think the redesign of having non-GUI proxy objects is the way to >> go in >> the long term (2.0?). There would be other benefits as well, such >> as not >> needing to have to issue dabo.ui.loadUI() until right before >> everything >> is shown (currently, you must do that before any class definitions are >> encountered). > > So how would you handle: > > self.Sizer.append(txt) > > ...where 'txt' is a non-GUI proxy object?
The sizer would need to keep track of the non-gui proxy objects, and then when layout() is called it would need to iterate its list of children and actually call the gui object's append() method on the non-gui-child-object's gui-objects. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
