hey all,
I am struggling with something that should be trivial ........
in designer I added two labels (Label7 and Label8) set visible to False and the text value to a colon
)
I then used the designer script to get them positioned correctly and generated the members.
In my program have have logic that will make the labels invisible/visible depending on a button. So far so good, the issue is that the other labels 1-6 show and hide just fine when the button is pressed but label 7 and 8 do not.
The only difference is that the text for label 7/8 were defined in designer and the others are defined in code (don't see how that could make a difference but .....)
I am lost as to why this is happening, any advice/suggestions welcomed
thanks
dougc
:BangHead: