Search found 4 matches

by TomB
Sat Oct 24, 2009 3:30 pm
Forum: ActiveX
Topic: Cannot Register TeeChart8.ocx in Win7
Replies: 3
Views: 6949

Re: Cannot Register TeeChart8.ocx in Win7

Just a note - when you change your User Account Control (UAC), make sure you reboot your computer. Disabling the UAC will NOT take hold until a reboot.
by TomB
Tue Jan 13, 2009 5:29 pm
Forum: ActiveX
Topic: Export & Resize JPEG Image of Chart
Replies: 1
Views: 3791

Export & Resize JPEG Image of Chart

I am trying to export a JPEG image of a pie chart I have created. If I do not resize the image, it looks great - but if a try to resize the Chart it is unreadable - pie shape changes radically or disappears, etc. Code I use in Visual FoxPro (VFP): With thisform.mmTeeChart_Pie.Export.asJPEG .Compress...
by TomB
Sat Feb 23, 2008 6:01 pm
Forum: ActiveX
Topic: Minimized Darvas Not Working
Replies: 1
Views: 3617

I figured it out - I just needed to add an internal repaint command:
Tchart.Environment.InternalRepaint()

Works fine now :P
by TomB
Fri Feb 22, 2008 9:36 pm
Forum: ActiveX
Topic: Minimized Darvas Not Working
Replies: 1
Views: 3617

Minimized Darvas Not Working

I have an application which is left running on a computer continuously. On a timed bases (every 15 to 30 minutes), it automatically downloads current stocks pricing information from the web. It then uses this information to rebuild various charts, one being a darvas chart. It then looks at the chart...