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
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
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
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 <[