PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD19-21] Cannot change the style of a check box!
[WD19-21] Cannot change the style of a check box!
Iniciado por guest, 29,jul. 2016 10:33 - 1 respuesta
Publicado el 29,julio 2016 - 10:33
Hi all,

I have a weird problem with new checkboxes. When I create a new check box item in the analysis and then drag it to a window, it seems to have no style, or it has a style of its own.
My old check boxes are styled after the Elegant theme, having a black box and a white tick mark.

And I would like to make the new ones look the same.

But the new checkboxes have a white box with a thin black outline and black tick mark. And there seems to be no way to change the style of the new check boxes.

When I compare the attributes of the old and new checkboxes, they are exactly similar (!!!), and they both have the same style (!!!) called CBOX_NoCaption. Also the copying of the style with the "style copy" tool does not have any effect. And there is no way I could personally have goofed the style of the new boxes for instance by coding their properties, because they are brand new, and there cannot yet be any code associated with them.

Is this a bug, or have I missed something? Any hints?

Best regards
Ola
Publicado el 29,julio 2016 - 10:54
Ok, I found a workaround, but not exactly 10 times faster...

First select some other, any other, style for the check box, update it, then select the style you want and update it, and if there are more "bad" check boxes, then just press the F4 funtion key on each of them to repeat the re-styling process.

Best regards
Ola