Page 2 of 5
Re: HMG 3.0.45
Posted: Thu Oct 25, 2012 12:56 am
by IMATECH
Thanks Rathi
Fix for command's:
SET MULTIPLE ON WARNING
SET MULTIPLE OFF WARNING
and
DEFINE CONTEXT MENU
File: i_controlmisc.ch
Just Add on line 48
Code: Select all
/* required for compiller erros/warnings */
MEMVAR _HMG_lMultiple
MEMVAR _ShowContextMenus
.
.
.
For HMG 3.0.45 work with "Harbour 3.2.0dev (Rev. 18412)" and above
Change File: h_grid.prg
Just Add: starting on line 122
Code: Select all
hb_default( @append, .F. )
hb_default( @allowdelete, .F. )
hb_default( @inplace, .F. )
hb_default( @columnheaders, .T. )
.
.
.
Since Harbour Rev.18405
From now: Harbour do not copy contrib .ch files to central Harbour directory ( \include ).
It means that if you need to use these files from now on, you will need to use the .hbc files for all Harbour contribs ( add its in .hbp files )
Revision: 18405
Author: vszakats
Date: 2012-10-24 11:51:19 +0000 (Wed, 24 Oct 2012)
Re: HMG 3.0.45
Posted: Thu Oct 25, 2012 6:17 am
by santy
to rathinagiri,
Thank you for new version!
Re: HMG 3.0.45
Posted: Thu Oct 25, 2012 11:18 am
by Pablo César
Thanks Rathinagiri for new release.
Let me know how is calling hmg_help.chm inside Notepad++. In PSPAD was possible to call when was in any command postioned and displayed syntax of that command. Are you using this help inside Notepad++ ?
Re: HMG 3.0.45
Posted: Thu Oct 25, 2012 2:12 pm
by santy
Hi Pablo.
Help file calls very simple

. Please download attachment file and add to the Notepad++ directory.
You can use the Shortcut Mapper in Notepad++ (Settings > Shortcut Mapper...) to modify or disable either one of the shortcut keys.
Re: HMG 3.0.45
Posted: Thu Oct 25, 2012 4:05 pm
by luisvasquezcl
Gracias Rathi por tu dedicación.
Saludos cordiales,
Luis Vasquez
Re: HMG 3.0.45
Posted: Thu Oct 25, 2012 10:19 pm
by Mario Mansilla
Hola Rathi :
Muchas gracias por la nueva versión .
Saludos
Mario Mansilla
Re: HMG 3.0.45
Posted: Thu Oct 25, 2012 11:24 pm
by klauskugel
Many thanks for your work, Rathi.
At this point all we can do is
Happy HMG'ing.
GreetingstoAll
KlausKugel
HMG 3.0.45
Posted: Fri Oct 26, 2012 12:27 am
by Pablo César
santy wrote:Help file calls very simple

. Please download attachment file and add to the Notepad++ directory.
You can use the Shortcut Mapper in Notepad++ (Settings > Shortcut Mapper...) to modify or disable either one of the shortcut keys.
I have made this before by Run (F5) then save and executing this batch file:
@ECHO OFF
CD\"Arquivos de programas\Notepad++"
Start KeyHH -Smarty -#klink "%1" HMG_HELP.CHM
Exit
This is working well but I wish to make others, but seems many are already occupied by other internal functions. Thanks for your reply.
Re: HMG 3.0.45
Posted: Wed Oct 31, 2012 1:04 pm
by esgici
rathinagiri wrote:
Change log since the previous version:
- HMG 3.0.45 (Test) 2012/10/22
- New Bos Taurus Graphics Library with many useful graphics functions in HFCL. For details please see HFCL Doc folder. (Contributed by Claudio Soto.)
Hi Dr.
Sorry, I missed this wonderful dedication
Very useful, very impressive and reliable as always
Could you prepare a separate package with sources, samples, doc, and lib ( or a "makelib" script (.bat ) ); this will be more convenient than hfcl for me ( I guess for other members too ).
Hearty thanks again
Saludos cordiales

Re: HMG 3.0.45
Posted: Wed Oct 31, 2012 5:44 pm
by srvet_claudio
esgici wrote:Very useful, very impressive and reliable as always
Thanks Esgici for your nice words.
esgici wrote:Could you prepare a separate package with sources, samples, doc, and lib ( or a "makelib" script (.bat ) ); this will be more convenient than hfcl for me ( surely for other members too ).
Yes of course, I'm finishing the next version and I will distribute as HFCL and as a separate package.
The next version of Bos Taurus include functions for processing image (blur, emboss, sharpen, edge detect, etc.) and load PNG images.
I am currently in the process of testing and documentation update.
Best regards,
Claudio.