Re: I explain!!! Exec ever put down my computer
From: Michael Schlenker (schlenk_at_uni-oldenburg.de)
Date: 05/05/04
- Next message: Michael Schlenker: "Re: http library"
- Previous message: setok_at_fishpool.com: "Re: Goodbye TCL"
- In reply to: Alexander: "I explain!!! Exec ever put down my computer"
- Next in thread: Donald Arseneau: "Re: I explain!!! Exec ever put down my computer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 05 May 2004 19:52:37 +0200
Alexander wrote:
> No!!! I forgot something !!!!!!!!!!!
>
> This code reset my computer when I load the script!!!
>
> Just load! I don't click in anything. I just load the script and my
> computer turn off!!
Sounds like you forgot a quote or brace somewhere and exec was executed
at once, typical problem with button bindings, they get evaluated too
early if you don't get the quoting right. Better use a proc in bindings
and put the exec in a proc.
Michael
- Next message: Michael Schlenker: "Re: http library"
- Previous message: setok_at_fishpool.com: "Re: Goodbye TCL"
- In reply to: Alexander: "I explain!!! Exec ever put down my computer"
- Next in thread: Donald Arseneau: "Re: I explain!!! Exec ever put down my computer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]