Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid status message

Status
Not open for further replies.

etelford

Programmer
Nov 2, 2003
4
I have a page where I am querying a dataset (via Flash Remoting/CF) and dumping the dataset into a datagrid.

The page is here: [URL unfurl="true"]http://www.mangom2.com/joesMovies/moviesInterface.html[/url]

After the page loads, click the 'Submit Query' button to return all of the movies with the default filters. As you can see, I am attaching a movie clip that is just a dark, semi-transparent box with some loading text in it after the 'Submit Query' button is pressed. Then, when the result is returned, I remove the movie clip from the stage.

What I really want to do is to display the loading progress of the query. Is this possible? And if so, how?

Let me know if it would help to post code. I figure something like this isn't really code specific as I'm really just looking for the syntax to check the size of the query and then load it and display that progress (ideally in terms of percentage).

Thanks in advance,

Erik
 
Yep code would be good. You should be able to track the progress by using an object to instantiate your remoting call.

Wow JT that almost looked like you knew what you were doing!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top