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

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 tryin

iewin.IEHtmlWindow shutil.move conflict

2005-12-06 Thread Todd7
I am writing a python program to load a pdf file into an IEHtmlWindow which displays it through adobe acrobat reader 7. Depending on the buttons the user clicks, the program moves it to another subdirectory with a new name. I am using python 2.4 with wxpython 2.6 on a windowsxp machine. I en

Re: iewin.IEHtmlWindow shutil.move conflict

2005-12-07 Thread Todd7
iting for delay', 'Time delay', wx.OK | wx.ICON_INFORMATION ) Temp_dlg.ShowModal() Temp_dlg.Destroy() shutil.move(fileName, 'C:\\NewName.pdf') Surely there is a more eloquent way to accomplish this? Todd7 <[