Wednesday, July 30, 2008

New HMG Forum!

Rathinagiri, a long time HMG user and contributor, had created a wonderful site
for HMG users at http://hmgforum.com.

Currently I have a little free time to be here, but I'll try to do my best
to, at least, read the forums (almost) daily and eventually do some posts.

These are the available forums:


HMG News & Updates

HMG announcements; Latest HMG-related news, releases, fixes and updates.





HMG General Help

General Help regarding HMG, Compilation, Linking, Samples





HMG Tutorials & Tips

Topic Specific Tutorials and Tips.





Harbour, MingW updates & releases

Harbour, MingW related news.



HMG Source

Source code related resources






HMG Samples

HMG Samples and Enhancements






HMG Utilities

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications






HMG Wishlist

Creative ideas/suggestions for HMG






Others

Other General Resources like icon sets, sound files etc.,


Regards,

Roberto.

Friday, July 25, 2008

- Harbour MiniGUI IDE 2.5.3:

English:

- Updated: Compatibility with HMG 2.5.3.


Español:

- Actualizado: Compatibilidad con HMG 2.5.3.
Harbour MiniGUI 2.5.3:

English:

- New: Activex samples (Adobe Reader and Flash Player):
\hmg\samples\activex.

- New: 'InputItems' and 'DisplayItems' properties for Browse control.

'InputItems' property allows to control data input in the control.
This property is an array (one element for each browse column).
Each element (if specified) must be a two dimensional array. The
first column in the array must contain the data to be shown to the user.
the second column must contain the data to be stored in the table (ID)
for each text row in the array.

'DisplayItems' property allows to control data display in the control.
This property is an array (one element for each browse column).
Each element (if specified) must be a two dimensional array.
The first column in the array must contain the text to be shown to the
user. The second column must contain the ID for each array row.
The array will be searched for a corresponding ID in the table to show
the right text in each cell. If no correspondence is found, the cell
will be blank.

Samples: \hmg\samples\browse_5\


Español:

- Nuevo: Ejemplos Activex (Adobe Reader y Flash Player):
\hmg\samples\activex.

- Nuevo: Propiedades 'InputItems' y 'DisplayItems' para el control
browse.

La propiedad 'InputItems' sirve para controlar la entrada de datos en
Browse.
Esta propiedad es un array (un elemento por cada columna de browse).
Cada elemento (si se especifica) debe ser un array de dos dimensiones.
La primera columna en el array debe contener los datos a mostrarse al
usuario. La segunda columna debe contener los datos a almacenar en la
tabla(ID) para cada fila de texto en el array.

La propiedad 'DisplayItems' permite controlar los datos a mostrar en
browse. Esta propiedad es un array (un elemento por cada columna de
browse). Cada elemento (si se especifica) debe ser un array de dos
dimensiones. La primera columna en el array debe contener el texto
a mostrar al usuario. La segunda columna debe contener el ID para cada
fila del array. Se buscará en el array el ID correspondiente en
la tabla para mostrar el texto correcto en la celda correspondiente.
en caso de no encontrarse correspondencia, se mostrará la celda en
blanco.

Ejemplos: \hmg\samples\browse_5\

Friday, July 18, 2008

Harbour MiniGUI IDE 2.5.2:

English:

- Updated: Compatibility with HMG 2.5.2.

- Fixed: Problems building MySql apps including resources
(Thanks to MARIO SÉRGIO for report).

- Fixed: Activex control handling.

Español:

- Actualizado: Compatibilidad con HMG 2.5.2.

- Solucionado: Problemas al crear aplicaciones MySql incluyendo
recursos (Gracias a MARIO SÉRGIO por el reporte).

- Solucionado: Activex control. Problemas varios.
Harbour MiniGUI 2.5.2:

English:

- New: Activex Sample (c\hmg\samples\activex\demo5.prg).

- Fixed: 'c:\hmg\batch\compile.bat'. Problems building MySql apps
including resources (Thanks to MARIO SÉRGIO for report).

- Fixed: Activex control error checking.

- Fixed: User componets sample (Thanks to Bicahi Esgici for report).

- Fixed: Reference. User components section.

Español:

- Nuevo: Ejemplo Activex (c\hmg\samples\activex\demo5.prg).

- Solucionado: 'c:\hmg\batch\compile.bat'. Problemas al crear
aplicaciones MySql incluyendo recursos (Gracias a MARIO SÉRGIO
por el reporte).

- Solucionado: Activex control. Verificacion de errores.

- Solucionado: Ejemplo User componets (Gracias a Bicahi Esgici
por el reporte).

- Solucionado: Referencia. User components.

Tuesday, July 15, 2008

Harbour MiniGUI IDE 2.5.1

English:

- Updated: Compatibility with HMG 2.5.1 (Activex control).

- New: Activex sample.

Español:

- Actualizado: Compatibilidad con HMG 2.5.1 (Control Activex).

- Nuevo: Ejemplo Activex.
Harbour MiniGUI 2.5.1:

English:

- New: Activex support. Inspired by Freewin Activex inplementation by
Oscar Joel Lira Lira (http://sourceforge.net/projects/freewin).
A new property called 'Object' was added to manipulate the control.

Syntax:

@ nRow , nCol ACTIVEX Name
[ OF | PARENT ] Parent
WIDTH nWidth
HEIGHT nHeight
PROGID cProgId

Or:

DEFINE ACTIVEX Name
<...>
END ACTIVEX

Sample:

<...>

@ 10 , 50 ACTIVEX Test ;
WIDTH 700 ;
HEIGHT 400 ;
PROGID "shell.explorer.2"

<...>

Win1.Test.Object:Navigate("www.harbour-project.org")

Look at \hmg\samples\activex.

Español:

- Nuevo: Soporte para Activex. Inspirado por la implementación de
Activex creada por Oscar Joel Lira Lira
(http://sourceforge.net/projects/freewin).
Una nueva propiedad llamada 'Object' fue agregada para manipular
el control.

Sintaxis:

@ nFila , nColumna ACTIVEX Nombre
[ OF | PARENT ] Parent
WIDTH nAncho
HEIGHT nAlto
PROGID cProgId

O:

DEFINE ACTIVEX Nombre
<...>
END ACTIVEX

Ejemplo:

<...>

@ 10 , 50 ACTIVEX Test ;
WIDTH 700 ;
HEIGHT 400 ;
PROGID "shell.explorer.2"

<...>

Win1.Test.Object:Navigate("www.harbour-project.org")

Más ejemplos: \hmg\samples\activex.

Monday, July 07, 2008

Harbour MiniGUI IDE 2.5.0

- Updated: Compatibility with HMG 2.5.0.
Harbour MiniGUI 2.5.0.

English:

- Changed: Version number updated to 2.5 reflecting various major
changes related to non-minigui core support libraries.
Applications using ZIP and/or REGISTRY support commands WILL REQUIRE
code changes.

- Updated: Harbour compiler to version 1.0 RC2.

- Changed: ZIP support is provided now by HBMZIP Harbour contribution
library (linked by default). Clauses STOREPATH, LEVEL, EXTRACTPATH and
CREATEDIR, has been REMOVED from COMPRESS/UNCOMPRESS commands. XZIP.DLL
IS NOT REQUIRED ANYMORE.

- Paths will be always stored when being specified in
array.

- Paths will be always restored when were specified in
array at compression time.

The updated (simplified) command syntax is:

COMPRESS [ FILES ] aFileNames
TO cZipFile
[ BLOCK ] bBlock
[ OVERWRITE ]

UNCOMPRESS [ FILE ] cZipFile
[ BLOCK ]

Alternatively these new functions may be used:

CompressFiles ( cZipfile , aFileNames , [bBlock] , [lOovr] )
UncompressFiles ( cZipfile , [bBlock] )

Take a look at \hmg\samples|\zip.

- Changed: Registry support is now provided by HBW32 Harbour
contribution library (linked by default). The commands: OPEN REGISTRY,
GET VALUE, SET VALUE, DELETE VALUE and CLOSE REGISTRY has been REMOVED.
The following functions must be used instead:

RegistryRead( cRegPath )
RegistryWrite( cRegPath, xValue )

Examples:

RegistryRead("HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper" )
RegistryWrite("HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper","New")

Take a look at \hmg\samples\registry.

- Changed: Bug report. Please submit it to
http://sourceforge.net/harbourminigui (bugs section)

- Changed: Wish list. Please submit it to
http://sourceforge.net/harbourminigui (Wish list section)

Español:

- Modificado: Número de verión actualizado a 2.5 reflejando
varios cambios importantes relacionados con librerías accesorias
(no relacionadas con el núcleo de MiniGUI).
Las aplicaciones que usen comandos de soporte para el manejo de
archivos ZIP o de Registry REQUERIRÁN cambios en el código.

- Actualizado: Compilador Harbour a la version 1.0 RC2.

- modificado: El soporte para ZIP es proporcionado por la librería HBMZIP
(contribución de Harbour) que es enlazada por defecto. La cláusulas
STOREPATH, LEVEL, EXTRACTPATH y CREATEDIR, han sido REMOVIDAS de los
comandos COMPRESS/UNCOMPRESS. XZIP.DLL YA NO ES REQUERIDA.

- Los paths serán siempre almacennados cuando sean
especificados en el array .

- Los paths serán siempre restaurados cuando se hayan
especificado en al momento de la compresión.

La sintaxis actualizada (simplificada) de los comandos es:

COMPRESS [ FILES ] aFiles
TO cZipfile
[ BLOCK bBlock ]
[ OVERWRITE ]

UNCOMPRESS [ FILE ] cZipfile
[ BLOCK bBlock ]

Alternativamente estas nuevas funciones pueden usarse:

CompressFiles ( , , [] , [] )
UncompressFiles ( , [] )

Ejemplos: \hmg\samples|\zip.

- Modificado: El soporte de Registry es proporcionado por la
librería HBW32 (contribución de Harbour enlazada por defecto).
Los comandos: OPEN REGISTRY, GET VALUE, SET VALUE, DELETE VALUE y
CLOSE REGISTRY han sido REMOVIDOS.
Las siguientes funciones deben usarse en su lugar:

RegistryRead( cRegPath )
RegistryWrite( cRegPath, xValue )

Ejemplos:

RegistryRead("HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper" )
RegistryWrite("HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper","New")

Más ejemplos \hmg\samples\registry.

- Modificado: Bug report. Para reportar bugs:
http://sourceforge.net/harbourminigui (bugs section)

- Modificado: Wish list. Para enviar ideas y sugerencias:
http://sourceforge.net/harbourminigui (Wish list section)