Harbour MiniGUI 2.6.5

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

Harbour MiniGUI 2.6.5

Post by Roberto Lopez »

English:

- Fixed: Problem in print preview introduced in 2.6.2.

- Updated: Harbour compiler updated to version 1.01.

- Modified: Documentation.

Español:

- Solucionado: Problema en la vista previa de impresión introducido
en la versión 2.6.2.

- Actualizado: Harbour a la versión 1.01.

- Modificado: Documentación.
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: Harbour MiniGUI 2.6.5

Post by esgici »

Hi Roberto

Many thanks in advance :)
Modified : Documentation
Reference.txt became .htmls :shock:

Best Regards

--

esgici
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI 2.6.5

Post by Roberto Lopez »

esgici wrote:Hi Roberto

Many thanks in advance :)
Modified : Documentation
Reference.txt became .htmls :shock:

Best Regards

--

esgici
Well... when I've reviewed the docs because your suggestions, I've discovered that were about 130 properties not documented at all!!!!
(no events and only some methods).

Besides that, there is a lot of problems with documentation consistency, so I've decided to start the painful task of document (at least briefly) all the library.

This will take a LOT of time... but... it must be done.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
gfilatov
Posts: 1057
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour MiniGUI 2.6.5

Post by gfilatov »

Roberto Lopez wrote:Well... when I've reviewed the docs because your suggestions, I've discovered that were about 130 properties not documented at all!!!!
(no events and only some methods).

Besides that, there is a lot of problems with documentation consistency, so I've decided to start the painful task of document (at least briefly) all the library.

This will take a LOT of time... but... it must be done.
Hi Roberto,

Take a look for this issue in doc\functions.html:
CallDll32()


Function: Opens the system color selection dialog and return selected color.

CallDll32 ( <cFunctionName> , <cDllName> , ... <parameters> ... ) --> xReturnValue
and also for a wrong action of MULTIPLY hotkey in Preview windows: :(
ON KEY MULTIPLY ACTION ( If ( _HMG_PRINTER_PPNAV.b5.value == .T. , _HMG_PRINTER_PPNAV.b5.value := .F. , _HMG_PRINTER_PPNAV.b5.value := .T. ) , _HMG_PRINTER_Zoom() )
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: Harbour MiniGUI 2.6.5

Post by Roberto Lopez »

gfilatov wrote:
Roberto Lopez wrote:Well... when I've reviewed the docs because your suggestions, I've discovered that were about 130 properties not documented at all!!!!
(no events and only some methods).

Besides that, there is a lot of problems with documentation consistency, so I've decided to start the painful task of document (at least briefly) all the library.

This will take a LOT of time... but... it must be done.
Hi Roberto,

Take a look for this issue in doc\functions.html:
CallDll32()


Function: Opens the system color selection dialog and return selected color.

CallDll32 ( <cFunctionName> , <cDllName> , ... <parameters> ... ) --> xReturnValue
and also for a wrong action of MULTIPLY hotkey in Preview windows: :(
ON KEY MULTIPLY ACTION ( If ( _HMG_PRINTER_PPNAV.b5.value == .T. , _HMG_PRINTER_PPNAV.b5.value := .F. , _HMG_PRINTER_PPNAV.b5.value := .T. ) , _HMG_PRINTER_Zoom() )
Thanks for both reports. I'll fix them ASAP.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
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: Harbour MiniGUI 2.6.5

Post by Rathinagiri »

Likewise, in doc\properties.html

fontbold, italic, underline & strikeout all describes about fontsize only. In the case of fontstrikeout the variable is nFontstrikeout instead of lFontStrikeout. Errors are shown bold.


Fontbold


Set / Gets gui object's font size.

<ParentWindowName>.<ControlName>.FontBold := lFontBold

<ParentWindowName>.<ControlName>.FontBold --> lFontBold

Fontitalic

Set / Gets gui object's font size.

<ParentWindowName>.<ControlName>.FontItalic := lFontItalic

<ParentWindowName>.<ControlName>.FontItalic --> lFontItalic

Fontunderline


Set / Gets gui object's font size.


<ParentWindowName>.<ControlName>.FontUnderline := lFontUnderline

<ParentWindowName>.<ControlName>.FontUnderline --> lFontUnderline


Fontstrikeout


Set / Gets gui object's font size.


<ParentWindowName>.<ControlName>.FontStrikeOut := nFontStrikeOut

<ParentWindowName>.<ControlName>.FontStrikeOut --> nFontStrikeOut
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI 2.6.5

Post by Roberto Lopez »

rathinagiri wrote:Likewise, in doc\properties.html

fontbold, italic, underline & strikeout all describes about fontsize only. In the case of fontstrikeout the variable is nFontstrikeout instead of lFontStrikeout. Errors are shown bold.


Fontbold

Set / Gets gui object's font size.

<ParentWindowName>.<ControlName>.FontBold := lFontBold

<ParentWindowName>.<ControlName>.FontBold --> lFontBold

Fontitalic

Set / Gets gui object's font size.

<ParentWindowName>.<ControlName>.FontItalic := lFontItalic

<ParentWindowName>.<ControlName>.FontItalic --> lFontItalic

Fontunderline


Set / Gets gui object's font size.


<ParentWindowName>.<ControlName>.FontUnderline := lFontUnderline

<ParentWindowName>.<ControlName>.FontUnderline --> lFontUnderline


Fontstrikeout


Set / Gets gui object's font size.


<ParentWindowName>.<ControlName>.FontStrikeOut := nFontStrikeOut

<ParentWindowName>.<ControlName>.FontStrikeOut --> nFontStrikeOut

Thanks. I'll fix it ASAP.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply