Anyone here know the maximum size of a Flex canvas or UIComponent? I know the old MovieClip class was limited to 2800x2800px.
take care,
lee
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.
In Flex 3 the UIComponent (which all visual objects extend) has the following properties, which can be changed as you see fit:
maxHeight=”10000″
maxWidth=”10000″
By extension, this applies to Canvas too (tricky to find unless you already know to search for 10,000!)