Page 1 of 1

Combobox with Celled Grid using Keyboard

Posted: Wed Jan 06, 2010 8:06 am
by sudip
Hello Master Roberto,

I found one problem using celled grid with combobox control using Keyboard.
What I did:
1) I select the grid using mouse/keyboard
2) I go to the column with combo box.
3) I pressed Enter to activate edit mode.
4) I used Alt+Down Arrow to open combobox.

Now, my system halts. It comes to normal mode when I pressed Control+Alt+Del, but I don't have to select "End Task" from task manager, program automatically comes to normal mode :)

I found this problem only when I used CELLNAVIGATION clause with grid.

I am sending my first, very old HMG sample project code to show the problem. Please check with "Item" column of the grid.
demo.zip
(3.03 KiB) Downloaded 293 times
Please check this problem, when you get free time (after current development of Grid, which is more important to all of us) :)

Thanks in advance.

With best regards.

Sudip

Re: Combobox with Celled Grid using Keyboard

Posted: Wed Jan 06, 2010 9:44 am
by mol
I confirm this problem - application DEMO hangs up after expanding list.
But - after switching to another app using alt-tab and return to our DEMO - you can still work with this DEMO.

Marek

Re: Combobox with Celled Grid using Keyboard

Posted: Wed Jan 06, 2010 10:30 am
by sudip
mol wrote:...
But - after switching to another app using alt-tab and return to our DEMO - you can still work with this DEMO.
...
Thank you Marek, that solves the mystery, why it came to normal phase after pressing Ctrl+Alt+Del :) ;)
Regards.
Sudip

Re: Combobox with Celled Grid using Keyboard

Posted: Wed Jan 06, 2010 12:51 pm
by mol
but, it's still a bug :(

Re: Combobox with Celled Grid using Keyboard

Posted: Wed Jan 06, 2010 11:03 pm
by Ricci
I can confirm there is a problem but i can "solve" it by pressing Alt+Arrow-up, or using right/left key to go through the combobox instead of arrow up/down.

But you are right, this is a bug.

Re: Combobox with Celled Grid using Keyboard

Posted: Thu Jan 07, 2010 2:03 am
by Roberto Lopez
[quote="sudip"]Hello Master Roberto,

I found one problem using celled grid with combobox control using Keyboard.
<...>
/quote]

Thanks for the detailed report (I love detailed reports! :) )

I'm close to finish the works on the new grid features, then I'll take care of all pending bug reports.

Thanks again!