Drag RML Document Outside Application Window #807
-
|
Thank you so much for your incredible work on RmlUi. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, and thank you for the kind words! We don't have a built-in way or demo of multiple windows right now. Normally, one would achieve this using multiple If you go down this route, I'd be happy to hear about your experiences. |
Beta Was this translation helpful? Give feedback.
Hi, and thank you for the kind words!
We don't have a built-in way or demo of multiple windows right now. Normally, one would achieve this using multiple
Rml::Contexts, where each context represents a specific window. Then it should be a matter of detecting when the user drags outside the window, creating a new context as well as a window in your chosen windowing API, and moving or recreating the dragged document into this new context.If you go down this route, I'd be happy to hear about your experiences.