How can I restore a warning dialog box once I've checked the "do not show this message again" checkbox?

3 views (last 30 days)
Just as it says, I put together a gui that has some warning pop-up windows and I checked the "do not show this message again" box and now need to get them back.

Answers (1)

Image Analyst
Image Analyst on 16 Apr 2013
It's your gui that you "put together" so you can do it however you want. For example, you can have a pulldown menu that brings up a settings screen where there is a button or something to reset your variable that keeps track of whether the user checked the "do not show" checkbox. Or you can simply reset it in the opening code of your GUI. Whatever you want to do.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!