Android Question touch the screen anywhery

fsj

Member
Licensed User
Longtime User
How can I detect, if the screen is touched anywhery, so I can brighten the screen

there are many panels and buttons on the screen.

should I set code in every panel/button or is there a simple way to do it?
 

klaus

Expert
Licensed User
Longtime User
There must be an error somewhere else.
Because the attached program works.

Be aware that when you return False in Sub pnlAll_Touch only DOWN works the MOVE and UP actions don't work !
 

Attachments

  • TestPanelTouchReflectior.zip
    8 KB · Views: 255
Upvote 0
Top