Re: [python-win32] DDE advise

2009-07-04 Thread Mark Hammond
On 4/07/2009 9:24 PM, Leho Kraav wrote: Hi http://mail.python.org/pipermail/python-win32/2008-October/008252.html Looks like I'm gravedigging a bit, but this one had no replies: Hello everyone Does anybody know how to use a DDE server that implements Advise mechanism instead of Request? Best

Re: [python-win32] Shell extension debugging

2009-07-04 Thread Mark Hammond
On 4/07/2009 8:48 PM, Gertjan Klein wrote: Mark Hammond wrote: I haven't caught up with the rest of the thread yet, but in my experience, the shell keeps objects alive for as shorter time as possible. So you may find a completely new instance is requested for each context menu request (or for

[python-win32] DDE advise

2009-07-04 Thread Leho Kraav
Hi http://mail.python.org/pipermail/python-win32/2008-October/008252.html Looks like I'm gravedigging a bit, but this one had no replies: > Hello everyone > Does anybody know how to use a DDE server that implements Advise mechanism > instead of Request? > > Best regards > Mani > I could als

Re: [python-win32] Shell extension debugging

2009-07-04 Thread Gertjan Klein
Mark Hammond wrote: >I haven't caught up with the rest of the thread yet, but in my >experience, the shell keeps objects alive for as shorter time as >possible. So you may find a completely new instance is requested for >each context menu request (or for each different item selected, or >some

Re: [python-win32] Shell extension debugging

2009-07-04 Thread Gertjan Klein
Mark Hammond wrote: >I haven't caught up with the rest of the thread yet, but in my >experience, the shell keeps objects alive for as shorter time as >possible. So you may find a completely new instance is requested for >each context menu request (or for each different item selected, or >some