Jump to content

Interface plugin


photo

Recommended Posts

Posted

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?

Posted

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

Posted

Well, we have plans for this plugin. It'll be integrated into the engine or upgraded but I can't say when.

We still use it with AppProjection, so it wouldn't be forgotten :)

How to submit a good bug report
---
FTP server for test scenes and user uploads:

  • 1 month later...
Posted

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.

Posted

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.

 

Posted

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.

×
×
  • Create New...