PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Suggestion: All controls should have progress bar
Suggestion: All controls should have progress bar
Iniciado por guest, 25,sep. 2016 06:45 - No hay respuesta
Publicado el 25,septiembre 2016 - 06:45
Hi,

I think All Controls internally should have infinite progress bar.
calling it same like grayed out by enable the property.

Control..progress = true -> control become disable and on top of control appear infinite circle progress bar
Control..progress = false -> the infinite progress bar disappear


when one control with ..progress = true, use cannot click that control but user can still click other controls . but if it's mywindows..progress = true then all controls in that windows become disable.

what do you think ?