HMG 3.4.1

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.4.1

Post by esgici »

Thanks Claudio and Dave !

Viva HMG :D
Viva INTERNATIONAL HMG :D
EduardoLuis
Posts: 682
Joined: Tue Jun 04, 2013 6:33 pm
Location: Argentina

Re: HMG 3.4.1

Post by EduardoLuis »

Hi Claudio:

I've download and installed both patches.-
I've tested compiling my developes and till now all works fine ;) .-
With regards.
Eduardo
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.1

Post by mol »

Hi Claudio!
Long time ago, I've proposed changes in H_HMG_HPDF.PRG file - add one line to correct position printed line.
In last version, this shoud be addes line 312:

Code: Select all

 
nyPos -= nFontSize
This line allows the same positioning of normally printed text corresponding to multiline_print command, prining lines, rectangles.

I attach sample screens:
Image


Previous submitted pictures (from january 2015):
Image
Image
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.4.1

Post by Rathinagiri »

sorry Marek. I am the one who had forgotten to include your suggestion.

We shall include in the next version.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.1

Post by mol »

Rathinagiri wrote:sorry Marek. I am the one who had forgotten to include your suggestion.

We shall include in the next version.
Many thanks!
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.1

Post by mol »

I've added all patches to hmg 3.4.1 (from 1 to 6) but hmg_version() still report 3.4.1 patch 4.
Is it OK?
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.1

Post by srvet_claudio »

mol wrote:I've added all patches to hmg 3.4.1 (from 1 to 6) but hmg_version() still report 3.4.1 patch 4.
Is it OK?
I forgot to update the number of patch in the header file.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.1

Post by mol »

srvet_claudio wrote:
mol wrote:I've added all patches to hmg 3.4.1 (from 1 to 6) but hmg_version() still report 3.4.1 patch 4.
Is it OK?
I forgot to update the number of patch in the header file.
OK :-)
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.4.1

Post by mol »

I found strange behaviour of GRID. I'm using it to edit table. When I put cursor to any row and edit data, function called by ColumnValid property get CurrentRowIndex = 0. Look at the screenshot:
Image

What's going on?
(this was happening in older hmg version, too).
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.1

Post by srvet_claudio »

mol wrote:I found strange behaviour of GRID. I'm using it to edit table. When I put cursor to any row and edit data, function called by ColumnValid property get CurrentRowIndex = 0. Look at the screenshot:
Image

What's going on?
(this was happening in older hmg version, too).
Try with:

Code: Select all

<ParentWindowName>.<GridControlName>.CellRowFocused   --> nCellRowIndex
<ParentWindowName>.<GridControlName>.CellColFocused   --> nCellColIndex
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply