Page 1 of 1

Movable popup Window

Posted: Fri Nov 14, 2014 4:29 pm
by dpankowski
Hello,
How do you make a popup window movable? I have several apps that it works on, but my latest it won't allow the user to move the window around. The only thing I can see different is I put everything in a simple container and lock a panel inside of it.

Thanks

Re: Movable popup Window

Posted: Fri Nov 14, 2014 4:39 pm
by negley
The simple container layout is the issue.

The CSS panel layout works though!

Re: Movable popup Window

Posted: Mon Nov 17, 2014 3:09 am
by Scott Klement
Using a simple container layout will probably cause issues here, since it does not have a visible background... This is likely to have strange results.

To make a movable window, I would suggest putting everything on a panel or dialog widget (so that it has a window-like background) and then mark the record format as "show as window".

If you don't have a panel or dialog widget there, there is no "top bar" for the user to use to drag the window and move it around...