PDA

View Full Version : Processes running disable button



bobbie
10-16-2007, 03:33 PM
How do i disable a button if a processes is running?

Brett
10-16-2007, 03:43 PM
Run a page timer that checks the status of the process and then enables or diables the button appropriately.

bobbie
10-16-2007, 05:40 PM
thank you for the idea.