开发者

Why doesn't AIR start full size?

开发者 https://www.devze.com 2022-12-21 05:40 出处:网络
I have an AIR application set to 800px wide and 600px high. When I launch it, the window starts too small with horizontal and vertical scrollbars? Isn\'t this dumb? What am I missing?

I have an AIR application set to 800px wide and 600px high. When I launch it, the window starts too small with horizontal and vertical scrollbars? Isn't this dumb? What am I missing?

Test.mxml:

<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" l开发者_开发知识库ayout="absolute" width="800" height="600">

</mx:WindowedApplication>


In a new project, that code works fine. Check in your {app-name}.app.xml file and check the settings there, particularly 'maxSize'. This won't be set by default, but could have been set by you or someone you got that project from.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号