Page 2 of 5

Re: HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 1:46 pm
by Rathinagiri
Sorry friends, I had used a special compression method LZMA. I will do it in regular mode and upload again.

HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 1:54 pm
by Pablo César
Rathinagiri wrote:I will do it in regular mode and upload again.
It is ok, good friend. Thank you Rathi.

HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 2:33 pm
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.

Re: HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 2:36 pm
by Rathinagiri
I had re-uploaded and now it is 2.8 MB.

Please check for compatibility with other compressors.

Re: HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 2:39 pm
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.

Re: HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 2:44 pm
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 12226 times
voy a preprar un demo con la falla.

Re: HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 3:30 pm
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

HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 3:33 pm
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.

Re: HMG 3.3.0 (Stable) Patch 1

Posted: Tue Jun 03, 2014 5:41 pm
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.-

Re: HMG 3.3.0 (Stable) Patch 1

Posted: Wed Jun 04, 2014 1:28 am
by srvet_claudio
danielmaximiliano wrote:voy a preprar un demo con la falla.
Te agradecería si creas un demo con la falla.