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.
Harbour MiniGUI 2.6.5
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Harbour MiniGUI 2.6.5
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: Harbour MiniGUI 2.6.5
Hi Roberto
Many thanks in advance
Best Regards
--
esgici
Many thanks in advance

Reference.txt became .htmlsModified : Documentation

Best Regards
--
esgici
Viva INTERNATIONAL HMG 

- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Harbour MiniGUI 2.6.5
Well... when I've reviewed the docs because your suggestions, I've discovered that were about 130 properties not documented at all!!!!esgici wrote:Hi Roberto
Many thanks in advance![]()
Reference.txt became .htmlsModified : Documentation![]()
Best Regards
--
esgici
(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)
Roberto
(Veritas Filia Temporis)
Re: Harbour MiniGUI 2.6.5
Hi Roberto,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.
Take a look for this issue in doc\functions.html:
and also for a wrong action of MULTIPLY hotkey in Preview windows:CallDll32()
Function: Opens the system color selection dialog and return selected color.
CallDll32 ( <cFunctionName> , <cDllName> , ... <parameters> ... ) --> xReturnValue

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
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Harbour MiniGUI 2.6.5
Thanks for both reports. I'll fix them ASAP.gfilatov wrote:Hi Roberto,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.
Take a look for this issue in doc\functions.html:and also for a wrong action of MULTIPLY hotkey in Preview windows:CallDll32()
Function: Opens the system color selection dialog and return selected color.
CallDll32 ( <cFunctionName> , <cDllName> , ... <parameters> ... ) --> xReturnValue
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() )
Regards,
Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Rathinagiri
- Posts: 5477
- 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
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
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.
South or North HMG is worth.
...the possibilities are endless.
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: Harbour MiniGUI 2.6.5
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)
Roberto
(Veritas Filia Temporis)