Jump to content

Interface plugin


photo

Recommended Posts

Having recently moved from 2.3.1 we just noticed the Interface plugin has been deprecated, but it's not obvious from the documentation what's replaced it?

Link to comment

It's working fine for us at the moment, but we use it extensively and will need an alternative before it falls into disrepair.

Link to comment
  • 1 month later...

If it's not being released in the next release, we'd appreciate if you could instead expose its API to C++ because we're in the process of porting our UI code from USC.

Link to comment

Is there an example of how to do this anywhere? Particularly of how to create a Widgets::Window or Widgets::DialogColor, or how to get the same functionality by embedding a WidgetWindow or WidgetDialogColor in an InterfaceWindow.

 

Link to comment

Thanks, Silent. The InterfaceWindow example got us most of the way there. Fortunately we don't need to operate in the Interface plugin's absence so with a bit of work we managed to just modify each of our usages of Widgets::* classes to use InterfaceWindow directly.

Link to comment
×
×
  • Create New...