Setting checkbox with keyboard

2007-11-19 Thread Andreas Höschler
Hi all, I want to have a checkbox in a tableview and be able to tab into it from the column to its left with the TAB key and then set its state with the keyboard (e.g. the space key, any other would be fine as well). This is to avoid the need to use the mouse for very efficient data entry. I

Re: Setting checkbox with keyboard

2007-11-19 Thread Andreas Höschler
Hi all, I want to have a checkbox in a tableview and be able to tab into it from the column to its left with the TAB key and then set its state with the keyboard (e.g. the space key, any other would be fine as well). This is to avoid the need to use the mouse for very efficient data entry. I

Re: Setting checkbox with keyboard

2007-11-19 Thread Fred Kiefer
Andreas Höschler wrote: Hi all, I want to have a checkbox in a tableview and be able to tab into it from the column to its left with the TAB key and then set its state with the keyboard (e.g. the space key, any other would be fine as well). This is to avoid the need to use the mouse for

Re: Setting checkbox with keyboard

2007-11-19 Thread Andreas Höschler
Hoi, Andreas Höschler wrote: Hi all, I want to have a checkbox in a tableview and be able to tab into it from the column to its left with the TAB key and then set its state with the keyboard (e.g. the space key, any other would be fine as well). This is to avoid the need to use the mouse

Re: Setting checkbox with keyboard

2007-11-19 Thread Fred Kiefer
Andreas Höschler wrote: Hoi, Andreas Höschler wrote: Hi all, I want to have a checkbox in a tableview and be able to tab into it from the column to its left with the TAB key and then set its state with the keyboard (e.g. the space key, any other would be fine as well). This is to avoid

Re: Setting checkbox with keyboard

2007-11-19 Thread Andreas Höschler
Hi Fred, Until this has been sorted out correctly it would already help a lot, if the not selectable checkbox column was simply jumped over when tabbing through the row. Currently editing of the row (cells) stops when the checkbox column is reached which is not appreciated by users. :-) If