Select to view content in your preferred language

ProgressBar for FeatureClass Query

417
1
03-31-2011 11:37 AM
by Anonymous User
Not applicable
Has anyone implemented a ProgressBar for the progress of a feature class query? I am not using any of the sample FlexViewers. This is a from-scratch application.

Thanks in advance.


rGibson
Tags (2)
0 Kudos
1 Reply
Drew
by
Frequent Contributor
You can not detect the percent processed, but you can detect the start of the query and when it is complete.

Add a progress bar to your component
Set the "Indeterminate" property to true.
Set the visibility to false.
When your code starts its search set the progress bar visibility to true
When the query is complete set the visibility of the progress bar back to false.

Hope that helps.

Drew
0 Kudos