Hmg4 tree class

Moderator: Rathinagiri

Post Reply
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Hmg4 tree class

Post by l3whmg »

Hi friends.

I modified the source code of the TREE class.

In order to test this version, you must:
  • 1) make a copy of the "source/tree.prg" file
    2) unzip the contents of the TREE.ZIP within the source folder
    3) unzip the contents of the TREENEWDEMO.ZIP within samples folder
    4) compile HMG4 lib
    5) build demo programs within treeNEWDEMO
Attention:
A) all other demo programs, with use of the TREE class, can't work. THIS is a class demo version
B) when you have completed your tests, you must: restore previous source/tree.prg and remove samples/treeNEWDEMO folder


Beware: the old ITEMIDS system is not implemented yet

I'm waiting your opinion.

Best regards
Attachments
tree.zip
(4.74 KiB) Downloaded 201 times
treeNEWDEMO.zip
(22.62 KiB) Downloaded 205 times
Luigi from Italy
www.L3W.it
Ricci
Posts: 255
Joined: Thu Nov 19, 2009 2:23 pm

Re: Hmg4 tree class

Post by Ricci »

I implemented it into my program. Works great, only one error:

Line 548 (METHOD Value( nArg1 ) CLASS TREE) should be " oQtWidget := ::aTreeItems[nArg1,1]"
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: Hmg4 tree class

Post by l3whmg »

Hi Ricci, many thanks. I will do the change.
Cheers
Luigi from Italy
www.L3W.it
Post Reply