Path: news.mathworks.com!not-for-mail
From: "Elijah " <eli.auger@harley-davidson.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Axes properties: Toolbar in a GUI
Date: Wed, 14 May 2008 17:54:02 +0000 (UTC)
Organization: Harley-Davidson/Kettering
Lines: 9
Message-ID: <g0f8vp$pd8$1@fred.mathworks.com>
References: <g0c76h$nom$1@fred.mathworks.com>
Reply-To: "Elijah " <eli.auger@harley-davidson.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210787642 26024 172.30.248.37 (14 May 2008 17:54:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 14 May 2008 17:54:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1356436
Xref: news.mathworks.com comp.soft-sys.matlab:468380


Thanks for the responses, guys. I figured out what I wanted...

in the OpeningFcn, I added this line before updating guidata:

set(hObject,'toolbar','figure');


It's rad.