danni.coy Posted August 21, 2012 Posted August 21, 2012 I am stuck in a situation where I have a combobox that would need to draw outside of the bounding window. This means either the window has to dynamically resize. the combobox needs to create another surface or I need to express the user interface in another way, any ideas?
frustum Posted August 23, 2012 Posted August 23, 2012 You can implement this feature by creating your own custom ComboBox widget based on WidgetCanvas which creates an additional InterfaceWidget instance when this ComboBox is activated.
Recommended Posts