TreeView recreate the tree

Post Reply
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

TreeView recreate the tree

Post by Maurizio »

It is possible delete all the item , and recreate the tree ?

regards Maurizio
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Post by Detlef Hoefner »

Hi Mauricio,

did you try oTrView:DeleteAll() ?

After you may use the method ::Add() to recreate your tree.

Regards,
Detlef
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

Detlef

there is not :DeleteAll() in the treeview class.

I have a old tree32.lib but it is with a old PCODE, there are the source for recompile ?

Regards Maurizio
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Post by Maurizio »

Detlef

sorry ::DeleteAll() works very well .

Thank

Maurizio
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Post by Detlef Hoefner »

Mauricio,

the oldest version of FWH i have on my disk is FWH 2.5.
The DeleteAll() method already exists in the tTreeviw class of FWH 2.5.

Unfortunatelly i don't have an idea about a tree32.lib.

Regards,
Detlef
Post Reply