Page 3 of 12

Re: HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 11:27 am
by mol
Something is wrong with ANSI version of HMG3.2
I've rebuilt library to ansi version, but I get strange mosaic within GRID controls:

Image

When I use BROWSE, everything looks OK:

Image

So this stable version is not so stable :(

HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 12:04 pm
by Pablo César
mol wrote:So this stable version is not so stable :(
I regret your frustration Marek and I hope that everything will be solved for you. But his designation of "stable" should not exist !! For this and any other version release. :oops:

Not that this release or any other is not stable, in my opinion this classification of releases do not need these ratings.

Everything is new, should be tested and nothing is perfect or error free.
Wait for a product that does not contain flaws is like believing in invincibility, this is something that you need never be improved or overcome.

Re: HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 1:20 pm
by srvet_claudio
mol wrote:Something is wrong with ANSI version of HMG3.2
I've rebuilt library to ansi version, but I get strange mosaic within GRID controls:
Hi Marek.
This strange behavior of GRID is only in HMG.3.2 or also exists in HMG.3.1.5?

PS: you do not need to rebuild the lib to work in ANSI, you just need to in Unicode put at the beginning of Main function:
SET CODEPAGE TO POLISH
and continue programming in ANSI without any changes in the code (eg len, left, upper, lower, at, etc. functions).
You should consider the Unicode as a code page more (SET CODEPAGE TO UNICODE).

Re: HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 1:53 pm
by mol
srvet_claudio wrote:
mol wrote:Something is wrong with ANSI version of HMG3.2
I've rebuilt library to ansi version, but I get strange mosaic within GRID controls:
Hi Marek.
This strange behavior of GRID is only in HMG.3.2 or also exists in HMG.3.1.5?

PS: you do not need to rebuild the lib to work in ANSI, you just need to in Unicode put at the beginning of Main function:
SET CODEPAGE TO POLISH
and continue programming in ANSI without any changes in the code (eg len, left, upper, lower, at, etc. functions).
You should consider the Unicode as a code page more (SET CODEPAGE TO UNICODE).
HMG 3.1.5 was OK.
I've reinstalled HMG 3.2 to backward rebuilding library and GRID looks OK.
So, something is wrong with recompilation of library.

Another problem I found with CREATE EVENT. I can't describe it now, I'll try to detect what is wrong - the same sample works OK with HMG315.

Re: HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 4:01 pm
by EduardoLuis
Hi Friends:

I've tested (not in deep) all my developements compiling them using new 3.2 version, and all works fine (till now i hope it still continue fine).-
For the records, i only installed it on a new folder and copyed new IDE's posted by Claudio.
I don't make any library recompilation.- I use both IDE ANSI & UNICODE (with SET CODEPAGE TO SPANISH).-
As Daniel Maximiliano notice some trouble with AVAST, i use ESET and no warning was recieved.
I'll continue with the tests.-
Eduardo

Re: HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 4:07 pm
by srvet_claudio
EduardoLuis wrote:Hi Friends:

I've tested (not in deep) all my developements compiling them using new 3.2 version, and all works fine (till now i hope it still continue fine).-
For the records, i only installed it on a new folder and copyed new IDE's posted by Claudio.
I don't make any library recompilation.- I use both IDE ANSI & UNICODE (with SET CODEPAGE TO SPANISH).-
As Daniel Maximiliano notice some trouble with AVAST, i use ESET and no warning was recieved.
I'll continue with the tests.-
Eduardo
Thanks Eduardo.

Re: HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 6:06 pm
by dhaine_adp
Hi All,

I rebuild HMG 3.2 Stable in Unicode and compiled three of my Apps and so far I don't have a problem. I recompiled because I wish to see if I can rebuild the library.

I think Marek's problem is localized to the Grid Control (if there are changes to it). IMHO

Regards,

Danny

Re: HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 6:28 pm
by srvet_claudio
dhaine_adp wrote:I rebuild HMG 3.2 Stable in Unicode and compiled three of my Apps and so far I don't have a problem. I recompiled because I wish to see if I can rebuild the library.
Thanks Danny.
dhaine_adp wrote:I think Marek's problem is localized to the Grid Control (if there are changes to it). IMHO
Except Tree control, the other controls are unchanged are the same as in HMG.3.1.5

Re: HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 6:55 pm
by mol
dhaine_adp wrote:Hi All,

I rebuild HMG 3.2 Stable in Unicode and compiled three of my Apps and so far I don't have a problem. I recompiled because I wish to see if I can rebuild the library.

I think Marek's problem is localized to the Grid Control (if there are changes to it). IMHO

Regards,

Danny
I'm using ANSI only. No problems with 3.15. So it's strange...

HMG 3.2 (Stable)

Posted: Tue Dec 10, 2013 6:59 pm
by Pablo César
Hi Marek,

Is it possible you post any short example with the same behaviour ?