HMG.3.4.2

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2224
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG.3.4.2

Post by srvet_claudio »

mol wrote:All tabs, eg. Source, Stack, Watch etc. should be moved to child windows if it's possible.
Marek this is more difficult because require rewrite all GUI part of debugger.
mol wrote:It would be great to have keyboard shortcuts to most used functionalities - as in standard harbour debugger - F5, F8, F10 etc.
It's ok, but what are the functionalities that are used in the practice most frequently?
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
srvet_claudio
Posts: 2224
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG.3.4.2

Post by srvet_claudio »

Hi all,
I updated HMG Debugger, this version is especially dedicated to Marek :lol:
Press Crtl+H for help of hotkey and F11 to switch between Toolbar and menu options.
Attachments
hmg.3.4.2_patch_3.rar
(845.61 KiB) Downloaded 932 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG.3.4.2

Post by bpd2000 »

Thank you Dr. Claudio for update
BPD
Convert Dream into Reality through HMG
User avatar
Steed
Posts: 454
Joined: Sat Dec 12, 2009 3:40 pm

Re: HMG.3.4.2

Post by Steed »

Thanks
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG.3.4.2

Post by mol »

srvet_claudio wrote:Hi all,
I updated HMG Debugger, this version is especially dedicated to Marek :lol:
Press Crtl+H for help of hotkey and F11 to switch between Toolbar and menu options.
Wow!
Many thanks!
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG.3.4.2

Post by mol »

Hi!
I'm using such a code:

Code: Select all

	CREATE EVENT PROCNAME SearchTable('Form1', 'Grid1') HWND Form1.Grid1.HANDLE MSG WM_CHAR STOREINDEX nSearchEvent
for incremental searching.
Everything worked OK in hmg 3.40
Now, I'm testing the same code recompiled with HMG 3.42 all patches and this event does not work!
What's going on?
Claudio, could you inspect source code?

Best regards, Marek
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: HMG.3.4.2

Post by danielmaximiliano »

:D
Last edited by danielmaximiliano on Thu Nov 19, 2015 8:01 pm, edited 1 time in total.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
User avatar
danielmaximiliano
Posts: 2763
Joined: Fri Apr 09, 2010 4:53 pm
DBs Used: DBF
Location: Argentina
Contact:

Re: HMG.3.4.2

Post by danielmaximiliano »

srvet_claudio wrote:
Steed wrote:
+1
Please , Harbour 64bits, files.

Thanks in advance
Dwonload from: claudio/MinGW-64%20and%20Harbour-64%20( ... 11-24).rar
Claudio, hay actualizaciones nuevas para x64 ?
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
User avatar
srvet_claudio
Posts: 2224
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG.3.4.2

Post by srvet_claudio »

mol wrote:Hi!
I'm using such a code:

Code: Select all

	CREATE EVENT PROCNAME SearchTable('Form1', 'Grid1') HWND Form1.Grid1.HANDLE MSG WM_CHAR STOREINDEX nSearchEvent
for incremental searching.
Everything worked OK in hmg 3.40
Now, I'm testing the same code recompiled with HMG 3.42 all patches and this event does not work!
What's going on?
Claudio, could you inspect source code?

Best regards, Marek
I will check the code.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
srvet_claudio
Posts: 2224
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG.3.4.2

Post by srvet_claudio »

danielmaximiliano wrote:
srvet_claudio wrote:
Steed wrote:
Please , Harbour 64bits, files.

Thanks in advance
Dwonload from: claudio/MinGW-64%20and%20Harbour-64%20( ... 11-24).rar
Claudio, hay actualizaciones nuevas para x64 ?
Not, it must be recompiled Harbour from the source files with MinGW64.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply