SharpGL seems to interfere with the C# propertyGrid control.
A Boolean value in the propertyGrid, has a down arrow which produces a selection box to allow value changing from true to false.
At slow SharpGL frame rates (~10fps) the __drop down selection box stops working__ (first click may work).
The Boolean value can still be changed by double clicking on the True/False text.
It's weird!
It's like the SharpGL control is interfering with the window control messages. Is it possible?
Tested in a separate (bare minimum) project/application (as attached) and have same result.
Tested in XP and win 7.
Issue is of low importance, however I wonder if other controls have similar issues.
A Boolean value in the propertyGrid, has a down arrow which produces a selection box to allow value changing from true to false.
At slow SharpGL frame rates (~10fps) the __drop down selection box stops working__ (first click may work).
The Boolean value can still be changed by double clicking on the True/False text.
It's weird!
It's like the SharpGL control is interfering with the window control messages. Is it possible?
Tested in a separate (bare minimum) project/application (as attached) and have same result.
Tested in XP and win 7.
Issue is of low importance, however I wonder if other controls have similar issues.