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,
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.
The designer of Hristo’s sample uses the same code as the one you have provided you and from your response seems that the issue is not present with it. We also tested the sample under Chinese windows and we also couldn’t reproduce the issue. From our test it seems that there are no tooltips with IsGlassSupported set to true and the proper tooltips with IsGlassSupported. If you are not using ResourceStrings, there might be UIElementCreationFilter in your sample. This filter allows you to add custom tooltips to elements. We have managed to implement a sample which uses UIElementCreation filter to show the tooltips when you are the application is being run in a Chinese environment. I have attached the sample. Please run it under Chinese environment and inform us about the results. You may also use this sample as a workaround to your issue. Please note that we don’t speak Chinese so the translation may be wrong.
Alternatively you may want to set the IsGlassSupported property of the toolbar manager to true and that should fix the issue as the application will use the default windows tooltips.
I am looking forward to your reply.
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.
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.
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.