Page 1 of 4

Harbour MiniGUI 2.8.2

Posted: Sun Apr 12, 2009 10:31 pm
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.

Re: Harbour MiniGUI 2.8.2

Posted: Sun Apr 12, 2009 10:38 pm
by esgici
Hi Roberto

Thanks a lot.

Now everything is more clear :)

Best Regards

--

Esgici

Re: Harbour MiniGUI 2.8.2

Posted: Mon Apr 13, 2009 3:31 am
by Rathinagiri
Thanks a lot Roberto. :)

Re: Harbour MiniGUI 2.8.2

Posted: Mon Apr 13, 2009 4:51 am
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

Re: Harbour MiniGUI 2.8.2

Posted: Mon Apr 13, 2009 5:02 am
by Rathinagiri
The new feature (cell navigation) is just excellent. It's like completing a circle. :)

Re: Harbour MiniGUI 2.8.2

Posted: Mon Apr 13, 2009 6:21 am
by sudip
Hello Roberto,
Thank you very much for this version. Especially I like SET CELLNAVIGATION ... :)
With best regards.
Sudip

Re: Harbour MiniGUI 2.8.2

Posted: Mon Apr 13, 2009 6:23 am
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?

Re: Harbour MiniGUI 2.8.2

Posted: Mon Apr 13, 2009 7:12 am
by karweru
Thanks very much Roberto for this feature. It's really cool!

Re: Harbour MiniGUI 2.8.2

Posted: Mon Apr 13, 2009 12:36 pm
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.

Re: Harbour MiniGUI 2.8.2

Posted: Mon Apr 13, 2009 12:43 pm
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.