Re: Processing drag & drop on the desktop

2007-09-21 Thread Pierre Quentel
On 21 sep, 08:58, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > The shortcut must point to a *program*, not a *document*. > Change the "shortcut destination" to point to: > c:\path\to\python c:\path\to\your\script.py > > -- > Gabriel Genellina Thanks for the explanation Gabriel, it works fine

Re: Processing drag & drop on the desktop

2007-09-21 Thread Gabriel Genellina
En Wed, 19 Sep 2007 03:02:29 -0300, Pierre Quentel <[EMAIL PROTECTED]> escribi�: > then put a shortcut to this script on the desktop > > When I drop a file on the shortcut, nothing happens (when I double- > click on the shorcut, a console window opens and sys.argv is actually > stored in the fil

Re: Processing drag & drop on the desktop

2007-09-18 Thread Pierre Quentel
On 17 sep, 17:08, Larry Bates <[EMAIL PROTECTED]> wrote: > Pierre Quentel wrote: > > Hi all, > > > I would like to create an application on a Windows machine, such that > > when a document is dragged and dropped on the application icon on the > > desktop, the document is processed by the applicatio

Re: Processing drag & drop on the desktop

2007-09-17 Thread Larry Bates
Pierre Quentel wrote: > Hi all, > > I would like to create an application on a Windows machine, such that > when a document is dragged and dropped on the application icon on the > desktop, the document is processed by the application > > For instance, if I drag & drop an Outlook message or a PPT

Re: Processing drag & drop on the desktop

2007-09-16 Thread Steve Holden
Thomas Jollans wrote: > On Sunday 16 September 2007, Pierre Quentel wrote: >> Hi all, >> >> I would like to create an application on a Windows machine, such that >> when a document is dragged and dropped on the application icon on the >> desktop, the document is processed by the application >> >> F

Re: Processing drag & drop on the desktop

2007-09-16 Thread Thomas Jollans
On Sunday 16 September 2007, Pierre Quentel wrote: > Hi all, > > I would like to create an application on a Windows machine, such that > when a document is dragged and dropped on the application icon on the > desktop, the document is processed by the application > > For instance, if I drag & drop a

Processing drag & drop on the desktop

2007-09-16 Thread Pierre Quentel
Hi all, I would like to create an application on a Windows machine, such that when a document is dragged and dropped on the application icon on the desktop, the document is processed by the application For instance, if I drag & drop an Outlook message or a PPT presentation, the application would