On Friday 28 September 2007 15:44, Ed Leafe wrote: > On Sep 28, 2007, at 4:33 PM, johnf wrote: > > We sort of worked around the issue. Your thoughts? > > > > from dabo.ui.uiwx.dGrid import dGridDataTable > > Directly addressing the uiwx layers is generally frowned upon, and > cannot be supported. We set up the dabo.ui namespace to expose only > that which should be accessed. I would use the classmethod instead. > > -- Ed Leafe The reason Larry and I went to trouble to use the uiwx was to have a dynamic means to provide data for a column. Is using your new namespace the best way to accomplish our goal? I'm guessing that there must be other ways to do this - other than subclassing the dGridDataTable?
-- John Fabiani
©2007 johnf |