Search found 12 matches

by Kasper
Tue Apr 14, 2009 7:25 am
Forum: ActiveX
Topic: Problems when printing chart on monochrome printer
Replies: 7
Views: 8638

I have tried that, but can not see any different between true or false :(
by Kasper
Tue Apr 07, 2009 1:32 pm
Forum: ActiveX
Topic: Problems when printing chart on monochrome printer
Replies: 7
Views: 8638

Hi Narcís My application needs to be able to print without any user interactions. Therefore your solution do not solve my problem. However, it inspired me to make a work around. I need to to export the chart to a jpeg file, and then import it again and print it out. This works fine. But it would be ...
by Kasper
Tue Apr 07, 2009 9:04 am
Forum: ActiveX
Topic: Problems when printing chart on monochrome printer
Replies: 7
Views: 8638

Hi again tchart1.Printer.PrinterSettings.XXXXX I have tried a lot of different settings, but nothing seems to fix my problem. If I use the feature demo, and search for preview, I can select the "Custom Editor and Previewer". If I in here add a series, and than add a dotted grid. I have a chart with ...
by Kasper
Thu Apr 02, 2009 1:29 pm
Forum: ActiveX
Topic: Error on addseries
Replies: 2
Views: 4217

Sorry it was my mistake, when manipulating series data... I have not seen the problem since I have fixed this other bug.
by Kasper
Thu Apr 02, 2009 9:08 am
Forum: ActiveX
Topic: Problems when printing chart on monochrome printer
Replies: 7
Views: 8638

Problems when printing chart on monochrome printer

Hi My app in VB6 is al most there, but some users can not get the print out correct, chart is missing, or is white on the paper. First I did not understand what went wrong, since it worked perfectly on my color laser, in color and gray scale. But now I have a monochrome printer, an I can see the pro...
by Kasper
Mon Feb 09, 2009 1:47 pm
Forum: ActiveX
Topic: Error on addseries
Replies: 2
Views: 4217

Error on addseries

Hi After I have created some series and groups in a teechart, I clear the chart, and add them once again. When I loop the AddSeries first time it went well, but second time I got an error: -2147418113, "Invalid pointer operation" I'm using TeeChart Pro Activex Control v8 v8.0.0.4 It seemse that my s...
by Kasper
Mon Jan 12, 2009 11:48 am
Forum: ActiveX
Topic: Can I make a TeeListBox serie highlighted without mouse clk
Replies: 4
Views: 5487

Ok, I have forgotten the repaint method.. Yes it does not deselect the selection clicked by the mouse. Looking forward to a new release :wink:
by Kasper
Mon Jan 12, 2009 9:32 am
Forum: ActiveX
Topic: Can I make a TeeListBox serie highlighted without mouse clk
Replies: 4
Views: 5487

Can I make a TeeListBox serie highlighted without mouse clk

When using a TeeListBox, and you click the mouse at a serie, it will become highlighted or blue (selected).
Is it posible to make this highlight, when the user e.g. clicks at the graph in the chart. ?

Regards
Kasper
by Kasper
Tue Jan 06, 2009 9:29 am
Forum: ActiveX
Topic: Application program dies after installing new ver. 8.0.0.5
Replies: 4
Views: 6189

Can't find a download for the ver. 8.0.0.4, can you help ?
by Kasper
Tue Jan 06, 2009 9:17 am
Forum: ActiveX
Topic: Application program dies after installing new ver. 8.0.0.5
Replies: 4
Views: 6189

Hi

Find the demo for the SeriesBand tool in the features demo. Then try to zoom. Very soon you will get an error simular to mine !

I will switch back to ver. 8.0.0.4 for now, hope I can find the download again.

Regards
Kasper
by Kasper
Mon Jan 05, 2009 3:13 pm
Forum: ActiveX
Topic: Application program dies after installing new ver. 8.0.0.5
Replies: 4
Views: 6189

Application program dies after installing new ver. 8.0.0.5

What's wrong now ?

Have just downloaded the never version 8.0.0.5. But when I'm e.g. zooming in on a chart, suddenly my application goes down with out any warning.

ver 8.0.0.4 works better, How can this be fixed ?
Using VB6 and visual studio 6.0

/Kasper
by Kasper
Mon Jan 05, 2009 1:11 pm
Forum: ActiveX
Topic: Grops series missing when importing tee file
Replies: 1
Views: 3561

Grops series missing when importing tee file

Hi. I'm trying to import a tee file when my program starts. However it seems that all groups have no series "added" to them anymore. When I export as native the groups do have series count.. TChart1.Export.asNative.SaveToFile(App.path & "\" & TCHART_FILE, True) Do I really need to do this manually o...