Just completed my relocation from Moscow to San Francisco. Weather is great and people are friendly.

Just completed my relocation from Moscow to San Francisco. Weather is great and people are friendly.
I have used the logic from Spark Tree to build AdvancedDataGrid based on Spark DataGrid and it seem to work nice:
Since AdvancedDataGridcontains a few code and uses a lot of Spark Tree logic I’ve decided to add it to the Spark Tree project in GitHub.com instead of creating a separate library.
Note: you will not see disclosure icons unless you specify corresponding item renderer for some column: <s:GridColumn itemRenderer="com.sparkTree.DefaultTreeADGItemRenderer"/>
Download SparkTree4.5.swc for Flex SDK 4.5 and higher.
Please report bugs in comments or to the GitHub Issue Tracker.
Here is a quick example how to sort images by color.
Basically I just sort images by hue of the major image color. The issue is how to get that color. I get some image pixels, clusterize them and take the center of the best cluster.
If you plan to test the amazing new Flash Builder Android features and can’t install the USB driver for your phone – just install the PdaNet. It will smoothly put the driver in place and you will be able to debug your mobile project on your device.
I’m happy to present the project I’ve been working on for the last 2 years.
FTheme.com is my new library that hopefully will make a small revolution in Flex 4 styling and skinning. New application look can be created in Notepad, loaded at runtime and change everything from application background bitmap fill to the CheckBox-es size.
Hope that you enjoy existing looks (NightSky is my favorite). Looking for forward for your feedback and new exciting looks.
It was a good year, thank you for reading this blog – hope it is useful at least sometimes :) Starting from the 20-th August 2010 when this blog was opened:
Here is some personal statistics according to the StatSVN:
One of my next posts is going to be about the look&feel customization system that we are developing in CommuniGate for Pronto:
It’s super-powerful, lightweight and fully backward-compatible (while runtime Flex styles in SWFs are not).
I’ve just uploaded Spark Tree component to the GitHub so if you’ve got some updates or bug fixes – please send pull requests :) Also the package is changed – now it’s com.sparkTree.
Remoting with AMFPHP greatly simplifies the client-server application logic. Now I’m going to simplify it’s usage. No responders, no listeners or clients. Just one call(...) and one callback function:
Here is the Persons.php service:
Download Gateway.as and call.as
Callback function can have the following signatures depending on the application logic:
function():voidfunction(errorText:String):voidfunction(object:Object, errorText:String):voidAdobe has recently released a preview version of new Flash Builder – Buritto that has many great features including code templates. Here are my ActionScript code templates so far (download templates.xml to import):
Also there is a weird issue that content assist shows empty dropdown on first Ctrl+Space and then shows separately varibales, properties, methods and etc. assist on each Ctrl+Space. This can be worked around by unchecking all items in Content Assist Cycling preferences panel:

I seemed to have “All” checkbox but now I don’t see it now. If you will see it, check it :)
Thanks, Adobe! :)