View Single Post
  #4 (permalink)  
Old 09-21-2007, 05:02 AM
aramesh aramesh is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 72
aramesh is on a distinguished road
Default Re: Displaying Progress bar

Hi,
Why not. Use the CellRenderer API in flash. The CellRenderer API is a set of properties and methods that the list-based components (List, DataGrid, Tree, Menu, and ComboBox) use to manipulate and display custom cell content for each of their rows. This customized cell can contain a prebuilt component, such as a CheckBox component, or any class you create.

<aramesh>
Reply With Quote