I've rebuilt library to ansi version, but I get strange mosaic within GRID controls:

When I use BROWSE, everything looks OK:

So this stable version is not so stable

Moderator: Rathinagiri
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.mol wrote:So this stable version is not so stable
Hi Marek.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:
HMG 3.1.5 was OK.srvet_claudio wrote:Hi Marek.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:
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).
Thanks Eduardo.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 Danny.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.
Except Tree control, the other controls are unchanged are the same as in HMG.3.1.5dhaine_adp wrote:I think Marek's problem is localized to the Grid Control (if there are changes to it). IMHO
I'm using ANSI only. No problems with 3.15. So it's strange...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