RE: [Boa Constr] Windows SendTo
Status: Beta
Brought to you by:
riaan
From: Patrick K. O'B. <po...@or...> - 2001-06-14 15:34:32
|
I tried your suggestion and it works great on the first file when boa is not already running. But then if you try it on a second file it load a completely new instance of boa, rather than opening up in the existing boa application. Anyone know a way around this? --- Patrick K. O'Brien Orbtech "I am, therefore I think." -----Original Message----- From: boa...@li... [mailto:boa...@li...]On Behalf Of Riaan Booysen Sent: Thursday, June 14, 2001 9:26 AM To: po...@or... Cc: Boa Constructor Users Subject: Re: [Boa Constr] Windows SendTo Hi Patrick, "Patrick K. O'Brien" wrote: > > I'd like to be able to add boa to my SendTo list under windows so I can > right click on a .py file, select SendTo, Boa and have Boa open the file up > in its editor window. I can add notepad, excel, PFE and so forth to my > SendTo list but I can't get it to work with Boa. Is this possible? I can't get it going either. I think the problem is the limited way that SendTo works. Seems it can only handle executables. Another alternative is to define an action associated with .py files; On a folder choose View->Options->File Types or Tools->Folder Options->File Types Select Python File in the list (if you have win32all installed) otherwise a add a new type with extension .py Now add an action to the type called 'Edit in Boa' and as application add e.g. c:\python20\python.exe c:\python20\tools\boa\boa.py Now you'll have it as an option if you right click on .py files. > > --- > Patrick K. O'Brien > Orbtech > "I am, therefore I think." > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > http://lists.sourceforge.net/lists/listinfo/boa-constructor-users -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net _______________________________________________ Boa-constructor-users mailing list Boa...@li... http://lists.sourceforge.net/lists/listinfo/boa-constructor-users |