Page 3 of 3

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Mon Jan 04, 2010 4:26 pm
by Rathinagiri
Grid control is the fav. control for me. :)

Thanks for developing it further.

This is my wishlist.

We have items property in grid definition only to show an array. That may be extended to showing an array during runtime too.

For example, at any time, Form1.Grid1.items := aArray1 may be allowed with text,date,logic,numeric data types as it is.

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Mon Jan 04, 2010 5:00 pm
by Ricci
Roberto Lopez wrote:
sudip wrote:Hello Master Roberto,

I ran the program and press Alt+A. Then typed 100001 in the first column and pressed enter (following image)...
This behavior is by design :)

The new added record behaves the same as any other record, so to edit a selected cell you must press <enter> first.

The other thing (pressing a key leaves you to the first record is a BIG BUG :)

Thanks for reporting!
And another small glitch: after you enter the number in the first cell and press enter it isn´t aligned like the other one (you see it in Sudip´s message. You only get the right alignment after saving (pressing Alt-S).

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Mon Jan 04, 2010 7:32 pm
by Roberto Lopez
esgici wrote:
Roberto Lopez wrote:
The better part is just coming :)
Please publish a new "clean", (full setup) version, if possible.

I have some difficulties and can't succeed installing and using data grid :cry:

Best regards

--

Esgici
I'll do when add some other features and if no terrible bugs are reported :)

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Tue Jan 05, 2010 12:55 am
by esgici
Roberto Lopez wrote:And...

Please test and report any problem you found!
Finally :!: :(

Windows XP SP2 :arrow:
Uninstall HMG :arrow:
Install HMG Test XIII :arrow:
Open ide_30_test_13a.rar to c:\hmg\ide :arrow:
Open hmg_300_datagrid_test.rar to c:\hmg :arrow:
Run c:\hmg\source\makehmg.bat :arrow:
IDE :arrow: Grid24, Grid25 :arrow:

no problem encountered :!:

Best Regards

--

Esgici

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Tue Jan 05, 2010 2:38 am
by Roberto Lopez
esgici wrote: no problem encountered :!:
Thanks!

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Tue Jan 05, 2010 11:09 am
by claudiotedesco
Hola Roberto

Te queria preguntar porque me da el siguiente error la compilacion de Grid.24 y Grid-25.
Estoy Utilizando HMG 3.0.0 (Forum Test XIIIa) con Windows 2000.
Adjunto error

Grid.24
Date:01/04/10 Time: 08:29:35
Error BASE/1068 Argument error: array access

Called from _HMG_DOGRIDREFRESH(1239)
Called from _DEFINEGRID(343)
Called from MAIN(48)


Grid.25
Date:01/04/10 Time: 08:29:45
Error BASE/1072 Argument error: <>

Called from _DEFINEGRID(329)
Called from MAIN(41)

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Tue Jan 05, 2010 2:28 pm
by Rathinagiri
You have to recreate the minigui library after applying the source file using makehmg.bat as mentioned by Esgici.

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Tue Jan 05, 2010 6:17 pm
by Roberto Lopez
rathinagiri wrote:Grid control is the fav. control for me. :)

Thanks for developing it further.

This is my wishlist.

We have items property in grid definition only to show an array. That may be extended to showing an array during runtime too.

For example, at any time, Form1.Grid1.items := aArray1 may be allowed with text,date,logic,numeric data types as it is.
I have an idea about that, to make it elegant and powerful...

When tables support be finished I'll work on it (but I'm no promising anything :) ).

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Tue Jan 05, 2010 7:02 pm
by Rathinagiri
Thanks a lot Roberto.

Re: A Funny Thing Happened In The Way To The Browse :)

Posted: Wed Jan 06, 2010 11:31 pm
by fchirico
Roberto Lopez wrote:IMHO, the ugliest thing in HMG is the Browse control, but before blame me, please, let me say that this is not (mostly) my fault :)

......


Enjoy!
Gracias Roberto, perdón pero recién hoy pude probar y entender su funcionamiento, estuve muy ocupado.
La verdad es FABULOSOOOO!!! muy simple.

Gracias.