HMG 2.9.2 (Forum test VI)

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

Post Reply
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

HMG 2.9.2 (Forum test VI)

Post by Roberto Lopez »

Hi All,

This will be the last forum test prior publication of 2.9.2.

Please, report any problem you found.

TIA.

- Fixed: Print Preview. 'go to page' window not refresh preview window.

- Modified: Documentation completed, fixed, indexed, linked and formatted.

- New: Property style synonyms for the following GUI
objects (look at documentation for details):

- WINDOW
- TOOLBAR
- TREE
- TAB
- SPLITBOX
- CONTEXT MENU
- DROPDOWN MENU
- MAIN MENU
- STATUSBAR

The following synonyms for alternate syntax were added:

- LINES (NOLINES)
- ALIGNMENT (CENTERALIGN,RIGHTALIGN)
- TODAY (NOTODAY)
- TODAYCIRCLE (NOTODAYCIRCLE)
- DATATYPE (NUMERIC,CHARACTER,DATE)
- CASECONVERT (UPPERCASE,LOWERCASE)
- TICKMARKS (NOTICKS)
- AUTOSIZEWINDOW (NOAUTOSIZEWINDOW)
- AUTOSIZEMOVIE (NOAUTOSIZEMOVIE)
- ERRORDLG (NOERRORDLG)
- MENU (NOMENU)
- OPEN (NOOPEN)
- PLAYBAR (NOPLAYBAR)


Regards,

Roberto.
Attachments
hmg292-6.rar
(369.24 KiB) Downloaded 317 times
Regards/Saludos,

Roberto


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

Re: HMG 2.9.2 (Forum test VI)

Post by esgici »

Thanks a lot Maestro :)

Best Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: HMG 2.9.2 (Forum test VI)

Post by Vanguarda »

Thanks master for this update

regards,
--
Paulo Sérgio Durço (Vanguarda)


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

Re: HMG 2.9.2 (Forum test VI)

Post by esgici »

Hi Maestro

Tested, no problem encountered.

Best Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
gfilatov
Posts: 1066
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: HMG 2.9.2 (Forum test VI)

Post by gfilatov »

Roberto Lopez wrote:Hi All,

This will be the last forum test prior publication of 2.9.2.

Please, report any problem you found.
Hi Roberto,

There is a small issue in the header i_altsyntax.ch.

Take a look for the following definitions:

#xcommand ALIGNMENT RIGHT ;
=> ;
_HMG_SYSDATA \[ 440 \] := .T. ; _HMG_SYSDATA \[ 393 \] := .F.

#xcommand ALIGNMENT CENTER ;
=> ;
_HMG_SYSDATA \[ 440 \] := .F. ; _HMG_SYSDATA \[ 393 \] := .T.

#xcommand ALIGNMENT RIGHT ;
=> ;
_HMG_SYSDATA \[ 440 \] := .F. ; _HMG_SYSDATA \[ 393 \] := .F.

I guess that it should be the ALIGNMENT LEFT :?:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 2.9.2 (Forum test VI)

Post by Roberto Lopez »

gfilatov wrote:
Roberto Lopez wrote:Hi All,

This will be the last forum test prior publication of 2.9.2.

Please, report any problem you found.
Hi Roberto,

There is a small issue in the header i_altsyntax.ch.

Take a look for the following definitions:

#xcommand ALIGNMENT RIGHT ;
=> ;
_HMG_SYSDATA \[ 440 \] := .T. ; _HMG_SYSDATA \[ 393 \] := .F.

#xcommand ALIGNMENT CENTER ;
=> ;
_HMG_SYSDATA \[ 440 \] := .F. ; _HMG_SYSDATA \[ 393 \] := .T.

#xcommand ALIGNMENT RIGHT ;
=> ;
_HMG_SYSDATA \[ 440 \] := .F. ; _HMG_SYSDATA \[ 393 \] := .F.

I guess that it should be the ALIGNMENT LEFT :?:
You are right.

I'll fix it prior to publication.

Thanks for reporting.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply