Harbour MiniGUI 2.8.2

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

Moderator: Rathinagiri

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

Harbour MiniGUI 2.8.2

Post by Roberto Lopez »

Hi All,

I've made some minor changes to 2.8.1 to fix some little problems, so I've changed version number to 2.8.2, since it is not exactly same version uploaded to the forum.

/**************************************************/

- Harbour MiniGUI 2.8.2 Changelog:

English:

-Fixed: Window not accepting keystrkes on program start. Introduced
in 2.7.0. Reported by RalphMDS.

- Modified: GRID control. Navigation is 'by cell' from this version.
To enable or disable it, you must use the following command:

SET CELLNAVIGATION ON | OFF

Sample: \hmg\samples\grid_21


Español:

- Solucionado: Al iniciarse el programa, las ventanas no aceptan
entradas de teclado. Introducido en 2.7.0. Reportado por RalphMDS.

- Modificado: Control GRID. La navegación es 'por celda' desde esta
versión. Para activarla o desactivarla debe usarse el siguiente
comando:

SET CELLNAVIGATION ON | OFF

Ejemplo: \hmg\samples\grid_21

/**************************************************/

Download: http://www.sourceforge.net/projects/harbourminigui


Enjoy!

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Harbour MiniGUI 2.8.2

Post by esgici »

Hi Roberto

Thanks a lot.

Now everything is more clear :)

Best Regards

--

Esgici
Viva INTERNATIONAL HMG :D
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.8.2

Post by Rathinagiri »

Thanks a lot Roberto. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
jrendon
Posts: 92
Joined: Thu Aug 14, 2008 9:21 pm

Re: Harbour MiniGUI 2.8.2

Post by jrendon »

Set Language to Spanish

Felicidades Roberto

te hacia falta ya unos buenos dias de descanso, pero de descanso :shock: y lo utilisas para mejorar el minigui :idea:

Felicidades de nuevo.

Set language to English (by google)

Congratulations Roberto

You need to have good days and rest, but rest: shock: and what used to improve the minigui :idea:

Congratulations again.

Juan Rendón
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.8.2

Post by Rathinagiri »

The new feature (cell navigation) is just excellent. It's like completing a circle. :)
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Harbour MiniGUI 2.8.2

Post by sudip »

Hello Roberto,
Thank you very much for this version. Especially I like SET CELLNAVIGATION ... :)
With best regards.
Sudip
With best regards,
Sudip
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.8.2

Post by Rathinagiri »

A request.

When, "Set CellNavigation On" is used, can we get/set the value of the grid as an array of row,col?

Or, can we have new properties form1.grid.rowvalue and form1.grid.colvalue?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
karweru
Posts: 220
Joined: Fri Aug 01, 2008 1:51 pm
DBs Used: DBF,mysql,mariadb,postgresql,sqlite,odbc
Contact:

Re: Harbour MiniGUI 2.8.2

Post by karweru »

Thanks very much Roberto for this feature. It's really cool!
Kind regards,
Gilbert.
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI 2.8.2

Post by Roberto Lopez »

rathinagiri wrote:A request.

When, "Set CellNavigation On" is used, can we get/set the value of the grid as an array of row,col?

Or, can we have new properties form1.grid.rowvalue and form1.grid.colvalue?
When the code had be proven to be stable and be working for Browse too, I've planned to add a new property (something like 'SelectedCol') but I've not decided yet.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour MiniGUI 2.8.2

Post by Roberto Lopez »

jrendon wrote:Set Language to Spanish

Felicidades Roberto

te hacia falta ya unos buenos dias de descanso, pero de descanso :shock: y lo utilisas para mejorar el minigui :idea:

Felicidades de nuevo.
Como he dicho en otro mensaje, aunque sea difícil de creer, programar MiniGUI me resulta divertido y es una forma de descansar mi mente :)
jrendon wrote:
Set language to English (by google)

Congratulations Roberto

You need to have good days and rest, but rest: shock: and what used to improve the minigui :idea:

Congratulations again.

Juan Rendón
As I've said in another message (yet hard to believe) programming MiniGUI is funny for me and is a way to rest my mind.

Regards / Saludos,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply