I have an application which sets the style at runtime to claymation.isl. In Windows XP all is fine, however on Vista (admitedly I have only tested on 1 machine). on a screen with lables and textboxes, non of the lables are visible but all the textboxes are.
Has anyone seen this before ?
John
Mike,
Thanks for your reply and testing. I am using UltraLabel and UltraTextEditor.
The problem appears to be because i am using Infragistics styling but the lables were not infragistics lables i.e they were system.windows.forms.label. I changed them to be infragistics.win.misc.ultralabel and all is ok. I noticed this because one label was displaying correctly and it was an Infragistics one.
I am using databinding with my custom objects. I drag a field from an object onto the form and it creates an infragistics textbox but a system.windows.forms label. In furure I will ensure all my lables are of type Infragistics.
Thanks john
Hi John,
Are these inbox labels and text boxes, or are you using UltraLabel and UltraTextEditor?
I tried this out with both, and I also used an InboxControlStyler so that the inbox controls get styled and I am running Vista and it seems to work okay for me.
I'm attaching my sample project here.