Re: MSScriptControl & ActivePython

2004-04-27 Thread Lee
rew Powell" <[EMAIL PROTECTED]> To: "Lee" <[EMAIL PROTECTED]> Sent: Tuesday, April 27, 2004 4:04 PM Subject: Re: MSScriptControl & ActivePython > What I had discovered, was that with both the win32all extensions from > python.org AND ActivePython, the Proce

Re: MSScriptControl & ActivePython

2004-04-26 Thread Lee
7, 2004 2:43 PM Subject: Re: MSScriptControl & ActivePython > > - Original Message - > From: Lee > To: [EMAIL PROTECTED] > Sent: Monday, April 26, 2004 7:26 PM > Subject: MSScriptControl & ActivePython > > > Hi, > > I'm adding Python and

Re: MSScriptControl & ActivePython

2004-04-26 Thread DogWalker
- Original Message - From: Lee To: [EMAIL PROTECTED] Sent: Monday, April 26, 2004 7:26 PM Subject: MSScriptControl & ActivePython Hi, I'm adding Python and PerlScript support to my Delphi application and am having trouble with retreiving the names of the functions/pocedures in a chunk

Re: MSScriptControl & ActivePython

2004-03-24 Thread Andrew Powell
he file it was trying to open, search for the file and launch it myself) Thanks again! - Original Message - From: "DogWalker" <[EMAIL PROTECTED]> To: "Andrew Powell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 1:00 AM Subj

Re: MSScriptControl & ActivePython

2004-03-23 Thread DogWalker
23, 2004 9:14 PM Subject: Re: MSScriptControl & ActivePython Sorry, the specific message is : A script engine for the specified language can not be created. - Original Message - From: "DogWalker" <[EMAIL PROTECTED]> To: "Andrew Powell" <[EMAIL PROT

Re: MSScriptControl & ActivePython

2004-03-23 Thread DogWalker
I know not. The whole HtmlHelp file from ActiveState is, uh, vexing. - Original Message - From: Andrew Powell To: [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:14 PM Subject: Re: MSScriptControl & ActivePython Sorry, the specific message is :A script

Re: MSScriptControl & ActivePython

2004-03-23 Thread Andrew Powell
Sorry, the specific message is : A script engine for the specified language can not be created. - Original Message - From: "DogWalker" <[EMAIL PROTECTED]> To: "Andrew Powell" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004

Re: MSScriptControl & ActivePython

2004-03-23 Thread Andrew Powell
AIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 11:59 PM Subject: Re: MSScriptControl & ActivePython > I have the following: > >Set SC = New MSScriptControl.ScriptControl >With SC > .Language = "Python" > .AllowUI = Tr

Re: MSScriptControl & ActivePython

2004-03-23 Thread DogWalker
I have the following: Set SC = New MSScriptControl.ScriptControl With SC .Language = "Python" .AllowUI = True .SitehWnd = fMainForm.hwnd .Timeout = 3000 End With In addition the following keys must be defined in the Registry: HKEY_CLASSES_ROOT\Python HKEY_CLASSES