Hi Stefan, On Wednesday April 28 2010 12:43:54 Stefan Andersson wrote: > Today the widget's button is linked to a Menu widget. Instead it should be > any widget returning a value to put in the textfield widget. For example > choosing a file in a structure or a file or directory from the file system > as well as a menu. > > How is it possible to increase the distance between the textfield widget > and the button widget? If it is not possible it might be implemmented > easily. > > Is it possible to use a flat button face in the button widget? If not, > might be easy to implement I think. > > What do you think about the above? Can you please explain your proposal a bit more? I do not get the point here. The splitbutton itself has no connection to a textfield widget. This has to be implemented by an application developer.
As far as I understand you'd like to create a custom widget with several controls where the splitbutton is one among them. This can be done easily by composing the widgets together and implement the necessary behaviour. I doubt that this forces a change in the implementation of the splitbutton. If you do need a different behvaviour you can try to subclass the splitbutton and implement the necessary behaviour there. cheers, Alex ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
