Page 1 of 1

HMG 2.9.2 (Forum test VI)

Posted: Sat Jun 06, 2009 2:00 pm
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.

Re: HMG 2.9.2 (Forum test VI)

Posted: Sat Jun 06, 2009 2:04 pm
by esgici
Thanks a lot Maestro :)

Best Regards

--

Esgici

Re: HMG 2.9.2 (Forum test VI)

Posted: Sat Jun 06, 2009 4:52 pm
by Vanguarda
Thanks master for this update

regards,

Re: HMG 2.9.2 (Forum test VI)

Posted: Sat Jun 06, 2009 4:56 pm
by esgici
Hi Maestro

Tested, no problem encountered.

Best Regards

--

Esgici

Re: HMG 2.9.2 (Forum test VI)

Posted: Sat Jun 06, 2009 7:53 pm
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 :?:

Re: HMG 2.9.2 (Forum test VI)

Posted: Sun Jun 07, 2009 3:02 am
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.