Info
This question is closed. Reopen it to edit or answer.
I am tring to build GUI . i want to make the panel invisible once key (like "Esc") pressed or mouse clicked on any where on the screen.
1 view (last 30 days)
Show older comments
I am tring to build GUI . i want to make the panel invisible once key (like "Esc") pressed or mouse clicked on any where on the screen. How to do that.
Thanks
0 Comments
Answers (1)
Sachin Ganjare
on 4 May 2015
You can use 'keypress' function along with visibility property of panel in question.
Hope it helps!!!
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!