The pleasewait tag has no wiki summary.
0
votes
3answers
563 views
Please wait Animation gif using javascript
I am trying to use this post in order to get the animated gif for Please wait message.... on button click. However, when I open the sample html page that I am testing on, I get an input box instead of ...
0
votes
3answers
281 views
Please wait screen appearing after the login button
I am trying to implement a "Wait Screen" in my BlackBerry app. The screen is to appear when the user clicks "Login" and it should go away after login has successfully been made. I am calling the ...
0
votes
1answer
252 views
displaying processing or waiting page in Struts1.3.8 using JSP, When AJAX request made?
In my application there is a drop down box, second drop down box value depends on first.I developed it using AJAX and Struts1.3.8.
When the second drop down box item selects it will display some ...
3
votes
1answer
557 views
Rails “please wait” page
I have a rails app that imports all your Facebook contacts. This takes some time. I would like to be able to show a "please wait" page while the importing keeps happening in the back.
It seems that I ...
1
vote
1answer
646 views
Please wait page in Spring MVC + Apache Tiles
I'm using Spring MVC 3 + Tiles for a webapp. I have a slow operation, and I'd like a please wait page.
There are two main approaches to please wait pages, that I know of:
Long-lived requests: ...
2
votes
1answer
2k 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 ...
1
vote
1answer
5k 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" ...
0
votes
4answers
476 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 ...
1
vote
1answer
885 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 ...
2
votes
2answers
1k 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 ...
1
vote
3answers
2k 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
967 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 ...
4
votes
5answers
21k 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 ...
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" ...
2
votes
2answers
3k 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 ...