HMG 3.1.4

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.4 (Test)

Post by esgici »

klauskugel wrote:...
Mysql works....
Congrats Klaus;

your work looks very mature and impressive 8-)

Thanks to who made possible this wonderful tools and you, wonderful followers :D
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.4 (Test)

Post by Rathinagiri »

It is really a great news for me.

Again, can you please check up whether 'set navigation extended' working?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
klauskugel
Posts: 90
Joined: Tue Oct 09, 2012 2:28 pm

Re: HMG 3.1.4 (Test)

Post by klauskugel »

>>> Again, can you please check up whether 'set navigation extended' working?

Sure, it works under wine1.6 as I expected.
It hopped through all fields and buttons and back to the beginning.

Nice done.

Greets from Germany
klauskugel


P.S. I'm just hoping to find a EDITBOX.DBLClICK <ActionProcedure>

ONGOTFOCUS <ActionProcedure>
ONLOSTFOCUS <ActionProcedure>
ONCHANGE <ActionProcedure>
Would be great to find this Event sometime.
Just to elegantly start a Search Form or Something like this.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.4 (Test)

Post by srvet_claudio »

klauskugel wrote: P.S. I'm just hoping to find a EDITBOX.DBLClICK <ActionProcedure>

ONGOTFOCUS <ActionProcedure>
ONLOSTFOCUS <ActionProcedure>
ONCHANGE <ActionProcedure>
Would be great to find this Event sometime.
Just to elegantly start a Search Form or Something like this.
Hi Klauskugel.
In the next release (HMG.3.1.5) is possible to process the DBLCLICK event.

Code: Select all

CREATE EVENT PROCNAME EditBox_DBLCLICK()  HWND Form_1.Edit_1.HANDLE  STOREINDEX nIndex
EventProcessAllHookMessage (nIndex, .T.)

Code: Select all

Function EditBox_DBLCLICK()
LOCAL nIndex := GetControlIndexByHandle (EventHWND())
   IF nIndex > 0 .AND. GetControlTypeByIndex (nIndex) == "EDIT"
      #define WM_LBUTTONDBLCLK 515
      IF EventMSG() == WM_LBUTTONDBLCLK
         MsgInfo ("DBLCLICK")
      ENDIF
   ENDIF
Return NIL
Best regards,
Claudio.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
klauskugel
Posts: 90
Joined: Tue Oct 09, 2012 2:28 pm

Re: HMG 3.1.4 (Test)

Post by klauskugel »

Hi Doc,
you're hell.

Wonderfulllllll.
This is the missing part to replace VFP fully.

This is really great.

Greetings from Germany
klauskugel
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.4 (Test)

Post by Rathinagiri »

:)

Yes, it is really a great implementation.
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.4 (Test)

Post by bpd2000 »

srvet_claudio wrote: In the next release (HMG.3.1.5) is possible to process the DBLCLICK event.
Thank you Claudio I was also eagerly waiting for DBLCLICK event
BPD
Convert Dream into Reality through HMG
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.1.4 (Test)

Post by danielmaximiliano »

Hola a todos : Desde hace tiempo sucede que el IDE tiende a borrar los archivos de recursos (.RC) y de configuración (.HBC) dentro de mi maquina y esto es engorroso; por suerte siempre hago copias backup con el editor Crimsom Esmerald.
No soy muy amante de usar el IDE Unicode para generar formularios con el y menos compilar por este inconveniente; no sucede esto con el IDE Ansi.
pense hace tiempo que era problema de mi instalacion de Windows y la cantidad enorme de instalaciones de otros programas para pruebas de software asi que procedi a eliminar la particion de windows; crear una nueva y utilizar HP Recovery para reinstalar Windows OEM desde cero ( 0 ).
sin ningun antivirus y Update de Windows procedi a instalar HMG.3.1.4 (test) y probar de nuevo el IDE Unicode presentando los mismo inconveniente antes mencionado, actualizando Windows e instalando todos los programas necesarios para el uso de mi Notebook el problema persiste.
puede el IDE Unicode no tocar estos archivos sino no hay modificacion de estos?
desde ya gracias por el trabajo y dedicacion sobre HMG.

Translate Google
Hi all: For some time it happens that the IDE tends to erase the resource files (. RC) and configuration (. HBC) in my machine and this is cumbersome, luckily I always make backup copies with the publisher Crimsom Emerald.
I'm not very fond of using the Unicode IDE to generate forms with and least compile for this inconvenience, not so with the IDE Ansi.
I thought it was problem while my Windows installation and the enormous amount of facilities for testing other software programs so proceeded to remove the windows partition, create a new and used HP Recovery to reinstall Windows OEM from scratch (0) .
without any antivirus and Windows Update procedure to install HMG.3.1.4 (test) and try again presenting the same IDE Unicode aforementioned drawback, updating Windows and installing all the software needed to use my Notebook the problem persists.
Unicode IDE can not touch these files but no modification of these?
from already thank you for the work and dedication of HMG

Windows 7 Home Premiun 64, Notebook HP4530S Core i3 4GB.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.4 (Test)

Post by Rathinagiri »

I am also having the same problem as Daniel explained.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.1.4 (Test)

Post by srvet_claudio »

danielmaximiliano wrote: For some time it happens that the IDE tends to erase the resource files (. RC) and configuration (. HBC) in my machine and this is cumbersome
I will check all reads and writes in files that makes of the IDE-Unicode.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply