Well here's a link to an example of centering the app window:
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=4&postId=10446

In it:
nativeWindow.x = (Capabilities.screenResolutionX - nativeWindow.width) / 2; nativeWindow.y = (Capabilities.screenResolutionY - nativeWindow.height) / 2;

so wonder if you can nativeWindow.right =Capabilities.screenResolutionX


On May 15, 2009, at 1:53 PM, Jeff Hindman wrote:

... is there a way to do this? I'm pretty sure I can do it with Zinc ...but this is Flexcoders, not Zinc-coders :)

Thanks,
--jake



------------------------------------

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo ! Groups Links




Reply via email to