in Flex how do I make a window not resizable?
问题 So I'm trying to open a second window that is meant to be a fixed size window. I've set resizable property to false but that doesn't seem to have any effect. here's my sample code Main app <?xml version="1.0" encoding="utf-8"?> <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" height="600" creationComplete="onCreationComplete()"> <fx:Script> <![CDATA[ import foo.TestWindow; protected function