FlexTip: Problem with masks and scalable Flash
Friday, July 27th, 2007- AS3Tip: Tween in AS3.0 project
- FlexTips
- FlexTip: Preventing CheckBox selection with Key.SPACE
- FlexTip: mx:Text vs. mx:TextArea
- FlexTip: Problem with masks and scalable Flash
- FlexTip: WordWrap for mx:Text
- Useful Flex tips
- FlexTip - Stop displaying Focus
- FlexTip: Add Thumbs to Mx:Slider programatically
- FlexTips: How to add Bitmap to UIComponent
- FlexTip: XMLSocket connect() after disconnect from server
This 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: flex.Flex Tips





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