FlexTips: Problem with masks and scalable Flash
Friday, July 27th, 2007This may be useful for someone who does not read Flex documentation in more detail. When you have content which is masked and you allow scale for your application, mask will not scale if it is not added to display list (it’s written in documentation
). So if you have such problem, add you mask to display list (addChild) and it solves your problem.
Another problem with scaling is mx:Text component. When you do not set width for Text, there is problem with resizing of you app. Some word from end of text can be not visible sometime. Setting width=”100%” is helpful….
This we have found in our project. It’s just for apps which are scalable.
Hope this will help.
tagged under:




No Comments Yet
You can be the first to comment!
Live Preview
Leave a comment