When selection becomes 0, have a button bounce after you leave a menu like
while selection = 1 : pause 10 : wend
also, thisday,thishour,thisday have nextoption = 0 instead of selection = 0
?
When selection becomes 0, have a button bounce after you leave a menu like
while selection = 1 : pause 10 : wend
also, thisday,thishour,thisday have nextoption = 0 instead of selection = 0
?
Last edited by sayzer; - 4th November 2011 at 07:41. Reason: correction 0 => 1
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
This is what I am saying, I have about 5 or six of these functions with the Nextoption=0, but when it is pressed, it skips over 1 0r 2 functions.... I could do it with three button . but that will be confusing. for the user.
k
When the button is pressed, wait until button is released.
while selection = 1 : pause 10 : wend 'Wait until button is released.
while Nextoption= 1 : pause 10 : wend 'Wait until button is released.
have these before each function or each menu.
"If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte
Bookmarks