drey
March 27, 2025, 8:38am
1
In Ignition Vision, I have created a popup window. On button click, the popup window pops up. How do I make it resizable and draggable without using border and title bar?
You cannot . Those are the points that have the mouse handlers for dragging and resizing.
Edit: I stand corrected.
I thought I saw a topic or two where someone had done this, at least the draggable part. This topic suggests it's possible:
Hello out there in ignition land! I have a question about moving windows…
I would like the users to have the ability to click anywhere on a popup window and drag the window to wherever they like. The behavior I am trying to imitate is that of the designer login window (attached). In this window you can click (pretty much) anywhere and drag the window around.
I have messed with the mouseMotion.mouseDragged event a bit…I figure you will have to evaluate the initial position of …
drey
March 27, 2025, 4:03pm
4
This works!! Thank you so much.