On Wed, 2004-06-16 at 16:41, Sylvain Wallez wrote: > >- the widget.getParent should return a container widget. > > > > > ContainerWidget has disappeared and getParent() has moved back to Widget ;-)
Are you saying that now all widgets may have children? > > >- the selection list should be aware of is parent widget. > > > > > Mmmh... can you elaborate on this need? I do have some forms where a > selection list is shared by many widgets. Do you have your selection list instance shared or only the selection list builder? What i have is a selection list that depends on another one and if the selection list is aware of is parent widget, than it would be more easy to implement! > > Sylvain
