Menu Selection#2


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default Re: Menu Selection#2

    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

  2. #2
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default Re: Menu Selection#2

    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

  3. #3
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default Re: Menu Selection#2

    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

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts