I am using ultraToolbarMenu for ribon menu, but when I use it, at the some computer, text of tooltip of toolbarmenu is broken like "???(N)".
Also, some computer show the text of tooltip correctly, but others do not show the text of tooltip.
Does anyone know what's the matter?
Hello,
Thank you for contacting Infragistics Developer Support.
I tried to reproduce this issue using the latest service release of Vol 13.2 (13.2.20132.2016) and everything works fine on my machine. So I will need some more details in order to help you solve this issue. What is the version and the service release of our assemblies? Are you using ResourceStrings in order to translate the tooltips? Perhaps the tooltips that are shown incorrectly, because they are not translated properly. You can find more information about resource strings if you follow this link:
http://help.infragistics.com/Help/Doc/WinForms/2013.2/CLR4.0/html/Win_Customizing_Assembly_Resource_Strings.html
I would really appreciate if you can send me a sample which reproduces this issue as it would help solving this issue immensely.
I am looking forward to your reply.
I am using the service release of v13.1.20131.1001, but I don't think the problem caused by the assembly version.
For simple test, I created new project and I attached only ultraToolbarsManager and just set the property of Ribon.Visible to True.
Also, I don't use ResourceStrings.
I found out that this project works fine on my machine, but others not.
I tested it on 3 machines in order to check whether language affects or not.
I found out that Chinese language have a problem.
Do you have any idea of this? Please let me know how to solve this problem.
Hello ,
Thank you for the provided code snipped, based on it I have implemented simple sample in order to reproduce your issue. I would like to ask you to run this sample on your machine with Chinese environment and check if the tooltip appear when IsGlassSupported is on/ off. Please run the sample and check IsGlassSupported check box (resize the form in order to force drawing and applying of the property) and let me know how the tooltip was drawn. Then do the same when IsGlassSupported is unchecked (resize the form in order to force drawing and applying of the property). If you are able to capture a video of this test it would be great.
I am waiting for your feedback.
I am sorry that I can't send a video.
I run the sample you gave me.
After unchecking the IsGlassSupported checkbox, the tooltip does not appear.
But, after checking it again, the tooltip appear again.
Thank you for the response.
How did the tooltip appear with the IsGlassSupported property set to true? Was it normal or was it unreadable? IsGlassSupported gets or sets whether the glass should be extended automatically into a containing form. So if it is set to true it should use the Form's tooltips. If it is set to false it uses tooltips from the toolbars manager. In Chinese environment it seems that those tooltips are not shown at all. So I assume that you have use IUIElementCreationFilter in order to display those tooltips. Please modify Hristo’s sample so it reproduces your issue and I will be glad to further investigate this issue.
I am looking forward to your response.
If I set the IsGlassSupported property to true, tooltip has no problem, but if I set to false, it does not appear.
You said that I modify Hristo's sample, but I do not understand what I should modify.
Please let me know more details.
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.