Search found 6 matches

by ditto
Tue Jun 13, 2006 3:31 pm
Forum: VCL
Topic: constant flicker with Object Treeview in Builder C++ v6
Replies: 4
Views: 5660

Thanks for the speedy reply.

I have versions 7.05 and 7.07 ( in separate default directories ). Builder is configured to use 7.07. Is there an easy way to go back to 7.05 or do I need to do an un-install and install? Changing the library paths in Builder isn't sufficient.
by ditto
Tue Jun 13, 2006 3:04 pm
Forum: VCL
Topic: constant flicker with Object Treeview in Builder C++ v6
Replies: 4
Views: 5660

followup

I've narrowed down the problem. You can reproduce it by adding a chart with a design-time default contour plot.
by ditto
Tue Jun 13, 2006 2:48 pm
Forum: VCL
Topic: constant flicker with Object Treeview in Builder C++ v6
Replies: 4
Views: 5660

constant flicker with Object Treeview in Builder C++ v6

Since upgrading from v7.05 to 7.07 under Borland Builder C++ v6, I cannot use Object Treeview. I get a constant flicker of the Treeview and a chart element. CPU usage goes to 100%, making compilation impossible. Turning off Treeview returns everything to normal.
by ditto
Mon Apr 03, 2006 2:56 pm
Forum: VCL
Topic: custom levels in contour series in VCL
Replies: 3
Views: 4972

Here's my code. I'm using TeeChart 7.05 for Builder 6. I get an access error on read at the line containing Items[0]. The stack shows the error to be in Repaint. I'm running winxp pro with 2G of ram but the error is present on computers with different processor/ram configurations. If I run your Tee7...
by ditto
Fri Mar 31, 2006 4:04 pm
Forum: VCL
Topic: custom levels in contour series in VCL
Replies: 3
Views: 4972

custom levels in contour series in VCL

I just cannot get custom levels to work in contour series in the vcl. I've looked at the sample code in the demo. In fact the demo exe throws the same access errror exception. The workaround given in the forum for the .NET version ( drawing the contours with autolevels and then re-drawing with custo...
by ditto
Tue Feb 07, 2006 7:19 pm
Forum: VCL
Topic: border color/width of teepolygon in mapseries
Replies: 1
Views: 2858

border color/width of teepolygon in mapseries

I am successfully adding polygons to a map series at run-time in the same way as in your example code. I can set the color of the inside of the polygons at run-time but not the border color. The design-time editor allows the changing of the individual polygon border properties (color,width,style) bu...