Window Move

Hi there,
I’ve app with a top image bar and among them a menu.

Now I create a new window Window window = new Window(caption);
I can move the window over the top image bar and the menu but how can i prevent that?

Thank you !

Matthias

Without very complex custom JavaScript and extending the Window component, you can’t. This is a known limitation in the current Window implementation.

Sorry to be a bearer of bad news :slight_smile: