Friday, April 06, 2007


Harbour MiniGUI 2.0.025 Changelog:

English:

New: Buttons allows combine images and text now. To use this feature you must set 'Caption' and 'Picture' properties.You optionally can specify picture alignment via TOP , LEFT , RIGHT and BOTTOM clauses (standard syntax) or setting the new 'PictAlignment' property when alternate syntax is used:

PictAlignment Top Left Right Bottom
The default aligment is 'Top'. Sample: \hmg\samples\button_2

This feature requires Windows XP or later version. Support for older Windows versions will be added in future HMG versions.

Fixed: Statusbar Bug. When optional 'Width' is not specified for an item (except the first) a runtime error occurs.

Modified: Image buttons are shown using XP-Style when available. Sample: \hmg\samples\button

Modified: Image checkButtons are shown using XP-Style when available. Sample: \hmg\samples\button_3

Modified: Disabled image buttons and image checkbuttons shows a 'grayed' image when are disabled instead a gray rectangle for not 'XP-Style' applications (WINAPI default).

Español:

Nuevo: Los botones permiten combinar texto e imágenes desde esta versión. Para usar esta característica debe establecerse las propiedades 'Caption' y 'Picture'. Opcionalmente puede especificarse la alineación de la imagen por medio de las cláusulas TOP, LEFT, RIGHT y BOTTOM (sintaxis estándar) o estableciendo la propiedad 'PictAlignment' si se usa la sintaxis alternativa.

PictAlignment Top Left Right Bottom
La alineación por defecto es 'Top'. Ejemplo: \hmg\samples\button_2

Esta característica requiere Windows XP o superior. Se agregará soporte para versiones anteriores de Windows en futuras versiones de HMG.

Solucionado: Problema en StatusBar. Cuando no se especifica la clausula opcional 'Width' para un item (excepto el primero) ocurre un error de tiempo de ejecución.

Modificado: Los botones con imagen usan el estilo-XP cuando está disponible.

Modificado: Los checkbuttons con imagen usan el estilo-XP cuando está disponible.

Modificado: Los bototnes con imagen y checkbuttons con imagen son mostrados con una imagen 'desactivada' en lugar de un rectángulo gris para aplicaciones que no usan 'estilo-XP' (comportamiento por defecto del API de Windows).