Posts Tagged Under Tip

August 28th, 2008

FlexTip: WordWrap for mx:Text

FlexTip: WordWrap for mx:Text

Tweet Maybe it is easy, maybe not, but I do not think it’s straitforward and logical. If you want to set word wrapping for mx:Text you have to set width. If you did not do this, whole text will be in 1 row and not whole text can be visible. So just set width to [...]

Posted in Flex Tips
By
read more
August 28th, 2008

AirTip: List all of your drives in AIR application

AirTip: List all of your drives in AIR application

Tweet This is quick Air Tip: If you need get list of all of your drives in code, just use var list:Array = File.getRootDirectories(); It list all of y our hard drives with CD ROM drives. But if CD is inserted in CD ROM drive, it will be listed as well. I don’t find way [...]

Posted in AIR Tips
By
read more
August 27th, 2008

AirTip: AIR application gained focus

AirTip: AIR application gained focus

Tweet This is little AIR Tip: if you want to know when your AIR application gained focus, just listen to AIREvent.APPLICATION_ACTIVATE. addEventListener(AIREvent.APPLICATION_ACTIVATE, handleApplicationActivate); Tweet

Posted in AIR Tips
By
read more
August 27th, 2008

FlexTip: Preventing CheckBox selection with Key.SPACE

FlexTip: Preventing CheckBox selection with Key.SPACE

Tweet This is quick Flex Tip. If you do not need or do not want change CheckBox selection with space key, you can set mouseFocusEnabled to false.   If you know about any other solutions, let us know. Tweet

Posted in Flex Tips
By
read more


Subscribe to my RSS feed to your email:

Images is enhanced with WordPress Lightbox JS by Zeo