Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Event stack .....(from mouse or keyboard)

Status
Not open for further replies.

Guic

Programmer
Jun 12, 2001
2
FR
Hi,

I have a problem with my buttons on my application..
In fact, when i click much on a button to get an html page for example, i get it more than one time ...

So how can i disabled the button, and especially the command ?

my code don't do what i want :
bind .button <button-1>
{
.button configure -state disabled;
myproc;
.button configure -state normal;
}

Thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top