Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Tim Roberts
Randy Syring wrote: > > Thanks for your response. I think I may have been using the wrong > term. I like the normal windows taskbar on the bottom of the screen. > What has happened to me though is that my quick launch has grown so > large that I have put it at the bottom of the taskbar with the

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Randy Syring
Steven, There are some good suggestions in there. The first two look very feasible. Thanks for the advice, I will check them out. -- Randy Syring Intelicom 502-644-4776 "Whether, then, you eat or drink or whatever you do, do all to the glory of God." 1

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Steven James
That is better explained...I still don't think you could modify the behaviour of the quicklaunch, but here are some suggestions: 1) Write a custom explorer toolbar. You may be able to use PowerPro for this (http://powerpro.webeddie.com/) 2) Use Launchy or something like it instead of quicklaunch.

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Randy Syring
Tim, Thanks for your response. I think I may have been using the wrong term. I like the normal windows taskbar on the bottom of the screen. What has happened to me though is that my quick launch has grown so large that I have put it at the bottom of the taskbar with the open windows above

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Robert Liebeskind
I apologize. I think I misread what you are trying to accomplish. It sounds like you want to do this for icons that you did not create. I do not think this is possible with wxPython. On Oct 22, 2009, at 7:21 PM, Tim Roberts wrote: Randy Syring wrote: Is it possible, with a python progra

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Robert Liebeskind
I apologize. I think I misread what you are trying to accomplish. It sounds like you want to do this for icons that you did not create. I do not think this is possible with wxPython. On Oct 23, 2009, at 11:05 AM, Robert Liebeskind wrote: This can be accomplished with the wxPython lib. O

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Robert Liebeskind
I apologize. I think I misread what you are trying to accomplish. It sounds like you want to do this for icons that you did not create. I do not think this is possible with wxPython. On Oct 23, 2009, at 11:05 AM, Robert Liebeskind wrote: This can be accomplished with the wxPython lib. On

Re: [python-win32] making icons on task bar require double-click

2009-10-23 Thread Robert Liebeskind
This can be accomplished with the wxPython lib. On Oct 22, 2009, at 7:21 PM, Tim Roberts wrote: Randy Syring wrote: Is it possible, with a python program, to run through the task bar icons and change them so that their current single-click event would get transferred to a double-click event?

Re: [python-win32] making icons on task bar require double-click

2009-10-22 Thread Tim Roberts
Randy Syring wrote: > Is it possible, with a python program, to run through the task bar > icons and change them so that their current single-click event would > get transferred to a double-click event? I click them by mistake > sometimes and its very annoying to wait for the program to open just

[python-win32] making icons on task bar require double-click

2009-10-22 Thread Randy Syring
Is it possible, with a python program, to run through the task bar icons and change them so that their current single-click event would get transferred to a double-click event? I click them by mistake sometimes and its very annoying to wait for the program to open just so I can close it. I ha