Harbour MiniGUI 2.5.9

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

Moderator: Rathinagiri

Post Reply
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Harbour MiniGUI 2.5.9

Post by Roberto Lopez »

Harbour MiniGUI 2.5.9:

English:

- Fixed: Pressing [Esc] key in splitbox child EditBox, causes splitbox
to close.

- New: 'Multiline' property for Button control. If .T. , it wraps
the text to multiple lines when the text is too long to fit on a
single line.

Sample:

DEFINE BUTTON BUTTON_5
ROW 10
COL 200
CAPTION "Please... Click This!"
ACTION MsgInfo('Thanks!')
PICTURE "button.BMP"
WIDTH 120
HEIGHT 60
PICTALIGNMENT LEFT
MULTILINE .T.
END BUTTON


More samples:\hmg\samples\button_2


Español:

- Solucionado: Presionando [Esc] en un EditBox contenido en un
SplitBox, causa que el SPlitBox se cierre.

- Nuevo: Propiedad 'Multiline' para el control Button. Si se establece
como .T., dividirá el texto del botón en múltiples líneas en caso que
sea demasiado extenso como para una sola.

Ejemplo:

DEFINE BUTTON BUTTON_5
ROW 10
COL 200
CAPTION "Please... Click This!"
ACTION MsgInfo('Thanks!')
PICTURE "button.BMP"
WIDTH 120
HEIGHT 60
PICTALIGNMENT LEFT
MULTILINE .T.
END BUTTON

Más ejemplos:\hmg\samples\button_2
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Harbour MiniGUI 2.5.9

Post by Rathinagiri »

Nice Enhancement. Thank you.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply