Quote:
Originally Posted by Berty
ok, one more question about touch screen coding
I have set up a menu system where if u click on menuoption one, it brings up another menu with a menuoption located right behind it.
When i click on just the first menu option, it reads it as clicking the first menu option and the ones behind it. Does that make any sense?
i tried using a thread.sleep action to disable the touchscreen for just a second so it doesnt double click (for lack of better words)
uh, if this makes no sense, i can post some coding (id have to get on my other computer)
|
You should have a variable called "MenuState" or something that keeps track of what menu is at the top so when the screen is touched, it knows the menu to which it should react.