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

Re: Callback is being executed twice by Tk::entry widget

by golux (Chaplain)
on Apr 22, 2016 at 04:04 UTC ( [id://1161173]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $f2 -> focus;
    
  2. or download this
    Switch: -state
    ... If the entry is readonly, then the value may not be changed using 
    +widget commands and no insertion cursor will be displayed, even if th
    +e input focus is in the widget; the contents of the widget may still 
    +be selected. If the entry is disabled, the value may not be changed, 
    +no insertion cursor will be displayed, the contents will not be selec
    +table, ...
    
  3. or download this
    #!C:\Windows\Config\UMS_Scripts\perl\bin\perl
    use strict;
    ...
        $ent_A->configure(-validatecommand => sub { first($ent_A, $ent_B) 
    +});
        $ent_B->configure(-validatecommand => sub { second($ent_A, $ent_B)
    + });
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-25 19:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found