Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

(yakko: ctrl-u addition) Re: Perl/Tk Chatterbox Client

by yakko (Friar)
on Jan 22, 2001 at 01:34 UTC ( [id://53380]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $Inputfield->bind("<Return>", \&Say_Click);
        $Inputfield->bind("<Control-Return>", \&Msg_Click);
        $Inputfield->bind("<Tab>", \&completeName);
    
  2. or download this
        $Inputfield->bind("<Control-u>", \&clearentrybox);
    
  3. or download this
    ######################################################################
    +##########
    #
    ...
    sub clearentrybox {
        $Inputfield->delete(0,'end');
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://53380]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (9)
As of 2024-04-18 15:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found