Larry, I was not talking about making a tree view. I was talking about a tree, which is a recursive programming structure consisting of a root node and one or more branches, each of which may be a sub tree. The original question by Manal was "Is there a way I can implement a tree?", followed by my explanation that they are usually programmed with pointers, followed by his question "Is there a predefined control I can use...", followed by my short answer, "No". If Manal wants to know how to create a graphical tree view for displaying hierarchical information then, yes, he could use a table to display this information. I am sorry if the multiple meanings of the term "tree" has caused any confusion. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Larry > Goyon > Sent: Thursday, February 15, 2001 10:07 PM > To: Palm Developer Forum > Subject: RE: tree > > > Richard > who told you that their is no control you can use to > make a tree view.... How about using table control... > OK.... > > > > >From: "Richard Burmeister" <[EMAIL PROTECTED]> > >Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> > >To: "Palm Developer Forum" <[EMAIL PROTECTED]> > >Subject: RE: tree > >Date: Thu, 15 Feb 2001 10:29:19 -0600 > > > > > From: Manal Milad > > > > > > I am using Code Warrior. Is there any predefined control I can > > > use to create > > > a tree? > > > >No > > > >-- > >For information on using the Palm Developer Forums, or to unsubscribe, > >please see http://www.palmos.com/dev/tech/support/forums/ > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > > -- > For information on using the Palm Developer Forums, or to > unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
