Posts Tagged Under Tip
FlexTip: WordWrap for mx:Text
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 fix [...]
Posted in Flex TipsBy Franto
AirTip: List all of your drives in AIR application
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 how [...]
Posted in AIR TipsBy Franto
AirTip: AIR application gained focus
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);
Posted in AIR TipsBy Franto
FlexTip: Preventing CheckBox selection with Key.SPACE
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.
Posted in Flex TipsBy Franto
Tower Defense Design – The Future of Gaming?
WordPress Mobile Edition
Flex Hero – Android links collection
Send links to your Android
Android Time Picker for Flex Hero
Android Date Picker for Flex Hero
Problems with latest stable Flex 4 nightly build
Loosing children interactivity after setting perspectiveProjection
WordPress plugin Permalinks Changer
Numeric sorting of Flex DataGridColumn
- Unizah Abbey : It was nice to know this kind of future gaming for my nephew was fond ...
- Art : Your line about all games survive made me think a little bit. I think ...
- Yann Graufogel : Hi, First, thanks for this mobile datePicker! I've noticed somethi ...
- bugz : thank you very much ! ...
- Keiran : Hi! This is a bit older but very useful if you want to create 3D pie ...
- uzair : hey Daniel: i didn't get you clearly. The thing which i understand ...
- Daniel Sedlacek : My first thought is to do everything you do now but in bigger resoluti ...
- uzair : hi I am making an online T-shirt design tool. i have to give the lo ...