Jump to content

[SOLVED] Comboboxes and interface plugin.


photo

Recommended Posts

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?

Link to comment

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.

Link to comment
×
×
  • Create New...