I’m trying to make it so the WindowedApplication in Flex is not resizable. However, resizable is a read-only public variable for the class.
How do I make it so the user cannot resize the Flex application (running in Adobe Air)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your project is called
fooafoo-app.xmlwill also be automatically generated. This is an application configuration file. Edit this file, in particular change:to:
(Note: This property is commented out typically and the default value is true.)