Hello everybody!
I cannot reproduce the behavior but suddenly all of the icons in my UltraToolbarsManager were lost.
I tried some .Ribbon.FileMenuStyle settings and at last
ultraToolbarsManager.Office2007UICompatibility = false;
Is it possible that this is the reason?
Do you have any other idea?
Thank you very much and kind regards.
Tom
Hello mictherr,
Thank you for this information. As mentioned in my previous post, this should not be happening to just Infragistics controls.
I have never had this issue happen to me with either NetAdvantage or non-NetAdvantage controls. In order to look into the cause of this issue I would need to be able to reproduce the issue. Would either of you be able to provide me with steps to take to reproduce the issue?
I am having the same issue, and it has happened to me twice now.
Nearly every UltraToolbarsManager loses its images at the same time. The first time, I was not adding the images to the resources folder. I had to "re-find" the images again to associate them again. This last time, all of the images were still in the resources folder and I just had to set the images again. It is rather frustrating though, and very time consuming. This has only happened to the Infragistics controls. Any "regular" toolbar I had with images never lost the images.
I'm hoping there is a quick and easy way to set these images... I'm only half way through and losing my patience.
Of course I only use Infragstics-Controls!!! :-)
Hello Tom,
Thank you for this information.
I'm not sure why this issue occurred, but I don't believe it's a NetAdvantage issue since our controls delegate to the resource handling facilities that are built in to Visual Studio.
Were there any non-NetAdvantage controls that were affected?
Hello Dave,
I'm reffering to the tools which use the icons. It's very astonishing: Icons got lost in every Windows Form at the same time.
What do you mean with "still exist but are just not on any of the toolbars or ribbon tabs"? The tools are still in the collection but there's no icon for each tool. I typically choose the images (small and large) by "Select From File/Resource" and then "Local Resource/Import".
Where are the icons saved after this?
Which lines of code get produced after referring the icons?
Thanks Tom