Hi everybody,
I'm trying DesktopAlert for the first time.
I'm close to reach my goal, but I'm experiencing a bad behavior, please could you help me finding the right way or even saying me definitively it will not work?I instantiated a DesktopAlert, then added a UltraDesktopAlertButton to DesktopAlertButtonsCollection:
Infragistics.Win.Misc.UltraDesktopAlert tip = new Infragistics.Win.Misc.UltraDesktopAlert();DesktopAlertButtonsCollection alertButtons = tip.AlertButtons;UltraDesktopAlertButton button = alertButtons.Add("My_Button");button.Appearance.Image = new Bitmap(16,16);button.ToolTipText = "never disabled button";
So far so good
Then I set following property:
button.Enabled = false;
I was expecting to see that button grayed-out with no interoperability, but I was so surprised when run the application and seen the button perfectively active.
What's wrong?
Thanks in advance
Gianni
Hello,
This fix is available and in Infragistics 10.3 service release 2128.
Thank you.
Hristo,it is impossible for me now to update and try, I trust Infragistics great support and as soon as possible I will update.Thank you
I want to announce that issue is fixed in Infragistics 11.1 service release 2042.
Thank you Hristo.
I will stay tuned.
Hello ,
I have created support ticket whit id CAS-70926-7L7608, in order to investigate this issue further. This forum thread will be update , when we find a solution for this issue.