Yuck, I was hoping it would be in the spark.swc or mobile.swc. If it is in framework.swc it can be more tricky.
However, in this case, it is pretty easy to workaround because it is in code that isn't high traffic. You could adjust the code to look something like: var softKeyboardRect:Rectangle; if ("softKeyboardRect" in stage) softKeyboardRect = stage["softKeyboardRect"]; else softKeyboardRect = new Rectangle(0,0,0,0); // or make this static bounds.height = bounds.height - softKeyboardRect.height; On 2/22/13 2:58 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: > Hi, > >> I don't recall off-hand what doesn't compile with 10.1, but it would not be >> my choice to lose parity with Adobe Flex 4.6. > > > This is the first issue - not sure of other issues after that. > > compile: > [echo] Compiling frameworks/libs/framework.swc > [compc] Loading configuration file > /Users/justinmclean/Documents/ApacheFlexDevelop/frameworks/flex-config.xml > [compc] Loading configuration file > /Users/justinmclean/Documents/ApacheFlexDevelop/frameworks/projects/framework/ > framework-config.xml > [compc] Loading configuration file > /Users/justinmclean/Documents/ApacheFlexDevelop/frameworks/projects/framework/ > compile-config.xml > [compc] > /Users/justinmclean/Documents/ApacheFlexDevelop/frameworks/projects/framework/ > src/mx/managers/SystemManager.as(3561): col: 52 Error: Access of possibly > undefined property softKeyboardRect through a reference with static type > flash.display:Stage. > [compc] > [compc] var softKeyboardRect:Rectangle = > stage.softKeyboardRect; > [compc] ^ > [compc] > > Justin -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui