--- In [email protected], "entropyreduction"
<alancampbelllists+ya...@...> wrote:
>
> I've uploaded
>
> com0.63.zip
> and
> unicode0.69.zip
>
> to
>
> http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/
>
> Could anyone let me know if you get past com.unload, and
> unicode.inputdialog, in scripts? The former might work okay; I
> expect unicode.inputdialog wil still crash, but ruling out some
> possible glitches....
>
> Thanks for help.
>
com.unload that usually crashed comPluginTestScriptWMI.powerpro isn't crashing.
But after unload, wmiprvse.exe still has a running process and I don't think it
should.
I never previously tried unicode.inputdialog. Just tried it with the test
version and this worked ok:
local var1 var2
unicode.inputdialog("var1=title1,var2=title2","dialogtitle")
win.debug(unicode.to_ascii(var1), unicode.to_ascii(var2))