Re: [python-win32] Attaching Menu to Any App

2008-05-16 Thread Larry Bates
Tim Golden wrote: Tim Roberts wrote: What *I* said was that it could NOT be done in pure Python, but I was expecting Mark Hammond or Tim Golden to contradict me in such a pessimistic statement. ;) I was trying to hold back from a tirade of pointing out how foolish an idea this was. Why is it

Re: [python-win32] Attaching Menu to Any App

2008-05-15 Thread Tim Golden
Tim Roberts wrote: What *I* said was that it could NOT be done in pure Python, but I was expecting Mark Hammond or Tim Golden to contradict me in such a pessimistic statement. ;) I was trying to hold back from a tirade of pointing out how foolish an idea this was. Why is it that people (a) wa

Re: [python-win32] Attaching Menu to Any App

2008-05-15 Thread Tim Roberts
[EMAIL PROTECTED] wrote: Thanks for your answer. Yes, this is exactly what I want to acomplish. Application i'm working on is going to be called from that menu. Plan is to attach it automatically to some apps through running service or some process. This seems like a silly thing to do. Wha

Re: [python-win32] Attaching Menu to Any App

2008-05-15 Thread otaeris
Hello Tim, Thanks for your answer. Yes, this is exactly what I want to acomplish. Application i'm working on is going to be called from that menu. Plan is to attach it automatically to some apps through running service or some process. I red a lot about hooking WinApi but I don't realy know C t

Re: [python-win32] Attaching Menu to Any App

2008-05-14 Thread Tim Roberts
[EMAIL PROTECTED] wrote: I'm having problem with attaching a subMenu to an application MenuBar. SubMenu is there, hanging from the MenuBar but it doesn't send/respond to any events. How can I get events either by pywin32 or wxpython ? There is great example sitting here :C:\Python25\Lib\site-p