Hi, I am trying to create my first popup panel, and I do not yet know how to start. I have taken a look at the examples in "shell", but I am no sure I understand how this is supposed to work.
What I want to do is to have a popup window displaying a form with some controls (title, some text, drop downs, some buttons, ...) I have tried to derive from PopupPanel, but the components displayed do not "pop up", they are just showing somewhere in the middle of my "background" components. My popup should be a separate "window", which can be moved around, I can then interact with its components, and it will be dismissed when the data has been entered (the data will be submitted via JSNORPC to my server). What is the suitable base class for this kind of popup? How can I force my popup to "stick out" of my window? Thanks, Daniel