Fading popup menu leaves garbage
Posted: Wed Aug 17, 2005 8:32 pm
Hello,
I am using Visual Studio C++ 6 and TeeChart Pro v7 ActiveX 7.0.0.5.
I have a 3D surface that I am rotating. There's also a popup menu with an option to restore defaults. The popup menu is brought up by right-clicking the chart. When selecting to restore defaults, the chart restores to those values, but region of popup menu item that was selected contains garbage.
I tried to Repaint() the chart, invalidate window, and resize control in the COMMAND message handler of the menu item in question, without success. Seems like the fading out effect terminates after the Invalidate(), and Invalidate() has no effect on the chart.
Is there a workaround for this situation?
I have a sample project that I could upload as an example. How do I do that?
Thanks
I am using Visual Studio C++ 6 and TeeChart Pro v7 ActiveX 7.0.0.5.
I have a 3D surface that I am rotating. There's also a popup menu with an option to restore defaults. The popup menu is brought up by right-clicking the chart. When selecting to restore defaults, the chart restores to those values, but region of popup menu item that was selected contains garbage.
I tried to Repaint() the chart, invalidate window, and resize control in the COMMAND message handler of the menu item in question, without success. Seems like the fading out effect terminates after the Invalidate(), and Invalidate() has no effect on the chart.
Is there a workaround for this situation?
I have a sample project that I could upload as an example. How do I do that?
Thanks