Tagged Questions

1
vote
3answers
91 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
6answers
771 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" …
0
votes
4answers
2k 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
2answers
872 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 …