Hi, i was adding some controls on the main form of my application and on next build I get badly rendered strings on all Infragistics controls, only on runtime: ad design time they are properly rendered. Can somebody tell me where could be the cause and how to solve it?
Thanks
Alessandro
Please clarify what you mean by "badly rendered strings", if possible by posting a screenshot. It is possible that you are referring to the differences between GDI and GDI+; the latter is widely considered to be a buggy implemention although Microsoft's explanation is that the kerning differences are the necessary result of "resolution independence". They explain this in the following KB article
Ok... this is how text on the UltraToolbarsManager is rendered at design time:
and this is how it looks at runtime:
(the text is loaded on the constructor to load localized string)....