Search found 10 matches

by pdprog
Thu Jul 08, 2004 11:51 pm
Forum: Wishes and ideas
Topic: More data in SVG output
Replies: 0
Views: 7116

More data in SVG output

It would be great if the SVG output could "wrap" each item (i.e. bar/pie slice/etc.) in <g> tags and enable the program to specify event handler text. (i.e. onClick="clicked()") This way, without Steema spending an inordinate amount of time making SVG take full advantage of its capabilities, a rudim...
by pdprog
Thu Jul 08, 2004 11:44 pm
Forum: VCL
Topic: SVG output problems
Replies: 2
Views: 6593

Sorry... I've had guests and forgot to check this forum. (I'll check the "Notify me" next time) It's going to be very hard to send you my code - I'll see if I can put together a small sample that shows the negative font sizes and coordinates. I see in the source that some attempt has been made to pl...
by pdprog
Fri Jul 02, 2004 11:34 pm
Forum: VCL
Topic: Another tweak
Replies: 0
Views: 5124

Another tweak

The document that the svgExport produces will load in Adobe's svg viewer, but rename it to .xml and MSXML will not load it. This is due to the dtd declaration at the top. I'm not sure of the "right" answer, but I'd like to request that the output of the <?xml> tag and the <!DOCTYPE tag> be optional....
by pdprog
Fri Jul 02, 2004 9:58 pm
Forum: VCL
Topic: SVG output problems
Replies: 2
Views: 6593

SVG output problems

After adding your fix to the code for a windowless chart, I now have an svg chart on my screen. :) Some initial notes: 1. Top title is placed incorrectly (mine had a negative y value for the text) which means it doesn't show up anywhere. Switching it to positive places it correctly. 2. The font size...
by pdprog
Fri Jul 02, 2004 9:46 pm
Forum: VCL
Topic: Can't get SVG to work in v7 (urgent)
Replies: 8
Views: 17085

That source change worked fine. Thanks.
by pdprog
Fri Jul 02, 2004 12:19 am
Forum: VCL
Topic: Can't get SVG to work in v7 (urgent)
Replies: 8
Views: 17085

nope

Have you tried this in a non-windowed app?

It seems to follow my "parent" heierarchy up quite a ways to determine that my final object doesn't have a parent window!

-pete
by pdprog
Wed Jun 30, 2004 7:07 pm
Forum: VCL
Topic: Still: Can't get SVG to work in v7 (urgent)
Replies: 0
Views: 5119

Still: Can't get SVG to work in v7 (urgent)

Looks like my thread (from the 25th) is dead... Can it be revived? Is is possible to use the SVG output in TeeChart?
by pdprog
Fri Jun 25, 2004 6:38 pm
Forum: VCL
Topic: Can't get SVG to work in v7 (urgent)
Replies: 8
Views: 17085

Still not working

I've tried this two ways and can't get either to work Method 1: aWinControl := TWinControl.Create( self ); aChart := TChart.Create( aWinControl ); aChart.Parent := aWinControl; <setup chart here> TeeSaveToSVGFile( aChart, 'c:\temp\chart1svg.svg', 500, 400 ); Result: Control '' has no parent window M...
by pdprog
Fri Jun 25, 2004 6:21 pm
Forum: VCL
Topic: Can't get SVG to work in v7 (urgent)
Replies: 8
Views: 17085

I'll give that a try.

Thanks. I'll give that a try.
Is this a bug, or by design? (i.e. are most of your users creating desktop apps?)
Do you need a beta tester for internet app functionality?
by pdprog
Fri Jun 25, 2004 3:57 pm
Forum: VCL
Topic: Can't get SVG to work in v7 (urgent)
Replies: 8
Views: 17085

Can't get SVG to work in v7 (urgent)

Hi there... with any luck, I can resolve this before my demo in one hour :-) I just downloaded the latest TeeChart 7 for D6. (with source, though I haven't installed that yet) I updated to get the SVG output. I can't get it to work. :-( There doesn't seem to be any documention on how to use it, so I...