Page 3 of 6
Corrections at HMG Reference (hmgdoc)
Posted: Sat Mar 21, 2015 1:32 am
by Pablo César
( SOLVED )
There are some old properties in GRID at hmgdoc saying is available at control definition only (D).

- Screen1.png (21.8 KiB) Viewed 5224 times
Now since Claudio implements from HMG 3.1.3 version, following properties are being posible to be changed after definition:
- Widths (no more D)
- Image (no more D)
- Justify (no more D)
- ColumnControls (no more D)
- ColumnValid (no more D)
- Headers (no more D)
- COLUMNWHEN (need to be included)
Corrections at HMG Reference (hmgdoc)
Posted: Tue Apr 14, 2015 8:14 pm
by Pablo César
Dear Rathi + Claudio
( SOLVED )
Please note:

- Screen1.png (35.82 KiB) Viewed 5168 times
Thnaks in advanced
Re: Corrections at HMG Reference (hmgdoc)
Posted: Tue Apr 14, 2015 9:36 pm
by srvet_claudio
Pablo César wrote:There are some old properties in GRID at hmgdoc saying is available at control definition only (D).
Screen1.png
Now since Claudio implements from HMG 3.1.3 version, following properties are being posible to be changed after definition:
- Widths (no more D)
- Image (no more D)
- Justify (no more D)
- ColumnControls (no more D)
- ColumnValid (no more D)
- Headers (no more D)
- COLUMNWHEN (need to be included)
Pablo César wrote:Dear Rathi + Claudio
Please note:
Thnaks in advanced
Done.
Corrections at HMG Reference (hmgdoc)
Posted: Wed Apr 29, 2015 10:01 pm
by Pablo César
Thank you very much Claudio for your kind of attention !
This is the only way to go forward with improvements and now I'm so anxious to see the corrected hmgdoc in our next version be released in HMG !
I would like to make following enhances and features:
- Coloured pages's header with dark green in background and white fonts
- To convert all pdf files to htm
It's easier to search strings at htm files. In pdf files we need to open for locating strings.
And thru htms it's one step forward to create chm file in case be needed.
- Remove strange characters
- Move all image files to the sub-folder at Images
- Improved with more hyperlinks (some methods and new properties was arised)
- Add new pictures and URLs pointing HMG own examples
- Implement of Search engine to locate strings into hmgdoc
- Fix HMG channel in YouTube at "Tutorials" accessing
- Provide the link of hosted hmgdoc to access in two ways
- Version number available
- Displaying last updated with name and date
- HighLightning (in rede color) indicating clicked menu option
I would like to see more participation from other users to help to better contains in our hmgdoc.
Corrections at HMG Reference (hmgdoc)
Posted: Sun May 17, 2015 2:22 pm
by Pablo César
Pablo César wrote:I would like to make following enhances and features:
- Coloured pages's header with dark green in background and white fonts
- To convert all pdf files to htm
It's easier to search strings at htm files. In pdf files we need to open for locating strings.
And thru htms it's one step forward to create chm file in case be needed.
- Remove strange characters
- Move all image files to the sub-folder at Images
- Improved with more hyperlinks (some methods and new properties was arised)
- Add new pictures and URLs pointing HMG own examples
- Implement of Search engine to locate strings into hmgdoc
- Fix HMG channel in YouTube at "Tutorials" accessing
- Provide the link of hosted hmgdoc to access in two ways at main page
(included as "HMGDoc online (latest update)" at External Guides and Tutorials)
- Version number available (It was disregarded)
- Displaying last updated with name and date (It was disregarded)
- HighLightning (in rede color) indicating which been clicked at menu option
Done !

Re: Corrections at HMG Reference (hmgdoc)
Posted: Mon May 18, 2015 12:45 pm
by EduardoLuis
Thanks Pablo Cesar for your effort.- Good job.-
Eduardo
Gracias Pablo Cesar por tu esfuerzo. Excelente trabajo.-
Eduardo
Corrections at HMG Reference (hmgdoc)
Posted: Mon May 18, 2015 3:54 pm
by Pablo César
Gracias Eduardo por tus palabras de aliento.

HMG.3.4.0 EVENT ON KEY ERROR
Posted: Tue Jun 23, 2015 1:15 am
by andyglezl
Hola
Estoy tratando de utilizar dentro de un GRID, el evento ON KEY pero me despliega ERROR...
No estoy seguro si esta sintaxis que trae la Referencia esté correcta ?
-----------------------------------------------------------------------------------------------------------------
hello
I'm trying to use within a GRID, the ON KEY event but it displays ERROR ...
I'm not sure if it brings the reference syntax is correct ?

- Grid-ON KEY.jpg (174.13 KiB) Viewed 4802 times
--------------------------------------------------------------------------------------------------
OK ya encontré como...(pero entonces está mal la referencia?)
OK and found as ...(but then bad reference?)
Code: Select all
...
ON KEY OnKey()
...
Function OnKey()
IF HMG_GetLastVirtualKeyDown() == VK_F9
HMG_CleanLastVirtualKeyDown()
MSGINFO( "Entre a ONKEY()")
ValGrid( 1, 2, 1, 1, 1, 1 )
ENDIF
Return NIL
Corrections at HMG Reference (hmgdoc)
Posted: Tue Jun 23, 2015 1:20 pm
by Pablo César
Hola Andrés,
( SOLVED )
Realmente el hmgdoc está incorrecto al apuntar el evento ON EVENT (notar caracter espacio) por ONEVENT que seria lo correcto para el GRID.
Será corregido, gracias por avisarnos.