Search found 10 matches

by Alex
Thu Jul 08, 2004 12:37 pm
Forum: VCL
Topic: Error after Printing
Replies: 3
Views: 6969

With a simple App it does not happens. I tried to print with: Chart->BevelOuter = bvNone; TColor OldColor = Chart->Color; Chart->Color = clNone; TMetafile *tmpMeta = Chart->TeeCreateMetafile(true,Chart->ClientRect); try { Printer()->Orientation = poLandscape; Printer()->BeginDoc(); Printer()->Canvas...
by Alex
Thu Jul 08, 2004 12:12 pm
Forum: VCL
Topic: Use event to show y-axis value of Pointers. (without Marks)
Replies: 1
Views: 4521

Use event to show y-axis value of Pointers. (without Marks)

Hi,
How can I make chart show a hint with the Y-axis value of a series Pointer? which event would be useful?

thank you.
by Alex
Thu Jul 08, 2004 10:36 am
Forum: VCL
Topic: Error after Printing
Replies: 3
Views: 6969

Error after Printing

Hi, After printing a chart using the charteditor (it prints well) and closing the application dialog, debugger raises the following error: " Project Project1.exe raised exception class EAccessViolation with message 'Access violation at address FFF40000. Read of address FFF40000 ". I have a printer c...
by Alex
Wed Jul 07, 2004 1:30 pm
Forum: VCL
Topic: Unresolved external Teengine
Replies: 6
Views: 12409

Try writing next your #include :

#pragma link "TeeComma"

or Adding on

Tools -> Env. Options -> Library -> Browsing Path

the Lib directory of Teechart.
by Alex
Wed Jul 07, 2004 1:25 pm
Forum: VCL
Topic: Chart Title doesn´t appear when printing
Replies: 1
Views: 4608

Sorry again, guess today I´m asleep.
Margins on printing don´t let sufficient space to print the title.

Thanks again.
by Alex
Wed Jul 07, 2004 12:32 pm
Forum: VCL
Topic: Chart Title doesn´t appear when printing
Replies: 1
Views: 4608

Chart Title doesn´t appear when printing

Hi,

When I make a print with chart editor (or with Chart->Print(); ), the title doesn´t appear on it.

How can I do that?

Thank you,
Alex
by Alex
Wed Jul 07, 2004 9:17 am
Forum: VCL
Topic: Hide Data Tab on ChartEditor
Replies: 1
Views: 4611

Sorry, False Alarm

HAve just found it at the object inspector.
thanks
by Alex
Wed Jul 07, 2004 8:53 am
Forum: VCL
Topic: Hide Data Tab on ChartEditor
Replies: 1
Views: 4611

Hide Data Tab on ChartEditor

Hello,
How can I hide the data tabs on my charteditor?

I know there is bug in version 6.01, but I can´t find the example.

Thank You,
Alex
by Alex
Wed Jul 07, 2004 8:45 am
Forum: VCL
Topic: After Closing ChartEditor have Zoom active
Replies: 3
Views: 6817

Gracias, pero el problema sigue...

Aun con Chart->Cancelmouse = true sigue haciendo lo mismo.
No pasa nada, en vez de que aparezca el Editor con un doble click, lo he hecho con un ButtonClick.

Gracias
by Alex
Tue Jul 06, 2004 4:37 pm
Forum: VCL
Topic: After Closing ChartEditor have Zoom active
Replies: 3
Views: 6817

After Closing ChartEditor have Zoom active

Using TeeChart 6.01 on BC++ Builder 6. It opens Chart Editor with this procedure: void __fastcall TBeamViewXY::ChartDblClick(TObject *Sender) { ChartEditor->Execute(); } And after closing Chart Editor, the Zoom Tool is active and can´t quit it until I make the zoom, chart is zoomed and dumb user doe...