PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] 2 different independent Progressbars in the windows status bar
[WD20] 2 different independent Progressbars in the windows status bar
Iniciado por guest, 06,dic. 2015 16:27 - 2 respuestas
Publicado el 06,diciembre 2015 - 16:27
Hi,

I need 2 different independent Progressbars in the windows status bar. How to handle this ?
gauge() has no parameter for the control, I have defined 2 SBC_Progressbar as Progressbars, but the show only the value not the bars .....


Any ideas ?
Publicado el 07,diciembre 2015 - 14:50
Hi Michael

I don't know if it's possible in the window status bar, but there is an easy work around: remove the status bar ant setup a bunch of regular fields that look like it in its place... These fields can contains two progressbar easily

Best regards
Publicado el 07,diciembre 2015 - 16:11
Hi Fabrice,

yes I tried this. But finaly it´s not working because the progressbar control is so lazy in a parallel task environment that I changed to text base "progressbars"