Search found 4 matches

by jeroen
Wed Jun 13, 2007 7:57 am
Forum: ActiveX
Topic: Printing
Replies: 5
Views: 5204

Hi Narcis Thanks. I have downloaded the latest Active X to be sure I am up to date, but it seems the GetPaperRect () method is not exported, I can not use it in VS2005, as far as I can see. In one of my TeePreviewPanel.h files I see a comment that // method 'GetPaperRect' not emitted because of inva...
by jeroen
Sat Jun 02, 2007 10:38 pm
Forum: ActiveX
Topic: Printing
Replies: 5
Views: 5204

Hi Narcis Thanks for the PreviewMultiplaChartsDlg code. I want to combine the printing of several charts on one page with a header & footer text, as many others in this forum I saw. So I think I should use something like: void CPreviewMultiplaChartsDlg::OnAfterDrawTeepreviewpanel() { int x = m_Previ...
by jeroen
Sun May 20, 2007 4:56 pm
Forum: ActiveX
Topic: Printing
Replies: 5
Views: 5204

Printing

Hi What is 'the' recommended way to print and to preview more than one chart on a page, without running into problems with strange fonts, line sizes, etc. What is the recommended example I should study? I have read most of the questions/answers about printing, but after hours :shock: of reading and ...
by jeroen
Fri May 18, 2007 12:50 pm
Forum: VCL
Topic: AddArray Question
Replies: 1
Views: 2406

AddArray Question

Hello We are developing an application to view physiological data. Because of the large amount of data we read samples from disk in buffers with typically 20-200 samples (XY points). I tried to use AddArray (following the example code) repeatedly in the same call to update the Chart but it seems tha...