Hello everyone
I am trying to put some small UI example together using Urho3D, and have a few questions.
Is there a multi-line (notepad) style widget/element available to use? I’m guessing not - as opening a script in the editor opens an external text editor.
edit the questions below I originally asked, but have found answers since - leaving them here in case anyone else finds them useful in future.
Is there a working example somewhere of resizing a window element in the UI? I’ve been trying various things but nothing so far has worked.
Taking the 02_HelloUI.as example, I’ve made the window movable by adding some extra callbacks (the fish drag callback wasnt compatible for some reason).
Setting the window.resizable = true doesnt seem to show any “ears” to resize the window from, so I’m a little confused.
I’ve tried to RTFM, but it’s all a bit confusing at this stage.
edit I think I’ve found an example as part of Editor.as - so I’ll look into that!
Is it possible to have a child element of a window that is a pixel buffer?
- edit* This seems doable with the Image class and setData() so I’ll use that!
Many thanks in advance for your help / input!