Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
6answers
44k views

jQuery “Please Waiting, Loading…” animation?

I would like to place a "please wait, loading" spinning circle animation on my site. I'm having trouble to find a plugin for it, so here I am asking a weird question :) Thank you for your help.
3
votes
5answers
13k views

Dojo “loading”-message

I'm new to Dojo, so I need a little help. Some of my links takes a while (when the user clicks, it takes several seconds before the page starts loading), and I'd like to add a "loading"-message. I ...
2
votes
1answer
53 views

How to implement “Please Wait” screen in Silverlight

I have developed a Silverlight application. It has a button and once it is clicked the application starts doing something which takes time. Since everything in Silverlight is asynchronous the UI is ...
2
votes
2answers
710 views

WPF 'Please Wait' animation using background workers - is this possible

Recently our WPF/Entity Framework 4.0 application has become unstable after we began using backgroundworkers in order to load data from the entity. We were doing so in order to have a 'Please ...
2
votes
2answers
2k views

Tips for implementing a 'Please wait' control for a Flex application

What would be a clever way to make a 'please wait' control for a Flex application for long running operations like calling a webservice. I am not asking about the graphical portion of it - just the ...
1
vote
1answer
250 views

Popup After Submit. Display a loading window or please wait

Here's my script: <form action='' method='' onsubmit='refreshpage();'> <input name='refresh' type="image" SRC="images/Next-Page-Button.gif" HEIGHT="60" WIDTH="173" BORDER="0" ...
1
vote
1answer
458 views

“Please wait” Windows in WPF

I need to create a "please wait" window at the start up of my application, start animation and at the lifetime of app change visibility. I don`t want create explicitly new thread (Maybe ThreadPool or ...
1
vote
3answers
399 views

How to create a Loading Window?

Ok, in my app there are times when loading the DataGridView can take a minute or two. What I want to do is show a GIF in a form with no border until it reaches the end of the loading function. ...
1
vote
2answers
526 views

Showing 'Please wait' message, not when there is an error in the validation

I have a form which is sent to an email address when user clicks Send. The form is validated first. I want to show 'Please wait' text to the user when he clicks the button. Now 'Please wait' text ...
1
vote
4answers
1k views

Displaying a “Please Wait” Dialog for a Non-Thread Safe task

I am using 3rd party library and some of the functions of the library take a long time to execute so I want to display a "Please Wait" dialog while the functions are busy. Normally I would do ...
0
votes
4answers
137 views

How to invoke a “Please Wait” window only if ajax takes more than X milliseconds to respond?

I'm doing an AJAX call (regular JS) and, if it takes more than, say, 500 milliseconds, I'd like to put up my "Please Wait" box. Normally, if I want to put up the PW box immediately, I'd do: // show ...
0
votes
0answers
140 views

Meta refresh and saveToken (struts)

I've got an action that takes a while, and I can't split up its functionality. So, I've implemented a "please wait" action. The action returns a jsp that uses a meta refresh tag to my ...
0
votes
3answers
3k views

WPF Namespace question - Process?

Trying to get this example working from http://www.munna.shatkotha.com/blog/post/2008/10/26/Light-box-effect-with-WPF.aspx However, I can't seem to get the namespace or syntax right for "Process" ...