 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Simon Guertin Guest
|
Posted: Thu Dec 21, 2006 10:54 pm Post subject: XML Tree View Component |
|
|
Hi,
I am trying to extend the TCustomTreeView to add an XML Document
(TXMLDocument) as a property. I was just trying it out with only the new
property implemented
( __property TXMLDocument* XMLDocument = { read = fXMLDocument, write
= SetXMLDocument }; )
But when I get to install the Component, There is an error from the IDE
saying:
Cannot load package. It contains unit "Xmlschematags", which also
contained in package "xmlrtl100"
I tried to do a forward class declaration of TXMLDocument in the header
file and including #include <XMLDoc.hpp> in the .cpp but it does not work.
Is there a way around this?
What I would like in the end result is to create a component (XML Tree
View) that would have the Image List, and the XML Document associate
through this component and so the nodes would be decorated through the
component instead of doing this through the Form.
Is it worth it to make an XML Treeview component?
Thank you.
Simon |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Fri Dec 22, 2006 4:33 am Post subject: Re: XML Tree View Component |
|
|
"Simon Guertin" <sguertin_AT (AT) trellianetworks (DOT) com> wrote in message
news:458abbe3$1 (AT) newsgroups (DOT) borland.com...
| Quote: | But when I get to install the Component, There is an error from
the IDE saying: Cannot load package. It contains unit "Xmlschematags",
which also contained in package "xmlrtl100"
|
Did you add xmlrtl100 to your package's Requires list?
Gambit |
|
| Back to top |
|
 |
Simon Guertin Guest
|
Posted: Fri Dec 22, 2006 10:36 pm Post subject: Re: XML Tree View Component |
|
|
Remy Lebeau (TeamB) wrote:
| Quote: | "Simon Guertin" <sguertin_AT (AT) trellianetworks (DOT) com> wrote in message
news:458abbe3$1 (AT) newsgroups (DOT) borland.com...
But when I get to install the Component, There is an error from
the IDE saying: Cannot load package. It contains unit "Xmlschematags",
which also contained in package "xmlrtl100"
Did you add xmlrtl100 to your package's Requires list?
Gambit
I did add xmlrtl.bpi to the Components's require list and it worked Thanks! |
But I cannot find a .bpl called xmlrtl100.bpl.
Simon |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|