RE: Scale flex application

2013-08-20 Thread Miguel Ferreira
Hi Pierre, Did you trace the values from stage? you can use percent values for the application and min values to fix your minimum size (1024 * 768), but you also have to look to your index.template.html to check if the size of your flash wrapper is in percentage also because when you have fix va

Re: Scale flex application

2013-08-19 Thread Scott Matheson
Hi Not much I can add to this group, these chaps know there stuff, thisis what i use protected function resizeApplication():void { if (!systemManager) return; var visibleWidth:Number = systemManager.getVisibleApplicationRect(

Re: Scale flex application

2013-08-19 Thread Alex Harui
This may help: http://blogs.adobe.com/aharui/2008/01/flex_and_scalemodes.html -Alex On 8/19/13 1:05 PM, "Pierre Rodrigue GTinc." wrote: >I¹m new to flex, and I search a way to scale entire flex application (or a >function àuser can zoom with slider the application in the browser to >fit). >My