Revision: 13276
Revision: 13276
Author: dloverin@adobe.com
Date: 2010-01-05 07:18:31 -0800 (Tue, 05 Jan 2010)
Log Message:
***********
Min/Max size fixes for AIR Window and WindowedApplication.
AIR won?\226?\128?\153t allow you to set the min width greater than the current max width (same is true for height). You also can?\226?\128?\153t set the max width less than the current min width (same is true for height). The code that sets nativeWindow.minSize and nativeWindow.maxSize has been modified to take this into account.
QE notes: None.
Doc notes: None.
Bugs: SDK-24566
Reviewer: Corey
Tests run: checkintests, apollo/spark/components/Window.as, apollo/spark/components/WindowedApplication.as, apollo/Window, apollo/WindowedApplication
Is noteworthy for integration: no
Ticket Links:
***********
http://bugs.adobe.com/jira/browse/SDK-24566
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/Window.as
flex/sdk/trunk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as