tcltk-app.lsp
Posted: Sun May 22, 2005 9:45 am
Hi Lutz,
There is someting strange with the Key-binding in your example,
it does not run under linux, when i delete the key-binding line
it works but doe sno exit from newlisp.. Im unable to track the problem..
This works for me (but newlisp does not exit pressing destroy [X] )->
(define (app-example )
(tk "toplevel .appex")
(tk "button .appex.bExit -text Exit -command exit")
(tk "pack .appex.bExit -side top -padx 60 -pady 30"))
There is someting strange with the Key-binding in your example,
it does not run under linux, when i delete the key-binding line
it works but doe sno exit from newlisp.. Im unable to track the problem..
This works for me (but newlisp does not exit pressing destroy [X] )->
(define (app-example )
(tk "toplevel .appex")
(tk "button .appex.bExit -text Exit -command exit")
(tk "pack .appex.bExit -side top -padx 60 -pady 30"))