PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Providing the user feedback
Providing the user feedback
Iniciado por James, 06,may. 2012 13:26 - 1 respuesta
Miembro registrado
11 mensajes
Publicado el 06,mayo 2012 - 13:26
I want to provide the user feedback after saves etc by updating some text in a status bar. Is there a way to have this show for a set time period, lets say 10 seconds?

The only way I know of is to get the time and run a loop intil the time+10sec is up. Won't this stop any other action from running?
Publicado el 07,mayo 2012 - 11:16
James,
Have a look at the WD Balloon Help Component supplied with WD16
It has an option to display messages on the status bar I think...
Not sure it is what you want but might do it.

---
Steve Hodgman

On 6/05/2012 9:45 PM, James wrote:
I want to provide the user feedback after saves etc by updating some text in a status bar. Is there a way to have this show for a set time period, lets say 10 seconds?

The only way I know of is to get the time and run a loop intil the time+10sec is up. Won't this stop any other action from running?