Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Popup message in Matlab Gui
Date: Tue, 21 Jul 2009 14:47:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <h44kd5$1fa$1@fred.mathworks.com>
References: <h44jbf$kep$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1248187621 1514 172.30.248.38 (21 Jul 2009 14:47:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 21 Jul 2009 14:47:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1895050
Xref: news.mathworks.com comp.soft-sys.matlab:557159


"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.