Finally managed to put a sample with source!
Tag Archives: flex 3
Download Custom Flex 3 DateChooser
To download the date chooser source: click here
Please, provide any feedback about the datechooser and feature requests.
I’ll put the component documentation soon.
Flex 3 Custom DateChooser
I searched so much about a custom DateChooser component in Flex 3, that I decided to make one by myself. My criteria is to have ComboBoxes for both months and years. I simply merged the ComboBox component with DateChooser and there is the beta release. Please fill free to comment and report any bugs or feature requests.
Demo is here:
Free download: here
IE & ExternalInterface communication problem
Do not use only ’embed’ tag when using Flex 3/Flash Actionscript 3 ExternalInterface. The communcation with only embed tag works with Firefox and no other browser. If you want to put the IE on work add the ‘object’ tag as well.
flash player with debugger issue
Sometimes Flash Player with debugger is no displaying all correctly. I have an application which displays more than 200 bitmaps on the stage. Because of the Flash Player with debugger helping my Flex Builder 3 installation to work/debug properly the application always loaded correctly those bitmaps, but after been reported by several places that the bitmaps were not loading at all I faced the two-day sprint of finding the issue.
Finally I noticed that the issue does not exists for machines with installed Flash Player with debugger. After uninstalling the software from my machine I start having the problem there.
That case showed us that the ‘debugger’ version was ‘suppressing’ the problems sometimes. In our case it was an incorrect class instance.