Progressbar in Datagrid Example

January 11, 2010

In the comments of our previous post about using the ProgressBar, one of our readers asked if a ProgressBar could be used inside a DataGrid.

This is, ofcourse, possible. So we decided to write an example about this.
Read more

Using the ProgressBar with a file download in Flex

February 13, 2009

So sometimes you’ll have time consuming procedures in your Flex application. Flex provides a nice moving clock thingy to let the user know that it’s doing something, but it doesn’t give the user any information about the progress.

Fortunately, Adobe provided the ProgressBar with Flex. To see how you can use the progressbar in combination with a file download from the server, see the following example.

Read more