View Single Post
  #2  
Old 06-08-2006, 04:45 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,029
Re: Problem with Perlscript rerun

Quote:
Originally posted by Marty
I have created a perlscript that uses the Tk package.
It runs just fine the first time but the 2nd time I run it, it get's
an error.
Error in ? (PerlScript) script code at Line 1, Column 0 (Internal Error)

If I close VBP and open it again, I can run the script again, one time only before I get the error again. I do not have this problem with scripts that don't have the use Tk; line. Any ideas?
Sounds like something in the Tk layer needs to re-initialize some process-global information which it isn't doing.

Quote:
Any other ways to create more sophisticated windows than msgbox in win32?
http://www.autoitscript.com/autoit3/
http://www.toptensoftware.com/QuickPrompts/
http://www.jansfreeware.com/articles/vbs-forms.html
http://www.sharewareriver.com/product.php?id=17889
Reply With Quote