Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
No text displays in any Infragistics control
posted

We have an application that uses Infragistics controls throughout the UI. We use the UltraFormManager for all forms. We used AppStylist to create an isl that we always apply when the app starts. We have deployed the application to hundreds of issues without serious display issues. Recently we deployed to a user and are seeing something very strange. On this particular user's machine the application installed properly but displays no text in any Infragistics control. The only exception appears to be the UltraTextEditor. We see text when entering the username and password on our login screen. When a generic Windows message box is displayed we see text on that. But nowhere else.

This user has 3 monitors at various resolutions and they are using Windows 10 v1809. Their other applications are working fine. We have spent a number of hours logged on to their machine remotely with no success. Of course, I suspect this issue is related to screen resolution and scaling but any changes we have attempted have had no effect.

I know this is a long shot, but is there anything else we might try to fix this issue?

Thanks!

Steve

 

Parents
  • 7535
    Offline posted

    Hello Steve,


    Thank you for posting.In order to understand the issue, I have some follow up questions/recommendations to try:


    1) What is the screen resolution and scaling of all three screens? Does the issue occur on all three screens?

    2) What version of Infragistics for Windows Forms controls are they using?

    3) Try turn off the GUI+ and check if it changes the behavior. (You can change this either for individual controls (via the TextRenderingMode property) or the default for all of our controls (using the static DrawUtility.UseGDIPlusTextRendering property).

    4) Try to set the focus of the control and see if something highlighted and can you type?

    5) Also, try to exclude the isl, may be isl file is setting the forecolor same as the background color.

    Looking forward to hear you back.

    -Divya Jain

Reply Children