Re: Newbie wxPython ListCtrl Question

2005-11-16 Thread Todd7
Thank you very much. That is exactly what I needed. limodou <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > 2005/11/17, Todd7 <[EMAIL PROTECTED]>: >> I am new to python and to wxWindows. I have tried searching google, >> reading the documentation and trying to figure out some of the >>

Re: Newbie wxPython ListCtrl Question

2005-11-16 Thread limodou
2005/11/17, Todd7 <[EMAIL PROTECTED]>: > I am new to python and to wxWindows. I have tried searching google, > reading the documentation and trying to figure out some of the examples, > but I am stumped as to how to get information out of a listctrl at a > certain row and column. I tried to write

Newbie wxPython ListCtrl Question

2005-11-16 Thread Todd7
I am new to python and to wxWindows. I have tried searching google, reading the documentation and trying to figure out some of the examples, but I am stumped as to how to get information out of a listctrl at a certain row and column. I tried to write a simple example to learn to work with the