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 [...]
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 to find [...]
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
Problems with latest stable Flex 4 nightly build
Loosing children interactivity after setting perspectiveProjection
Wordpress plugin Permalinks Changer
Numeric sorting of Flex DataGridColumn
More Google Wave invitations
$1000 for Wordpress plugin
Kseniya Simonova – Sand Animation
Goodbye FlashDen, hello ActiveDen
Major update of Goalscape AIR application
Why my sites were not indexed by Google?
- Swati : Thinking to link back to this site..................... ...
- Swati : So Sweet............... Like a beautiful girl in love ...
- GOVERNMENT : A million thanks and a billion kudos! You've saved me a whole day's bu ...
- Cesar : Your post was a life saver. Thanks! ...
- Matthew : You're climbing in the google search... thanks for saving me a lot of ...
- Haggis : You've just saved me a lot of frustration. 1 internet to you, sir. ...
- Daniel Sedlacek : @Achim: this should help, it's Pv3D 2.0 version with enhanced texturin ...
- Daniel Sedlacek : @Achim: This should help, it's PV3D 2.0 and it provides more control o ...




