From: pedro moreno on
Maybe there is a solution:

set(h,'WindowStyle','modal')

But the problem is that this instruction generates several 'bong' error noises, and in the command window no errors are showed. Is very strange, I have no idea... ¿anybody has the solution of the mistery?
thx
From: Jan Simon on
Dear Pedro,

> The only thing for this was perfect is that waitbar window is always visible for user, but it always hide in the second updated, 20% (the waitbar window is minimized in taskbar).

Again: This is really strange! There is no Matlab method to minimize a window to the taskbar. Therefore you obviously apply a Java or OS call to minimize the WAITBAR window. Keep the window visible is trivial then: Omit this call.
And it would be helpful for the community if you show us, how you minimize the window.

If I miss the point: why/how is the window minimized to the taskbar?

Kind regards, Jan
From: Walter Roberson on
pedro moreno wrote:
> Maybe there is a solution:
>
> set(h,'WindowStyle','modal')
>
> But the problem is that this instruction generates several 'bong' error
> noises, and in the command window no errors are showed. Is very strange,
> I have no idea... ¿anybody has the solution of the mistery?

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.