Discussion:
Dialog box: uigetpref
(too old to reply)
DC Lee
2008-08-02 18:13:03 UTC
Permalink
Hi,

Is there a way to show the 'uigetpref' dialog box without
the checkbox for "Do not show this dialog again"?

Basically, I just want a basic Yes or No dialog box. I also
don't want to use Matlab's "Group/Preferences" mode. Is
there a way to do this?

Thanks.
-D
Donn Shull
2008-08-02 18:41:04 UTC
Permalink
Post by DC Lee
Hi,
Is there a way to show the 'uigetpref' dialog box without
the checkbox for "Do not show this dialog again"?
Basically, I just want a basic Yes or No dialog box. I
also
Post by DC Lee
don't want to use Matlab's "Group/Preferences" mode. Is
there a way to do this?
Thanks.
-D
The uigetpref dialog has that checkbox hardcoded. You coukd
make a copy of it and edit it to do what you want, but
perhaps the questdlg can solve your needs more easily.

Donn

Loading...