Page 1 of 1

HMG.4 is ready for use ?

Posted: Wed Jul 11, 2012 11:58 am
by Rossine
Hello,

It's been a while since I've seen more talk about HMG.4. She is ready for use ?

Best Regards,

Rossine.

Re: HMG.4 is ready for use ?

Posted: Wed Jul 11, 2012 2:23 pm
by Rathinagiri
IMHO, yes it is.

However, it will be better if we re-compile using the latest Harbour and QT releases.

Re: HMG.4 is ready for use ?

Posted: Wed Jul 11, 2012 4:33 pm
by Rossine
Hi Rathinagiri,
rathinagiri wrote:IMHO, yes it is.

However, it will be better if we re-compile using the latest Harbour and QT releases.
Ok, many thank´s,

Rossine.

Re: HMG.4 is ready for use ?

Posted: Fri Jul 20, 2012 6:01 pm
by gvaronas
Hi Rathi,
rathinagiri wrote:IMHO, yes it is.
However, it will be better if we re-compile using the latest Harbour and QT releases.
[SPA] He probado con Harbour 3.2.0dev (Rev. 17860), solo tuve que comentar estas lineas en el archivo tree.prg y construyó libhmg.a:
[ENG Google] I've tried Harbour 3.2.0dev (Rev. 17860) I just had to comment these lines in the file tree.prg and built libhmg.a:

// #define QTreeWidgetItem_ShowIndicator 0 // The controls for expanding and collapsing will be shown for this item even if there are no children.
// #define QTreeWidgetItem_DontShowIndicator 1 // The controls for expanding and collapsing will never be shown even if there are children. If the node is forced open the user will not be able to expand or collapse the item.
// #define QTreeWidgetItem_DontShowIndicatorWhenChildless 2 // The controls for expanding and collapsing will be shown if the item contains children.

[SPA] Sin embargo, los ejemplos compilan, pero no funcionan.
[ENG Google] However, the examples compiled but not work.

BestRegards
GVS