Jump to content

[SOLVED] Comboboxes and interface plugin.


photo

Recommended Posts

Posted

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?

Posted

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.

×
×
  • Create New...