--- In [email protected], "forxtra" <forx...@...> wrote:
>
> --- In [email protected], "entropyreduction"
> <alancampbelllists+yahoo@> wrote:
> >
> > Thinking out possibilites:
> As shown png below, my pprofolder is "d:\Program Files\DeskTop\PowerPro\"
> It consists of only alphabetic characters and space, and
> validpath(pprofolder) returns 1.
Okay, that means the basic mechanism I use to detect and read ini files is
probably okay in your environment.
I'll carry on looking for the problem.
>
> Message #34836
> >
> > > - Unicode.InputDialog()
> >
> > Okay, I'll check that out. What's it do in your Korean environment?
> >
>
> If I run a sample script named encodeUnicode.powerpro, powerpro always
> crashes before the dialog box appears.
>
> ; ------------------------
> local uResult
> local bRes = unicode.inputdialog("uResult=Enter the unicode string you want
> to encode:", "Encoder For Unicode Strings")
> ; ------------------------
Okay, wil check it out.
> > > - Com.Unload
> >
> > What's it do wrong?
> >
>
> I'm aware that a similar issue was mentioned before by Sean.
> -
> http://tech.groups.yahoo.com/group/power-pro/messages/29940?threaded=1&m=e&var=1&tidx=1
> If I excute a com.unload, powerpro crashes.
After what script, please? I.e. what were you doing with com
before com.unload?
> If I comment out a com.unload, powerpro does not exit cleanly and
> powerpro.exe still remains in the Task Manager.
> So, there might be two (or more) instances of powerpo.exe, unless click the
> "End Process" button in the Task Manager.