Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: evalin() problem - won't run workspace m-file from within a GUI callback
Date: Sat, 17 Jan 2009 02:02:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 3
Message-ID: <gkre6r$bd2$1@fred.mathworks.com>
References: <gkra79$rke$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1232157723 11682 172.30.248.37 (17 Jan 2009 02:02:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 17 Jan 2009 02:02:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1268168
Xref: news.mathworks.com comp.soft-sys.matlab:512168


Problem resolved. I forgot to do the same in the actual button callback, so obviously the evalin line would only happen in a "ButtonDown" event. I'm sorry, my bad.  

Regards