I decided to make simple Flex application which explains how to use PicasaFlex API. The application shows content of single album on user's Picasa Gallery. User can navigate through the pages. Click on any thumbnail and view the image. Click on image and return to his album view.
Tutorial
Simple Picasa Gallery with Flex and PicasaFlex API
By admin - March 10th, 2008
- 55 comments
- Read more
- 8763 reads
Colspan in AdvancedDataGrid
By admin - August 19th, 2008
Tagged:
Here is the simple example which illustrate possiblity using something similar to colspan in AdvancedDagaGrid:
- Add new comment
- Read more
- 5874 reads
Closing multiple popups in one shot
By admin - August 18th, 2008
Tagged:
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
- 3116 reads