Search found 3 matches

by Marcel Horsthouse
Sat Oct 20, 2007 10:51 am
Forum: VCL
Topic: Export to XML file does not show sub nodes.
Replies: 2
Views: 10046

Hi Tom,

Thnak you for your reply.

I'm using version 7.

Time for an upgrade I think.

Marcel
by Marcel Horsthouse
Fri Oct 19, 2007 10:57 am
Forum: VCL
Topic: Export to XML file does not show sub nodes.
Replies: 2
Views: 10046

Export to XML file does not show sub nodes.

Hello, When I export a tree to an XML file as follows : var tmp : TTreeData; begin Tree1.NoOwnerShapes := False; tmp := TTreeDataXML.Create(Tree1); tmp.SaveToFile('c:\text.xml'); end; The XML does not show the sub nodes, alle the nodes are shown on the same level. How can I export en import a Tree w...
by Marcel Horsthouse
Fri Mar 23, 2007 4:33 pm
Forum: VCL
Topic: F2063 Compiler error
Replies: 1
Views: 4363

F2063 Compiler error

Hello

I'm using Delphi 2006 BDS Update2 and have Teechart 7.08 installed.
When I compile my project I get a F2063 compiler error saying :
Could not compile used unit 'TeEngine.pas'

I have reinstalled TeeChart for Delphi 2006 but this did not solve the problem.

Thanks in advance for anny sugestions