Archive for the ‘Adobe Flex/Air’ Category
20,000 rows into FX datagrid on Nexus One + 10.1.
LoadTime:1813ms Render: 396ms with real-time sorting
Thanxs Ted for sharing that with me on Twitter !
It had the… Wow effect on me !
Ever wanted to create or generate passwords within Adobe Flex / Flash Builder or AS3 ?
Well it’s quite simple to do this.
You only need 11 lines of code for generating a password (well 13 if you count the function statement)
Just added a nice little code to create a unix time stamp.
The function is only 5 lines (well actually 3 without the function statement) so very small
You can find this small code here:
Do you get a connection error in Flash Builder when connecting to a MySQL database with PhP and Zend ?
The error looks somewhat like this :
Fatal error: Maximum execution time of 60 seconds exceeded in D:\xampp\php\PEAR\Zend\Db\Adapter\Pdo\Abstract.php on line 0
Well, then you might have configured a wrong server port.
Here’s the solution
There are a few ways to get a XML file as dataprovider within flash builder. Some people asked me how to do that in an easy way.
Well, in Flex Builder there actually was no easy way. You had to code it all yourself. But with the new Flash Builder you can do it pretty much automatically.
In this small manual I will tell you how.
