--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> 
> If you have time to run any sample scripts in 0.72 distro, do,
> tell me if they generate similar errors.

comPluginDemoScriptAccessible - numerous type mismatch errors

comPluginDemoScriptControlBarCalendar - works

comPluginDemoScriptControlBarIE - works but suspicious debug output "Location 
displayed in IE control is: "

comPluginDemoScriptControlBarOWCchart - numerous errors including
ERROR: com.method: Can't interrogate object  (sys code 80028ca1: "Invalid 
number of arguments.")

comPluginDemoScriptControlBarQuicktimeUsingIE - works

comPluginDemoScriptControlBarShockwave - works

comPluginDemoScriptCreatePDF - 
ERROR: com.create_object: Can't create object  (sys code 800401f3: "Invalid 
class string")

com.create_object("PDFCreator.clsPDFCreator") ;;, "PDFCreator_"

comPluginDemoScriptExcel2002Speech - ? (no evidence that it works or not, empty 
debug window and no sound)

comPluginDemoScriptExcel - brings up app but doesn't do anything else (no error 
msgs)

comPluginDemoScriptExcelDotSyntax - 
ERROR: com.method: Wrong number of parameters

local objSheet = objApp.ActiveWorkbook.Worksheets(1)

comPluginDemoScriptFileSysObj - works

comPluginDemoScriptFileSysObjDotSyntax - works

comPluginDemoScriptFileSysObjDotSyntaxForEach - works

comPluginDemoScriptGFL - 
ERROR: com.create_object: Can't create object  (sys code 800401f3: "Invalid 
class string")

comPluginDemoScriptGFL:
local ctrl = com.create_object("GflAx.GflAx")

comPluginDemoScriptId3Tags - 
ERROR: com.create_object: Can't create object
local id3obj = com.create_object("CDDBControlAOL.CddbID3Tag")

comPluginDemoScriptImageMagick - not working, possibly a missing png file

comPluginDemoScriptiTunes - untested

comPluginDemoScriptJScom - works

comPluginDemoScriptSAPI - works

comPluginDemoScriptSpellCheck - works

comPluginDemoScriptTextFromHTMLusingIE - fails
looping "ready state" message in debug window (had to kill powerpro process

comPluginDemoScriptwmi - hmmn, I think used to debug printer names, now gives 
this debug output:
com.get_object("winmgmts:{impersonationLevel=Impersonate}!\\.\root\cimv2") 
returns: c_3000, com_status - OK
com.method(objWMIService, "ExecQuery",  "Select * from Win32_Printer") returns: 
c_3001, com_status - OK
com.get_enum(colInstalledPrinters) returns: e_2000 com_status - OK

comPluginDemoScriptWMInetworkAdapters - think it works altho most debugged 
labels are blank

comPluginDemoScriptWord - works

comPluginDemoScriptWordDotSyntax - works


Reply via email to