HMG 3.0.45

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
IMATECH
Posts: 188
Joined: Sun May 27, 2012 9:33 pm
Location: Brazil: Goiânia-GO.

Re: HMG 3.0.45

Post 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)
M., Ronaldo

By: IMATECH

Imation Tecnologia
User avatar
santy
Posts: 60
Joined: Tue Sep 25, 2012 11:19 am
Location: Ukraine, Lviv
Contact:

Re: HMG 3.0.45

Post by santy »

to rathinagiri,
Thank you for new version!
Best regards,
Oleksandr Antypenko
xHarbour 1.2.3 , Harbour 3.x + Mingw 4.x (HMG, minigui)
https://bitbucket.org/aantypenko
https://github.com/aantypenko
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.0.45

Post 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++ ?
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
santy
Posts: 60
Joined: Tue Sep 25, 2012 11:19 am
Location: Ukraine, Lviv
Contact:

Re: HMG 3.0.45

Post 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.
Attachments
Notepad_help.rar
(2.29 MiB) Downloaded 350 times
Best regards,
Oleksandr Antypenko
xHarbour 1.2.3 , Harbour 3.x + Mingw 4.x (HMG, minigui)
https://bitbucket.org/aantypenko
https://github.com/aantypenko
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: HMG 3.0.45

Post by luisvasquezcl »

Gracias Rathi por tu dedicación.
Saludos cordiales,
Luis Vasquez
Mario Mansilla
Posts: 269
Joined: Wed Aug 13, 2008 2:35 pm
Location: Córdoba - Argentina

Re: HMG 3.0.45

Post by Mario Mansilla »

Hola Rathi :
Muchas gracias por la nueva versión .
Saludos
Mario Mansilla
klauskugel
Posts: 90
Joined: Tue Oct 09, 2012 2:28 pm

Re: HMG 3.0.45

Post by klauskugel »

Many thanks for your work, Rathi.

At this point all we can do is :roll:

Happy HMG'ing.

:D

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

HMG 3.0.45

Post 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.
Last edited by Pablo César on Wed Oct 31, 2012 1:19 pm, edited 1 time in total.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.45

Post 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 :arrow:

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 :D
Last edited by esgici on Fri Nov 02, 2012 10:40 pm, edited 1 time in total.
Viva INTERNATIONAL HMG :D
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.45

Post 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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply