On Tue, May 07, 2002 at 10:14:00AM -0400, Zielfelder, Robert wrote:
> My problem is that when the master button is pressed, the first
> sub-script starts as it should and does the first few things it is supposed
> to.  However, it too has a perlTK gui that asks the used for information.
> Instead of displaying this gui, the next script that the parent script
> sourced begins to run.  

....

>                               do "/genesis/sys/scripts/A/output/rout_out";

Well, I'm on thin ice here since it's been some 2 years since I last
touched Tk.

I think it has to do with you already being inside the MainLoop of  your
main window.

You need to make sure that the window/dialog rout_out opens is a
toplevel element - or something along that line.

As I said, it's been a while, but perhaps this helps as a pointer for
more investigations on your side.

-- 
                       If we fail, we will lose the war.

Michael Lamertz                        |      +49 221 445420 / +49 171 6900 310
Nordstr. 49                            |                       [EMAIL PROTECTED]
50733 Cologne                          |                 http://www.lamertz.net
Germany                                |               http://www.perl-ronin.de 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to