Path: news.mathworks.com!not-for-mail
From: "helper " <spamless@nospam.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Wish List Item - Different Extension for GUIDE figure templates
Date: Mon, 19 May 2008 17:56:02 +0000 (UTC)
Organization: Timothy S. Farajian, Inc.
Lines: 30
Message-ID: <g0sevi$6to$1@fred.mathworks.com>
References: <fvshd0$81q$1@fred.mathworks.com> <g0s0ie$d7f$1@fred.mathworks.com>
Reply-To: "helper " <spamless@nospam.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1211219762 7096 172.30.248.35 (19 May 2008 17:56:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 19 May 2008 17:56:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1272923
Xref: news.mathworks.com comp.soft-sys.matlab:469315


"Gary " <grubin698@gmail.com> wrote in message 
<g0s0ie$d7f$1@fred.mathworks.com>...
> <snip>
> > First, a question - is using the figure handle for
> > getappdata/setappdata considered bad form?  Even if I 
used
> > something else, I think that I would still have the 
problem
> > of  the plot data saved in the plot ui objects.
> </snip>
> 
> Nobody has any thoughts/opinions/advice on this?
> Gary
> 

Don't use GUIDE.  Manually create your GUIs using handle 
graphics and nested functions.  Check out the following 
link:

http://blogs.mathworks.com/pick/2007/12/28/matlab-basics-
guis-without-guide/

Using GUIDE is a major pain in the neck and the cause of 
many GUI-related problems.  Using handle graphics and 
nested functions can be confusing at first, but you will be 
thankful you used this method rather than GUIDE.  

If you run into problems and can't figure out how to do 
something, post here and there are plenty of people who can 
help.