Search found 4 matches
- Fri Aug 31, 2007 7:03 pm
- Forum: VCL
- Topic: Flicker and Stack Overflow issues with Delphi 2007 and TC7
- Replies: 7
- Views: 3813
- Wed Aug 29, 2007 3:07 pm
- Forum: VCL
- Topic: Flicker and Stack Overflow issues with Delphi 2007 and TC7
- Replies: 7
- Views: 3813
A bit of an update... I commented out the invalidate part of QrTee and now I'm not getting a stack overflow
Code: Select all
procedure TQRDBChart.Invalidate;
begin
// if AutoRepaint and Assigned(Parent) then
// Parent.Invalidate;
end;
- Wed Aug 29, 2007 2:58 pm
- Forum: VCL
- Topic: Flicker and Stack Overflow issues with Delphi 2007 and TC7
- Replies: 7
- Views: 3813
I did what the post you link said and replaced the qrtee.pas with what you emailed (but It was the same as what I had). The report still flickers and I still get the overflow issue. I'm running Delphi 2007 SP2 on Windows XP SP2. QuickReports is 4.07 Pro. TeeChar 7.11. I use the old style delphi layo...
- Tue Aug 28, 2007 8:54 pm
- Forum: VCL
- Topic: Flicker and Stack Overflow issues with Delphi 2007 and TC7
- Replies: 7
- Views: 3813
Flicker and Stack Overflow issues with Delphi 2007 and TC7
I am trying to move to Delphi 2007 and I installed 7.12 version (No Source) and added the quickreport package as well. In design mode I am getting a constant flicker and on any report with a chart in runtime I get a stack overflow. I read some older articles about recompiling the source or using a d...