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: Universit&#228;t Heidelberg
Lines: 10
Message-ID: <h44kd5$1fb$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 1515 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 869888
Xref: news.mathworks.com comp.soft-sys.matlab:557160


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