Yesterday I was contacted by Craig Shoemaker from Infragistics about the problem I posted the day before. Mr. Shoemaker jumped on the problem and said he would get development support management involved. And I promptly received a response from a development support engineer with the likely solution. The forum posting that the support engineer linked to had a screen clip that looked exactly like my problem. And I'm happy to report that the problem is resolved after performing the steps indicated.
The problem is related to the ink support, and that is what the pen icon indicates. It apparently started with the NetAdvantage 9.1 suite, but I didn't notice it, because I didn't upgrade to Windows 7 until recently. Here are the steps to resolve the problem:
- Open the Infragistics.CompositeUI.WinForms solution
- Open the IGWindowsFormsApplicationBase class
- Change the ProvideInkSupport property to return ShowInkButton.Never (instead of ShowInkButton.Default)
- Build solution
- Replace assembly in your solution
A special thanks goes to Craig Shoemaker for bringing this to a quick conclusion.
Related Links:
Problem Post
Solution from Forums