Page 3 of 9
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 7:04 am
by mol
I've prepared sample with EVENT.
This event allow to process arrow keys (UP and DOWN) to move pointer of grid while textbox T_WhatToSearch is focused.
It works OK with hmg 3.1.5.
When I try to compile it with hmg 3.3.0, textbox T_WhatToSearch is blocked and doesn't accept any pressed key - alphanumeric or move keys.
What's wrong?
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 7:06 am
by mol
I've noticed very long compilation time with new version. What's going on?
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 7:15 am
by mol
It would be great to have OnKey trigger in every control, not only in GRID.
Is it very difficult?
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 1:44 pm
by EduardoLuis
Hi Great Masters:
Thanks for your effort and generosity sharing with all of us all your knowledge.-
And thanks to let me be part of the fellowship.-
With regards. Eduardo
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 1:48 pm
by srvet_claudio
mol wrote:I've prepared sample with EVENT.
This event allow to process arrow keys (UP and DOWN) to move pointer of grid while textbox T_WhatToSearch is focused.
It works OK with hmg 3.1.5.
When I try to compile it with hmg 3.3.0, textbox T_WhatToSearch is blocked and doesn't accept any pressed key - alphanumeric or move keys.
What's wrong?
Hi Marek.
Change in:
PROCEDURE KeyUpDown_Action(cForm, cCurrentControl, cGridName)
STATIC flag := .F.
LOCAL hWnd, ch
local lFound := .f.
local nPos := len(GetProperty(cForm, cCurrentControl,"Value"))
local nRet := NIL // 0
mol wrote:I've noticed very long compilation time with new version. What's going on?
I have not had that problem, perhaps is due to the new version of MinGW-Harbour and your antivirus.
mol wrote:It would be great to have OnKey trigger in every control, not only in GRID.
Is it very difficult?
I wrote it down on the to-do list.
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 2:08 pm
by danielmaximiliano
Claudio :
compilando con Windows Home premiun 64 en modo 32 la aplicacion se compila perfecto pero seleccionando modo 64 bit da una mensaje de error Windres.
te dejo la captura.

- 2014-05-26 11_04_24-Build Log.jpg (63.67 KiB) Viewed 7455 times
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 2:43 pm
by srvet_claudio
danielmaximiliano wrote:Claudio :
compilando con Windows Home premiun 64 en modo 32 la aplicacion se compila perfecto pero seleccionando modo 64 bit da una mensaje de error Windres.
te dejo la captura.
2014-05-26 11_04_24-Build Log.jpg
Daniel,
en HMG.3.3.0 falta el parche que va a preparar Rathi con los compiladores de 64 bits.
-------
in HMG.3.3.0 missing the patch that will prepare Rathi with 64-bit compilers.
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 5:29 pm
by danielmaximiliano
srvet_claudio wrote:
Daniel,
en HMG.3.3.0 falta el parche que va a preparar Rathi con los compiladores de 64 bits.
-------
in HMG.3.3.0 missing the patch that will prepare Rathi with 64-bit compilers.
Listo. se agradece la info / Done. is grateful for the info
Re: HMG 3.3.0 (Stable)
Posted: Mon May 26, 2014 8:32 pm
by fouednoomen
Many Thanks Mr. Diamond and Dr. Soto
Regards
Foued
HMG 3.3.0 (Stable)
Posted: Tue May 27, 2014 1:37 am
by Pablo César
Dear Rathi,
In _HMG_HPDF_INIT function we can count with lLog argument when developper wish to have a details of fonts applied for ttf and UNICODE ones. But this argument always is false, I mean there was not any parameter option at C:\hmg.3.3.0\INCLUDE\hmg_hpdf.ch.
Probably was has lost the include file due so many details and hard work for release composing. Please note below:

- Screen.PNG (20.41 KiB) Viewed 7405 times
This do you think is possible to be included ? Please confirm.
File C:\hmg.3.3.0\SAMPLES\HPDF\Demo2_UniCode\Demo.prg is with error at compiling by this missing parameter.