Recently FlexUnit 4 beta 1 was released. To get started I recommend FlexUnit 4 in 360 seconds and the feature overview. If you are using the Swiz framework and want to apply some changes to provide a patch file you could run the unit tests to be sure to break no features.
This is quite easy [...]
For Flex skinning I have usually used Flash with the Flex skinning extension. This is called the stateful approach because you can also add transitions between the states. This worked out fine and the workflow was ok and you ended up in Flex to define the skin via CSS like this:
.myButton{
skin: ClassReference("MyButton_skin");
}
You may have followed [...]
The EncryptedLocalStore (ELS) is a decent place to persist user specific settings like for instance a username and a password. As the name already says the ELS content is stored encrypted using the Keychain of OS X and DPAPI on Windows with AES-CBC 128-bit encryption.
The code to store a File variable in ELS using a [...]
The subject says what I foccussed today. I am currently working on an AIR application which connects to a local socket server. I am developing under OS X but the socket server I have to use is only for Windows so I started Parallels with Windows Vista and started the server there to test from [...]
The next version of the Swiz framework was released in the beginning of January and finally I have the time to blog about it!
Chris Scott has a blogged about the changes and a deep view on runtime validation of mediators. I also contributed some stuff and I can say that I am very glad and [...]
Happy new year for all of you guys!
2009 already began with a big change for me. I have left Adobe to move over to Brazil. I had this plan in mind for a longer time and it was really hard to leave Adobe and my dear colleagues behind. During the two years I worked in [...]
Recent Comments