From: <kim...@ya...> - 2005-08-04 21:41:54
|
Thanks for the response, Bryan. Reworking my code to use the wxGrid widget would require a lot of code rewrites - and all I need to know is which row and which column the user clicked. I see that there's mentioning of a: MultiColumnListColumnClickEvent in the code. It would seem to be possible to somehow get to the column clicked - and that would save me a lot of effort. May be with my next project, I will learn how to use the wxGrid widget. Regards, Bryan Murdock wrote: > On 8/4/05, kim...@ya... > <kim...@ya...> wrote: > >>Hi everyone, >> >>With the multi-column control, is there anyway to >>allow the user to select a particular cell (instead of >>the whole row like it's doing now)? > > > Sounds like you might want the wxGrid widget instead of the > multiColumntList. I don't think that's part of pythoncard, but you > could still use it probably > > http://wiki.wxpython.org/index.cgi/wxGrid_20Manual > > Bryan > > -- John Henry |