PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Global changes to controls
Global changes to controls
Iniciado por guest, 09,abr. 2016 16:06 - 1 respuesta
Publicado el 09,abril 2016 - 16:06
I have a question about making global changes to controls in a window

For example, if I have a window with several hundred controls and all of the controls are on plane 0 and I want to change them all to plane 1, is there a way to make such a global change, or do I have to go into the description of each control and make the change one by one?
Publicado el 09,abril 2016 - 16:14
Answered my own question. Select all the control on the plane, right click on one of them, choose Description, GUI. Change the plane # and the change will be applied to all selected controls.