[fpc-pascal] Migrating this mailing list to Nabble2

2010-09-02 Thread leledumbo
Any administrator that registers this mailing list to Nabble, would you mind upgrading to Nabble2? The request can be put here: http://nabble-support.1.n2.nabble.com/Migrating-forums-from-Nabble1-to-Nabble2-td3791390i200.html -- View this message in context: http://old.nabble.com/Migrating-thi

Re: [fpc-pascal] TreeView and Nonrecursion

2010-09-02 Thread Bihar Anwar
On September 2, 2010 5:14:50 PM, Juha Manninen wrote: > If your input data contains a string which always > identifies the parent node then you can map the > string -> "parent node" and find it later for adding > a child node. > > Pseudo code again: > ... > ... > If you don't have such ID then

Re: [fpc-pascal] TreeView and Nonrecursion

2010-09-02 Thread Flávio Etrusco
On Wed, Sep 1, 2010 at 6:20 PM, Bihar Anwar wrote: > On 2 September 2010 3:53:34 AM, Vannus wrote: > >> i probably shouldn't open my mouth, as i don't quite understand the >> question... >> however FRED from the game Freespace let you design missions using a >> treeview. > > Just to make my questi

Re: [fpc-pascal] TreeView and Nonrecursion

2010-09-02 Thread Juha Manninen (gmail)
On Thursday 02 September 2010 00:47:23 José Mejuto wrote: > You must know at which node a new node must be inserted... If your input data contains a string which always identifies the parent node then you can map the string -> "parent node" and find it later for adding a child node. Pseudo code