Components
Picasa Flex API update 002
I want to announce that PicasaFlexAPI major revision upgreded to version .002
Main change was to remove all callback functions in favor of events. I addition there are multiple additional implementations done:
- * User authentication
- * Ability to add comments, list all comment for certan photo, delete comment
- * Ability to create an album, delete album
feel free to try here - http://code.google.com/p/picasa-flex-api/
- 2 comments
- 11374 reads
Select Date and Time with DateTime selector component for Flex
Because there is nothing like that supplied with Flex 3, I decided to make my own little component.
Feel free to use i:
Component source code:
- 3 comments
- Read more
- 25987 reads
Console Component helps you do debug and develop Flex/AIR applications.
This is about component whic uses Flex Logging to display structured log files at client side. I think this will greatly improve ability to debug Flex/Air applcaions on the fly. For example when application deployed in realenviropment you cannot debug it propely, this component will help you. ... Unfinished
- 2 comments
- 696 reads
Colspan in AdvancedDataGrid
Here is the simple example which illustrate possiblity using something similar to colspan in AdvancedDagaGrid:
- Add new comment
- Read more
- 24785 reads
Closing multiple popups in one shot
Here is the short example how to close all popups in one function.
It is very easy, but one rule shoul be followed - all popups shoul implement interface which contains single method.
- 3 comments
- Read more
- 17812 reads