Search found 12 matches
- Tue Apr 14, 2009 7:25 am
- Forum: ActiveX
- Topic: Problems when printing chart on monochrome printer
- Replies: 7
- Views: 8753
- Tue Apr 07, 2009 1:32 pm
- Forum: ActiveX
- Topic: Problems when printing chart on monochrome printer
- Replies: 7
- Views: 8753
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 ...
- Tue Apr 07, 2009 9:04 am
- Forum: ActiveX
- Topic: Problems when printing chart on monochrome printer
- Replies: 7
- Views: 8753
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 ...
- Thu Apr 02, 2009 1:29 pm
- Forum: ActiveX
- Topic: Error on addseries
- Replies: 2
- Views: 4263
- Thu Apr 02, 2009 9:08 am
- Forum: ActiveX
- Topic: Problems when printing chart on monochrome printer
- Replies: 7
- Views: 8753
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...
- Mon Feb 09, 2009 1:47 pm
- Forum: ActiveX
- Topic: Error on addseries
- Replies: 2
- Views: 4263
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...
- Mon Jan 12, 2009 11:48 am
- Forum: ActiveX
- Topic: Can I make a TeeListBox serie highlighted without mouse clk
- Replies: 4
- Views: 5565
- Mon Jan 12, 2009 9:32 am
- Forum: ActiveX
- Topic: Can I make a TeeListBox serie highlighted without mouse clk
- Replies: 4
- Views: 5565
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
Is it posible to make this highlight, when the user e.g. clicks at the graph in the chart. ?
Regards
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: 6269
- Tue Jan 06, 2009 9:17 am
- Forum: ActiveX
- Topic: Application program dies after installing new ver. 8.0.0.5
- Replies: 4
- Views: 6269
- Mon Jan 05, 2009 3:13 pm
- Forum: ActiveX
- Topic: Application program dies after installing new ver. 8.0.0.5
- Replies: 4
- Views: 6269
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
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
- Mon Jan 05, 2009 1:11 pm
- Forum: ActiveX
- Topic: Grops series missing when importing tee file
- Replies: 1
- Views: 3596
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...