Odd whole screen flicker on TChartEditorPanelCreation
Posted: Sat Aug 28, 2010 7:22 am
Hello,
I use TeeChart pro 8.07 with source and RAD Studio 2010 running on a Windows 7 machine/64 bit system. The program is a C++Builder .exe Application. Everything works just fine. However, since updating to 2010 and and 8.07 I've noticed that if I create any form which has contains a "TChartEditorPanel" component on it, when the program runs and does this in the main initialization code:
Application->CreateForm(__classid(TChartEditorF), &ChartEditorF);
The whole screen goes white and flickers for a 1/2 second before returning to normal. It looks very weird. If I delete the component off the form it stops doing it, or if I change the form to not be auto create it stops, until I later create the form when I need it at which time it does it again. In the above case "ChartEditorF" is a form which has a TChartEditorPanel" component on it.
Note that there is no functionality issue, everything works fine, but customers are wondering what this bizarre flicker is everytime the program is run (and so am I). I've tried sticking the TChartEditorPanel inside a small panel, setting it's state to not visible, and doing some other things to get it to stop doing it, but no luck.
Any suggestions? Would some kind of update to 2010 of Teechart solve this, or is that just a guess? Thank you in advance for any clues to this issue.
- Rebecca Taylor
I use TeeChart pro 8.07 with source and RAD Studio 2010 running on a Windows 7 machine/64 bit system. The program is a C++Builder .exe Application. Everything works just fine. However, since updating to 2010 and and 8.07 I've noticed that if I create any form which has contains a "TChartEditorPanel" component on it, when the program runs and does this in the main initialization code:
Application->CreateForm(__classid(TChartEditorF), &ChartEditorF);
The whole screen goes white and flickers for a 1/2 second before returning to normal. It looks very weird. If I delete the component off the form it stops doing it, or if I change the form to not be auto create it stops, until I later create the form when I need it at which time it does it again. In the above case "ChartEditorF" is a form which has a TChartEditorPanel" component on it.
Note that there is no functionality issue, everything works fine, but customers are wondering what this bizarre flicker is everytime the program is run (and so am I). I've tried sticking the TChartEditorPanel inside a small panel, setting it's state to not visible, and doing some other things to get it to stop doing it, but no luck.
Any suggestions? Would some kind of update to 2010 of Teechart solve this, or is that just a guess? Thank you in advance for any clues to this issue.
- Rebecca Taylor