Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Waitbar always on top. "Bong" sounds

12 views
Skip to first unread message

MRR

unread,
Nov 19, 2012, 10:03:15 AM11/19/12
to
Hello,

I have a GUI and I do an iterative (loop) computation. I have used the waitbar command. To hold the waitbar always on top I use the modal setup, i.e.:

h = waitbar(0,'Please wait...','WindowStyle', 'modal');

This is so far the only way I have found to hold the waitbar on top. However, I hear several "bong" noisy sounds while the computation is being carried out.

Here: http://www.mathworks.com/matlabcentral/newsreader/view_thread/288932 I read "The bong will be given each time you move the cursor outside of the modal window. It is a normal part of defining a window to be modal."

Is there any way to have a waitbar on top without such a "bong" sounds?

Best,

-M
0 new messages