Thanks, I found out the solution... You can do it in two ways..
make the entire application maximizable...make it transparent...create a canvas of the window which you want to resize and change the width and height of canvas at run time. The other way is stage.nativeWindow width and height you can change it at run time...even the coordinates. Thanks, Rambabu. --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I don't think there is a way to do it with regular Application. > > > > ________________________________ > > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of rambabu > Sent: Sunday, June 08, 2008 10:01 PM > To: [email protected] > Subject: [flexcomponents] changing AIR application width and height > > > > Hi, > > How to change an AIR application width and height at run time. > > Also how to change the x and y coordinates at run time. > > I am trying to change them by accessing with this.. > > this.width > this.height > this.x > this.y > > This is not helping always... > > I am not using WindowApplication tag inside AIR...but just a normal > Application tag... > > Please help... > > Thanks, > Rambabu. >
