newLISP Fan Club

Forum => newLISP in the real world => Topic started by: HPW on October 27, 2003, 01:07:21 PM

Title: Focus for about-window
Post by: HPW on October 27, 2003, 01:07:21 PM
The AboutBox should get the focus, so that hitting the ESC-key

trigger the <Escape> event. Just add the line like this example.




bind .about <Escape> "destroy .about"
focus .about
Title:
Post by: Lutz on October 27, 2003, 01:20:53 PM
thanks Hans-Peter, I will add this



Lutz