Page 1 of 9

HMG 3.1.2

Posted: Thu Apr 04, 2013 1:56 pm
by Rathinagiri
Dear HMGians,

It is my pleasure to update a new version (Unicode) of HMG. You can download the new version from sourceforge website. The link is given below:

https://sourceforge.net/projects/hmg/fi ... urce=files

Alternatively, you can download from the HMGForum Site also. The link is here

Code: Select all

-HMG 3.1.2 (Test) 2013/04/04
   - Update to latest Harbour Nightly Build (2013-03-18)
   - New Included contrib folder of Harbour for Library samples
   - set the compiler warnings to W2 (Contributed by Dr. Claudio Soto)
   - Fixed Browse Control Problem (Contributed by Dr. Claudio Soto)
   - Fixed Image Property in COMBOBOX control (Contributed by Dr. Claudio Soto)
   - New functions HMG_LOWER() and HMG_UPPER() (see source\Unicode_Strings.PRG) for support LowerCase and UpperCase of strings in Unicode. (Contributed by Dr. Claudio Soto)
   - New functions HMG_PADC(), HMG_PADL() and HMG_PADR() (see source\Unicode_Strings.PRG) for Unicode string padded. (Contributed by Dr. Claudio Soto)
   - New alternative functions for some string related functions for Unicode or ANSI (Contributed by Dr. Claudio Soto)
      UNICODE/ANSI            ANSI Only
      ------------            ---------
      HMG_LEN()         <=>   LEN()
      HMG_LOWER()       <=>   LOWER()
      HMG_UPPER()       <=>   UPPER()
      HMG_PADC()        <=>   PADC()
      HMG_PADL()        <=>   PADL()
      HMG_PADR()        <=>   PADR()

      HB_USUBSTR()      <=>   SUBSTR()
      HB_ULEFT()        <=>   LEFT()
      HB_URIGHT()       <=>   RIGHT()
      HB_UAT()          <=>   AT()
      HB_UTF8RAT()      <=>   RAT()
      HB_UTF8STUFF()    <=>   STUFF()
   - Fixed EDIT Control language problem.(Contributed by Dr. Claudio Soto)
   - New Define/Release at runtime Main / Context / Notify / DropDown Menu
      - New Commands/Functions (see example MENU_Dynamic_Demo.rar) (Contributed by Dr. Claudio Soto)
         IsMainMenuDefined ( cFormName )
         IsContextMenuDefined ( cFormName )
         IsNotifyMenuDefined ( cFormName )
         IsDropDownMenuDefined ( cButtonName,  cFormName )

         RELEASE MAIN MENU   OF  FormName
         RELEASE MAINMENU    OF  FormName
         ReleaseMainMenu  ( cFormName )

         RELEASE CONTEXT MENU  OF  FormName
         RELEASE CONTEXTMENU   OF  FormName
         ReleaseContextMenu ( cFormName )

         RELEASE NOTIFY MENU  OF FormName
         RELEASE NOTIFYMENU   OF FormName
         ReleaseNotifyMenu ( cFormName )

         RELEASE DROPDOWN  MENU  BUTTON    ButtonName OF FormName
         RELEASE DROPDOWNMENU  OWNERBUTTON  ButtonName OF FormName
         ReleaseDropDownMenu ( cButtonName, cFormName )
   - Fixed HFCL for Unicode support except HMG_HPDF (Contributed by Dr. Claudio Soto)
   - New BosTaurus documentation and Demo12 (Unicode example) (Contributed by Dr. Claudio Soto) 
As you can see, all of the updates are made with the help of our unicode expert Dr. Claudio Soto. I thank for his dedication.

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 2:18 pm
by mol
many thx for jour great job!

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 2:30 pm
by esgici
Thanks a lot Mr. Diamond and Dr. Soto :)

Best regards,

Viva HMG :D

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 2:43 pm
by Rathinagiri
Sorry, I have forgotten to include the Dynamic Menu demo.
MENU_Dynamic_Demo.rar
(10.29 KiB) Downloaded 951 times

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 3:20 pm
by Pablo César
Dear Rathinagiri, thank you for this new release but basically in this version are applied modifications of UNICODE adjustments but regarding Build.bat in samples, Build.bat at HMG main folder, ComboSearchBox, AutoAdjust sample/library and QHTM library have It been included or not yet ?

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 5:47 pm
by fouednoomen
Many thanks, I'll start testing today!

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 8:01 pm
by Steed
Frist at all,I have to say many thanks.

Bud I have to report that the issue with the textbox control remained



Regards,

Ed

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 8:32 pm
by danielmaximiliano
Como siempre Gracias por el trabajo y esfuerzo que hacen.

As always thanks for the work and effort that make

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 8:52 pm
by fouednoomen
BROWSE is not working in this hmg version. same than 3.1.1
It displays empty table always.

Problem with grid ,we can't write in grid

Regards

foued

Re: HMG 3.1.2 (Test)

Posted: Thu Apr 04, 2013 10:27 pm
by dhaine_adp
Hi Rathi,

Thanks for this update and also for the Dynamic Menu Demo.

Regards,

Danny