Page 12 of 21

Re: HMG 3.1.5 (Test)

Posted: Thu Sep 05, 2013 10:36 pm
by Pablo César
srvet_claudio wrote:When I have time I will work in the IDE.
Ok, thanks Claudio.

HMG 3.1.5 (Test)

Posted: Sun Sep 22, 2013 9:44 pm
by Pablo César
In this last release of IDE there is not button option for TIMEPICKER.

Re: HMG 3.1.5 (Test)

Posted: Fri Oct 04, 2013 8:07 am
by mol
My apps use modified error system which sends me info about runtime errors.
I often get error bounded with printing system:

Code: Select all

BASE/1340  Divide by zero: /
(b)MAIN(492)
GETPRINTABLEAREAHORIZONTALOFFSET(6525)

and

GETPRINTABLEAREAVERTICALOFFSET(6535)
I've tried to search bug in source\h_controlmisc.prg
line 6525:

Code: Select all

RETURN ( _HMG_PRINTER_GETPRINTABLEAREAPHYSICALOFFSETX ( _HMG_SYSDATA [ 374 ] ) / _HMG_PRINTER_GETPRINTABLEAREALOGPIXELSX ( _HMG_SYSDATA [ 374 ] ) * 25.4 )
and line 6535:

Code: Select all

RETURN ( _HMG_PRINTER_GETPRINTABLEAREAPHYSICALOFFSETY ( _HMG_SYSDATA [ 374 ] ) / _HMG_PRINTER_GETPRINTABLEAREALOGPIXELSY ( _HMG_SYSDATA [ 374 ] ) * 25.4 )
Something is wrong with functions _HMG_PRINTER_GETPRINTABLEAREALOGPIXELSX() and _HMG_PRINTER_GETPRINTABLEAREALOGPIXELSY()
or with _HMG_SYSDATA [ 374 ]
but I'm not able to find solution.
Maybe Rathi, Claudio or someone else can solve this problem?


Best regards, Marek

Re: HMG 3.1.5 (Test)

Posted: Thu Oct 17, 2013 3:30 am
by Javier Tovar
Please,
comment this macro (line 49) in SOURCE\h_windows.prg


Code:
#define ALLOW_ONLY_ONE_MESSAGE_LOOP

and re-build HMG.3.1.5

Sorry, but I just installed version here HMG.3.1.5 and tell me that I have to do this, but I really do not understand, I could explain step by step.

You have to remove that line (49) or does it have to do?, And as HMG.3.1.5 recompile? Thanks for your support.

HMG 3.1.5 (Test)

Posted: Fri Oct 18, 2013 11:57 pm
by Pablo César
Dear Rathi and Claudio, please note items was included and modified at HMG 3.1.5 - Improvements and corrections

Re: HMG 3.1.5 (Test)

Posted: Sat Oct 19, 2013 4:26 am
by Rathinagiri
Yes. We should go for 3.1.6 as early as possible.

Re: HMG 3.1.5 (Test)

Posted: Sat Oct 19, 2013 8:13 am
by bpd2000
Rathinagiri wrote:Yes. We should go for 3.1.6 as early as possible.
நாங்கள் காத்திருக்கிறோம்

We are eagerly waiting

Re: HMG 3.1.5 (Test)

Posted: Sun Oct 20, 2013 1:13 pm
by Mario Mansilla
Hola :
Si no es mucho pedir se le podria incorporar la propiedad BORDER al control LABEL como tambien las mejoras en el control IMAGE en el IDE :) .

Saludos cordiales
Mario Mansilla

Hello:
If not too much trouble could you incorporate the control LABEL BORDER property as also the IMAGE control improvements in the IDE.

Best Regards
Mario Mansilla

Re: HMG 3.1.5 (Test)

Posted: Sun Oct 20, 2013 1:33 pm
by esgici
Mario Mansilla wrote:If not too much trouble could you incorporate the control LABEL BORDER property as also the IMAGE control improvements in the IDE.
Hola Mario

If you mean this, thank you very much :)

But sadly HMG ( original ) doesn't accept contributions, except in very rare situations and made by very selected person :(

I don't mean wonderful works of Dr. Soto; he is a developper, not a contributor and more, he and his works are really exceptional :arrow:

Anyway, viva HMG and all kind of supporters :D

Re: HMG 3.1.5 (Test)

Posted: Sun Oct 20, 2013 2:10 pm
by Mario Mansilla
Hola Esgici :
No , me refiero a que hay una propiedad del control LABEL (BORDER) que no esta contemplada en el IDE , yo edito el fmg y la ingreso manualmente (BORDER .T.) , pero cada vez que modifico algo el IDE me la elimina y tengo que volver a editarla manualmente .
Mi pedido se refiere a que si los desarrolladores de HMG pueden incorporar esta modificacion .
Adjunto ejemplo
Saludos cordiales
Mario Mansilla
Hello Esgici:
No, I mean that there is a LABEL control property (BORDER) that is not contemplated in the IDE, I edit the fmg and manually income (BORDER. T.), but every time I modify something the IDE removes it and I have to re-edit it manually.
My order means that if HMG developers can incorporate this modification.
Best Regards
Mario Mansilla