Page 1 of 1
Handle Window Size
Posted: Mon Jun 01, 2009 18:56
by xabila
I have designed a layout in 1024*768 and i'm using in 1280*1024.
Is it a way to auto reisze it or maybe forcing on 1280*1024 to display a 1024*768 layout?
Thanks
Right now it looks like this :
and should be like this
Re: Handle Window Size
Posted: Tue Jun 02, 2009 08:32
by scriptkid
Hi,
Does your imageset XML file contain AutoScaled="true"?
You could also try playing with the 'setNativeResolution' method, which both ImageSets and Fonts support. That method updates the internal aspect ratio scaling IIRC.
HTH.
Re: Handle Window Size
Posted: Tue Jun 02, 2009 14:23
by xabila
So no i don't have the AutoScaled=true, i tried it but nothing change.
So i'm gonna try , the setNativeResolution
Thanks