Page 1 of 1

Hmg4 tree class

Posted: Fri Sep 23, 2011 8:38 pm
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

Re: Hmg4 tree class

Posted: Mon Sep 26, 2011 3:08 pm
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]"

Re: Hmg4 tree class

Posted: Mon Sep 26, 2011 6:44 pm
by l3whmg
Hi Ricci, many thanks. I will do the change.
Cheers