2010-11-02 18:43 UTC
I've got a Grid, composed entirely of Comboboxes (cell style 36).
There's a few complaints from users. First, when typing in a new value, users must widen the column in order to enter lengthy text -- once the text fills the visible width of the combobox, it will not accept any more input.
Second, the popup list does not have an ability to scroll, so only about 30 values are shown, with the need to type a few letters in order to get it to display values at the bottom of the list.
And lastly, getting some Cx000005 errors at times. There is a Grid LabelEdit event, which adds the current value to the Cell DropList, not sure if that could be to blame. So far this behavior has only been reported and replicated on AutoCAD 2007 and 2008.
So with all that, is there a better way to accomplish what I'm after, then using the built-in Grid control with a Type 36 Combobox, or should I be using some ActiveX control?
Many, many thanks for any help!
--J
There's a few complaints from users. First, when typing in a new value, users must widen the column in order to enter lengthy text -- once the text fills the visible width of the combobox, it will not accept any more input.
Second, the popup list does not have an ability to scroll, so only about 30 values are shown, with the need to type a few letters in order to get it to display values at the bottom of the list.
And lastly, getting some Cx000005 errors at times. There is a Grid LabelEdit event, which adds the current value to the Cell DropList, not sure if that could be to blame. So far this behavior has only been reported and replicated on AutoCAD 2007 and 2008.
So with all that, is there a better way to accomplish what I'm after, then using the built-in Grid control with a Type 36 Combobox, or should I be using some ActiveX control?
Many, many thanks for any help!
--J