Re: [python-win32] 'Recent files' in IDE

2005-06-08 Thread Mark Hammond
> Having moved up to Python 2.4 (with pythonwin build 203), I Fixed in build 204. Mark ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] getting global addressbook with extended mapi

2005-06-08 Thread python
Hi all, Mark wrote: >Why? Is something missing, or it just tricky? > >Sadly, if you want easy, you use CDO/Simple MAPI. Extended MAPI is not for >the faint hearted (or for people with deadlines :) I think, that's not a matter of to be clench or not. Diving into a crazy organized library with po

[python-win32] 'Recent files' in IDE

2005-06-08 Thread Blair Hall
Having moved up to Python 2.4 (with pythonwin build 203), I was wondering how to get the File menu to remember files between openning and closing the IDE (it works fine as long the the IDE is open, but remembers nothing the next time you start it up again). Can anyone give me a hint? _

Re: [python-win32] Editor Replace function limitation

2005-06-08 Thread John Machin
Robert Adams [and everybody else] top-posted and I can't be bother rearranging so I'm going with the flow: What you tried works OK with my set-up (2.4.1, pywin32 build 204). >Thanks for both your input on this. > >I can recreate the problem as follows: > >Create a script file with the following,

Re: [python-win32] Editor Replace function limitation

2005-06-08 Thread Robert Adams
Thanks for both your input on this. I can recreate the problem as follows: Create a script file with the following, 123456789012345678901234567890123456789. Cut/paste into the "Find What" window, I then only get 12345678901234567890123456, that is 26 characters not 30, so I obviously can not coun

Re: [python-win32] Editor Replace function limitation

2005-06-08 Thread John Machin
Graeme Glass wrote: >On python 2.3.4 pythonwin build 203, i don't seem to have a problem. >can replace much more than 30 chars. >Not sure what your problem could be, but just thought that i would let >you know it's must your setup not pythonwin. > > Graeme, what "setup" do you refer to? PythonWi

Re: [python-win32] Editor Replace function limitation

2005-06-08 Thread Graeme Glass
On python 2.3.4 pythonwin build 203, i don't seem to have a problem. can replace much more than 30 chars. Not sure what your problem could be, but just thought that i would let you know it's must your setup not pythonwin. (you proberbly already tried this,) but try installing the a diffrent build.

[python-win32] Editor Replace function limitation

2005-06-08 Thread Robert Adams
Title: Message Hi,   Do I have a setup issue or is the PythonWin editor Replace function limited to 30 characters ?   Thanks in advance, Robert ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win3

Re: [python-win32] Interfacing to windows explorer

2005-06-08 Thread Tim Roberts
On Tue, 7 Jun 2005 14:14:32 -0400 (EDT), Roop Mukherjee <[EMAIL PROTECTED]> wrote: >I have a python app that runs on my machine. I want to use IE as a front >end to it. To that end I want to start up a new IE window when this >program is run, and respond to all events on the window (like clicks

Re: [python-win32] import and asp-python and iis - strange behaviour

2005-06-08 Thread Simon Hook
Mark et al I cleaned up my example so you do not need to explicity define the directory that the .py script is in, provided it is in the same directory as the asp script. Is there any way to avoid the 2 import statements, "import somefunctions" in order to be able to use reload and "from somef