HMG 3.1.5

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.1.5 (Test)

Post by Pablo César »

srvet_claudio wrote:When I have time I will work in the IDE.
Ok, thanks Claudio.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.1.5 (Test)

Post by Pablo César »

In this last release of IDE there is not button option for TIMEPICKER.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.1.5 (Test)

Post 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
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: HMG 3.1.5 (Test)

Post 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.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.1.5 (Test)

Post by Pablo César »

Dear Rathi and Claudio, please note items was included and modified at HMG 3.1.5 - Improvements and corrections
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Rathinagiri
Posts: 5480
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.5 (Test)

Post by Rathinagiri »

Yes. We should go for 3.1.6 as early as possible.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.1.5 (Test)

Post by bpd2000 »

Rathinagiri wrote:Yes. We should go for 3.1.6 as early as possible.
நாங்கள் காத்திருக்கிறோம்

We are eagerly waiting
BPD
Convert Dream into Reality through HMG
Mario Mansilla
Posts: 270
Joined: Wed Aug 13, 2008 2:35 pm
Location: Córdoba - Argentina

Re: HMG 3.1.5 (Test)

Post 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
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.5 (Test)

Post 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
Last edited by esgici on Sun Oct 20, 2013 6:03 pm, edited 1 time in total.
Viva INTERNATIONAL HMG :D
Mario Mansilla
Posts: 270
Joined: Wed Aug 13, 2008 2:35 pm
Location: Córdoba - Argentina

Re: HMG 3.1.5 (Test)

Post 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
Attachments
Border.rar
(69.78 KiB) Downloaded 206 times
Post Reply