Re: win32lib setEnable(), isEnabled() ?
- Posted by Bernie Ryan <bwryan at PCOM.NET> Dec 25, 1999
- 472 views
On Sat, 25 Dec 1999 18:11:42 -0500, wolfgang fritz <wolfritz at KING.IGS.NET> wrote: >Does anyone know how to disable a button so it will NOT process onClick[]'s Wolfgang: Couldn't you set a flag in the onclick routine when it is first clicked and then reset the flag when you want to resopnd the next time through the routine. Another method might to place a delay in the onclick procedure to slow down the user clicks Just some ideas. Bernie