I re-tried the TQRChart without setting the AutoRepaint property to false. I then still get a Stack overflow !
I think there still is a problem with this in the 7.07 version: with the AutoRepaint option the chart paint procedure somehow gets in a recursive loop, as described in my posts above.
Search found 7 matches
- Sun Apr 30, 2006 6:48 am
- Forum: VCL
- Topic: stack overflow error with TQRchart and XPman
- Replies: 5
- Views: 15069
- Sat Apr 29, 2006 8:37 am
- Forum: VCL
- Topic: stack overflow error with TQRchart and XPman
- Replies: 5
- Views: 15069
The QrTee.Pas in my ..TeeChartPro7\Delphi10\Quickreport folder was dated 20-2-2006. I assume this one is installed by the 7.07 binary installer. It cannot be installed by the D10 updates since it is in a separate TeeCharPro path. The 7.07 full source has a QrTee.pas dated 10-4-2006 ! and is differen...
- Thu Apr 27, 2006 7:16 pm
- Forum: VCL
- Topic: stack overflow error with TQRchart and XPman
- Replies: 5
- Views: 15069
I think I found the solution to my run time problem: I traced the stack overflow error down to the TQRDBChart.Invalidate procedure along the following call stack after starting the preview : QrTee.TQRDBChart.Invalidate :0054d0ef TQRDBChart.Invalidate + $F :0053e422 TCustomTeePanel.DrawToMetaCanvas +...
- Thu Apr 27, 2006 5:29 pm
- Forum: VCL
- Topic: stack overflow error with TQRchart and XPman
- Replies: 5
- Views: 15069
stack overflow error with TQRchart and XPman
I have a problem with TQRchart. It was already there in TeeChart Pro v7.06. Still there in v7.07. I add a TQRchart to QuicpReport Pro 4.06, then add a TLineSeries in code and then a few points: procedure TForm1.AddLineButtonClick(Sender: TObject); var ALineSeries : TLineSeries; begin with Chart1 do ...
- Thu Apr 27, 2006 5:07 pm
- Forum: VCL
- Topic: TQRChart 7.07 flickers design time
- Replies: 12
- Views: 30717
- Tue Apr 18, 2006 9:13 pm
- Forum: VCL
- Topic: AV in ntdll.dll
- Replies: 4
- Views: 8913
I am running XP Pro SP2. No problems at all with any other software. I have seen posts on AV's ntdll.dll. Have I done all correct as described above (with copying the DclTeePro710.bpl to the Projects/BPL folder) ? Have you seen similar problems before? Should I repair Windows and reinstall SP's etc....
- Mon Apr 17, 2006 8:40 pm
- Forum: VCL
- Topic: AV in ntdll.dll
- Replies: 4
- Views: 8913
AV in ntdll.dll
I am having problems making TeeChart 706 Pro work with QuickReport4 Pro in D2006 Pro. I follow instructions, adapt TeeQR710.dpk and replace qrpt by QR4runD2006.dcp. Build it (bpl goes to standard ..\Borland Studio Projects\bpl). No problem here. Next I open DCLTQR710.dpk and try to build. Error: Dcl...