Page 1 of 1

msgbox that stays...

Posted: Tue Dec 13, 2016 11:49 pm
by Hazael
Hi Everyone,

I searched but failed to find...
I am looking for a message box that doesn't have a button to close, that just stays active (showing the message) until I say it to close.
The use for it is to let the user know there is something happening (processing) and that he/she has to just wait until it finishes...
The best would be if I could even update a counter on the message box but it is not mandatory - or a progress bar would be even better...)

Any ideas?
Thanks for any help

msgbox that stays...

Posted: Tue Dec 13, 2016 11:55 pm
by Pablo César
Hi Hazael,

Is it this what are you looking for ?
Screen36.png
Screen36.png (31.96 KiB) Viewed 4705 times
There are in SAMPLES at:>

D:\hmg.3.4.3\SAMPLES\Controls\WaitWindow\WAIT_WINDOW_1
D:\hmg.3.4.3\SAMPLES\Controls\WaitWindow\WAIT_WINDOW_2

I have posted this other example: viewtopic.php?p=38595#p38595 (with counter)

Image

J'adore le bleu France ! :P

Re: msgbox that stays...

Posted: Sun Dec 18, 2016 10:42 am
by Hazael
Bonjour Pablo Cesar,

I think that is what I am looking for but I will have to check the source code and extract only what I need from there.
My intention is to use only that but with GTWVT on Windows to make some messages more "User Friendly" in place of just standard terminal ones...

Merci beaucoup!