HMG 3.3.0 (Stable) Patch 1

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

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.3.0 (Stable) Patch 1

Post by Rathinagiri »

Sorry friends, I had used a special compression method LZMA. I will do it in regular mode and upload again.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.3.0 (Stable) Patch 1

Post by Pablo César »

Rathinagiri wrote:I will do it in regular mode and upload again.
It is ok, good friend. Thank you Rathi.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.3.0 (Stable) Patch 1

Post by Pablo César »

Dear Claudio,

I just tested PNG file at DEFINE CHECKBUTTON (not by "@"):

       DEFINE CHECKBUTTON CheckBtn_1
              ROW 150
              COL 60
              WIDTH 78
              HEIGHT 78
              CAPTION ""
              VALUE .T.
              FONTNAME "Arial"
              FONTSIZE 9
              TOOLTIP ""
              ONCHANGE Nil
              ONGOTFOCUS Nil
              ONLOSTFOCUS Nil
              FONTBOLD .F.
              FONTITALIC .F.
              FONTUNDERLINE .F.
              FONTSTRIKEOUT .F.
              HELPID Nil
              TABSTOP .T.
              VISIBLE .T.
              PICTURE "Printer.png"
       END CHECKBUTTON


and is displaying error message: Error BASE/1077 Argument error: .NOT.

So, I checked source code and by knowing there is new TRANSPARENT property is required. So then I added:

       DEFINE CHECKBUTTON CheckBtn_1
              ROW 150
              COL 60
              WIDTH 78
              HEIGHT 78
              CAPTION ""
              VALUE .T.
              FONTNAME "Arial"
              FONTSIZE 9
              TOOLTIP ""
              ONCHANGE Nil
              ONGOTFOCUS Nil
              ONLOSTFOCUS Nil
              FONTBOLD .F.
              FONTITALIC .F.
              FONTUNDERLINE .F.
              FONTSTRIKEOUT .F.
              HELPID Nil
              TABSTOP .T.
              VISIBLE .T.
              PICTURE "Printer.png"

              TRANSPARENT .F.
       END CHECKBUTTON

IMHO DEFAULT declaration must be needed for transparent argument. I do not know it others controls is also needed.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
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.3.0 (Stable) Patch 1

Post by Rathinagiri »

I had re-uploaded and now it is 2.8 MB.

Please check for compatibility with other compressors.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.3.0 (Stable) Patch 1

Post by Pablo César »

Rathinagiri wrote:I had re-uploaded and now it is 2.8 MB.

Please check for compatibility with other compressors.
For me now is unpacking perfectly, Rathi. Thank you for your good undertanding.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.3.0 (Stable) Patch 1

Post by danielmaximiliano »

Hola Claudio :
Todavia no habia visto este patch asi que mientras tanto utilizearchivos PNG (128x128) para suplantar los BMP (128x128) en el Toolbar y que no se veian. con los PNG no hay problemas y se ven.
ahora aplicando el Patch y reconstruyendo todas las librerias me encuentroal compilar con HMG.3.3.0 tanto en 32bits y 64bits como se ve la imagen.
2014-06-03 11_39_11-Roberto Gayoso 2014.jpg
2014-06-03 11_39_11-Roberto Gayoso 2014.jpg (190.05 KiB) Viewed 10020 times
voy a preprar un demo con la falla.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
dragancesu
Posts: 920
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: HMG 3.3.0 (Stable) Patch 1

Post by dragancesu »

I have a similar problem, toolbar has ten icon, but can not see it, followed by the separator

one two three four separator five six ...

the fourth is not visible, separator is visible
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

HMG 3.3.0 (Stable) Patch 1

Post by Pablo César »

Hi Rathi/Claudio,

In this patch was not included following changings required:

- LOG demands at HPDF_INIT
- Proper close tables in HTML

Please do not forget to be included at next patches.

Also To build prg and folders with spaces was perhaps pushed aside momentarily, but the lack of it hinders.
For example, if we want to create a new DEMO inside of C:\hmg.3.3.0\SAMPLES folder, the IDE displays the following error:

Image

But if manually created and compiled with altered Build.bat, then is compiled and works well.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG 3.3.0 (Stable) Patch 1

Post by EduardoLuis »

Hi friends:

I've test new patch, and i get same result as Daniel with 24 bit bmp files.-
With PNG there was no trouble. With 8 bit bmp also no trouble.-
I hope these will orient Claudio & Rathi.-
With regards.-
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.3.0 (Stable) Patch 1

Post by srvet_claudio »

danielmaximiliano wrote:voy a preprar un demo con la falla.
Te agradecería si creas un demo con la falla.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply