Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Tk bind key scrolled Text

by jcb (Parson)
on Sep 16, 2019 at 22:45 UTC ( [id://11106267]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Tk bind key scrolled Text
in thread Tk bind key scrolled Text

You can leave out $entry2 by using $entry2->configure(-takefocus => 0); to omit $entry2 from the tabbing order, like my example did for the scrollbars. An Entry widget with -takefocus => 0 will still get the focus if the user clicks on it, however.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-23 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found