There could be a lot of things you need to do. It sounds like you don't have a dynamic width or height set, so you will want to have a minWidth and minHeight first (probably 1024x768) then start looking at the container the popup is in, make sure it is stretching to fit the desktop or browser. If your popup still isn't stretching to the size you want then it needs a dynamic width set - usually this is easiest to do by setting the width and height to 100% (or some % value). From there you may notice your controls inside the popup not moving where you expect them to. This requires some careful tweaking with box, vbox, hbox or spacer controls and more messing with the width values. Different people use different methods and as long as you keep it simple it should work out fine. consult a designer if you aren't sure what method to use or how to position the controls.
--- In [email protected], "sergio.flexdoc" <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > I've an app that I've developed at a 1024x768 res. But when I open it > at 1280x1024px there's a lot of space not used on the sides of my > form. I'm using popupManager.addPopup() to call this popup. > > What I need to do to solve that problem? > > Thanks! >

