Page 5 of 6
Corrections at HMG Reference (hmgdoc)
Posted: Mon Oct 31, 2016 12:57 pm
by Pablo César
Sorry. My English sometimes is terrible...
I correct my previous message.
I was posting in a big hurry due to reach in time with my doctor.
I saying that we can add all properties or not all (depending yours decisions) to be published at hmgdoc for GetProperty() (file/page GetProperty.htm).
Re: Corrections at HMG Reference (hmgdoc)
Posted: Mon Oct 31, 2016 3:04 pm
by srvet_claudio
Pablo César wrote:Sorry. My English sometimes is terrible...
I correct my previous message.
I was posting in a big hurry due to reach in time with my doctor.
I saying that we can add all properties or not all (depending yours decisions) to be published at hmgdoc for GetProperty() (file/page GetProperty.htm).
I think it is not appropriate to list all available properties because:
1) each property depends on the control of which concerned (this list is already available in the doc of each control).
2) if all properties are listed so increases the likelihood of inconsistencies in the doc, because you have to update two pages each time you add/modify a property.
Corrections at HMG Reference (hmgdoc)
Posted: Mon Oct 31, 2016 3:07 pm
by Pablo César
Ahhh yes. You are right Claudio.
Thanks for replying.
Corrections at HMG Reference (hmgdoc)
Posted: Mon Oct 31, 2016 4:11 pm
by Pablo César
Dear Claudio,
You are right when you mentioned about controls properties those are linked in each pages.
But in hmgdoc there is nothing at all about this
PrintWindow...
In these cases, could it be make mention in separated page? I mean, in this specific case, we would open a new PrintWindow.htm?
Re: Corrections at HMG Reference (hmgdoc)
Posted: Mon Oct 31, 2016 4:44 pm
by srvet_claudio
Pablo César wrote:Dear Claudio,
You are right when you mentioned about controls properties those are linked in each pages.
But in hmgdoc there is nothing at all about this
PrintWindow...
In these cases, could it be make mention in separated page? I mean, in this specific case, we would open a new PrintWindow.htm?
The Print method is defined in DEFINE WINDOW doc.
Corrections at HMG Reference (hmgdoc)
Posted: Mon Oct 31, 2016 4:49 pm
by Pablo César
You are right again...
Thank you Claudio and sorry, I made mistake to find PrintWindow string.
Corrections at HMG Reference (hmgdoc)
Posted: Tue Jan 10, 2017 9:51 pm
by Pablo César
Hi Claudio, Rathinagiri and all,
This is to advice there is not any instructions in HMGDOC for StatusBar with following properties:
In
Standard Syntax (xBase Style):
- BOLD
- ITALIC
- UNDERLINE
- STRIKEOUT
Or at
Alternate Syntax:
- FONTBOLD
- FONTITALIC
- FONTUNDERLINE
- FONTSTRIKEOUT
These properties surely works in StatusBar, but not documented: then many people do not know that exists...

- Screen48.png (55.78 KiB) Viewed 4796 times
Could it be included for next HMG release ? (..\DOC\data\StatusBar.htm)
Re: Corrections at HMG Reference (hmgdoc)
Posted: Tue Jan 10, 2017 11:35 pm
by srvet_claudio
Pablo thanks for the info
Corrections at HMG Reference (hmgdoc)
Posted: Wed Feb 22, 2017 1:24 am
by Pablo César
Hola Claudio,
En Functions hay un item llamado "Set DialogBox Position" (fijate los espacios en blanco) que me parece que deberia ir para Misc. Commands porque este seria un comando y no divulgado como funcion. En verdad acaba siendo casi todo funciones, en este caso el nombre de la funcion seria _HMG_DialogBoxProperty (pero creo que no interesa divulgarlo ya que lo hay en forma de comando). Pero me refiero que queda medio que estraño colocarlo como funcion siendo que más parece un ser comando: SET DIALOGBOX POSITION
A propósito, creo que faltan alunos comandos que faltaron incluirlo en el Misc.htm no se necesita más ya que el mismo fué replazado (hace mucho, +/- desde 2010) por archivos individuales, ya que hacen link con otras páginas. Podria ser eliminado, ya que stá desactualizado y sin funcion alguna.
No hé encontrado en lugar alguno de la DOC sobre estes:
SET CELLNAVIGATIONMODE EXCEL
SET CELLNAVIGATIONMODE STANDARD
SET PLAYER <name> OF <parent> POSITION HOME
SET PLAYER <name> OF <parent> POSITION END
SET PLAYER <name> OF <parent> REPEAT ON/OFF
SET PLAYER <name> OF <parent> SPEED <speed>
SET PLAYER <name> OF <parent> VOLUME <volume>
SET PLAYER <name> OF <parent> ZOOM <zoom>
SET TOOLTIPMENU ON/OFF
SET TOOLTIPMENU TO <lOn>
SET WINDOW MAIN ON/OFF
SET MIXEDMODE
SET DEFAULT ICON TO <iconname>
Y estas funciones tambien:
ToolTipMenuIsActive()
SetToolTipCustomDrawForm ( <"FormName">, <aBackColor>, <aForeColor>, <aFont>, <lBalloon>, <cTitle>, <xIcon> )
SetLayeredWindowAttributes (GetFormHandle(<"FormName">), 0, <nAlphaBlend>, LWA_ALPHA)
Me fijé uno por uno (a travez del aplicativo de busca). Faltaria adicionarlos.
Googled
Hello Claudio
In Functions there is an item called "Set DialogBox Position" which I think should go to Misc. Commands because this would be a command and not disclosed as a function. In truth it ends up being almost all functions, in this case the name of the function would be _HMG_DialogBoxProperty (but I think it is not interesting to divulge it since there is in command form). But I mean that it is a little strange to place it as a function, since more is a command: SET DIALOGBOX POSITION
By the way, I think that there are missing commands that failed to include it in the Misc.htm is not needed anymore since it was replenished (long, +/- since 2010) by individual files, as they link to other pages. It could be eliminated, since it is outdated and without any function.
I have not found anywhere in the DOC on these:
SET CELLNAVIGATIONMODE EXCEL
SET CELLNAVIGATIONMODE STANDARD
SET PLAYER <name> OF <parent> POSITION HOME
SET PLAYER <name> OF <parent> POSITION END
SET PLAYER <name> OF <parent> REPEAT ON/OFF
SET PLAYER <name> OF <parent> SPEED <speed>
SET PLAYER <name> OF <parent> VOLUME <volume>
SET PLAYER <name> OF <parent> ZOOM <zoom>
SET TOOLTIPMENU ON/OFF
SET TOOLTIPMENU TO <lOn>
SET WINDOW MAIN ON/OFF
SET MIXEDMODE
SET DEFAULT ICON TO <iconname>
And these functions also:
ToolTipMenuIsActive()
SetToolTipCustomDrawForm ( <"FormName">, <aBackColor>, <aForeColor>, <aFont>, <lBalloon>, <cTitle>, <xIcon> )
SetLayeredWindowAttributes (GetFormHandle(<"FormName">), 0, <nAlphaBlend>, LWA_ALPHA)
I noticed one by one. You would miss adding them.
Re: Corrections at HMG Reference (hmgdoc)
Posted: Wed Feb 22, 2017 10:17 am
by srvet_claudio
Thanks Pablo