Path: news.mathworks.com!not-for-mail
From: "Matt Fig" <spamanon@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Wish List Item - Different Extension for GUIDE figure templates
Date: Mon, 19 May 2008 18:15:21 +0000 (UTC)
Organization: Battelle Energy Alliance (INL)
Lines: 9
Message-ID: <g0sg3p$jkv$1@fred.mathworks.com>
References: <fvshd0$81q$1@fred.mathworks.com> <g0s0ie$d7f$1@fred.mathworks.com> <g0sevi$6to$1@fred.mathworks.com>
Reply-To: "Matt Fig" <spamanon@yahoo.com>
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 1211220921 20127 172.30.248.38 (19 May 2008 18:15:21 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 19 May 2008 18:15:21 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 688530
Xref: news.mathworks.com comp.soft-sys.matlab:469331


About the only thing I use guide for is to lay out my GUIs
quickly.  If I want to build a complicated GUI with lots of
uicontrols, I will first create it in guide.  Then I copy
and paste the 'position' properties into the file I will
actually use to create my GUI.  This way the physical layout
is quick and I still write my own file to get the control
over the GUI and avoid the problems of having a .m and .fig
file separately.