PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Non-focal message to indicate background processing in progress
Non-focal message to indicate background processing in progress
Iniciado por Gautam, 17,jul. 2014 16:28 - 3 respuestas
Miembro registrado
67 mensajes
Publicado el 17,julio 2014 - 16:28
Hi all

Is there a way to display a message indicating some task is in progress without the message taking the focus? So for example If I have a long process that may take a while to complete can I display a message indicating something like "Please wait... calculating" etc?

I have tried Toastdisplay and ToastdisplayPopup but these do not give me control over the duration of the display period. I am looking for a method to indicate to the user that the task is running and the user should wait for process to complete.

Any help would be appreciated.

Thanks and regards

Gautam
Publicado el 17,julio 2014 - 16:41
Hi

the easiest way is probably to create a secondary window and open it
using opensister or openchild. Being non modal, this window will let
the main UI operational, and the code inside the secondary window can do
whatever is needed (a timer to display progress, by example)

Best regards


--
Fabrice Harari
Consultant WinDev, WebDev et WinDev Mobile International

NOUVEAU: WXShowroom.com est disponible : Montrez vos projets !
Plus d'information sur http://fabriceharari.com


On 7/17/2014 8:28 AM, Gautam wrote:
Hi all

Is there a way to display a message indicating some task is in progress
without the message taking the focus? So for example If I have a long
process that may take a while to complete can I display a message
indicating something like "Please wait... calculating" etc?

I have tried Toastdisplay and ToastdisplayPopup but these do not give me
control over the duration of the display period. I am looking for a
method to indicate to the user that the task is running and the user
should wait for process to complete.

Any help would be appreciated.

Thanks and regards

Gautam
Miembro registrado
67 mensajes
Publicado el 17,julio 2014 - 17:42
Thanks Fabrice

Is this possible in Webdev? Could you tell me what the commands are in webdev?

Thanks for your help.

Gautam
Publicado el 17,julio 2014 - 20:03
Hi

ooops

I didn't see the WEBDEV info. In webdev, you can do that using a
celldisplaydialog instead

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXShowroom.com is available: Show your projects!
More information on http://www.fabriceharari.com


On 7/17/2014 9:42 AM, Gautam wrote:
Thanks Fabrice

Is this possible in Webdev? Could you tell me what the commands are in
webdev?

Thanks for your help.

Gautam