"ching l" <chinglnc@hotmail.com> wrote in message <h44jbf$kep$1@fred.mathworks.com>...
> Can anyone tell me which section in the matlab help file or what is the keyword to create a popup message window inside Gui?
>
> I have a few pushbuttons on my Gui. I want to have a "warning popup message" when the pushbutton has been wrongly pressed etc.
>
> Any advice would be much appreciated!
>
> Thanks.
>
>
>
Look up dialog box in the documentation. There are a few different types of dialog box, depending on what you want them for. The one you need right now is called warndlg.
> Can anyone tell me which section in the matlab help file or what is the keyword to create a popup message window inside Gui?
>
> I have a few pushbuttons on my Gui. I want to have a "warning popup message" when the pushbutton has been wrongly pressed etc.
Usually I know "popup" in combination with a popup-"menu".
Perhaps msgbox or warndlg helps?
"Jan Simon" <matlab.THIS_YEAR@nMINUSsimon.de> wrote in message <h44kd5$1fb$1@fred.mathworks.com>...
> Dear ching l!
>
> > Can anyone tell me which section in the matlab help file or what is the keyword to create a popup message window inside Gui?
> >
> > I have a few pushbuttons on my Gui. I want to have a "warning popup message" when the pushbutton has been wrongly pressed etc.
>
> Usually I know "popup" in combination with a popup-"menu".
> Perhaps msgbox or warndlg helps?
>
> Good luck, Jan
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.