Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: ButtonDownFcn Callback for Axes Objects
Date: Wed, 26 Nov 2008 00:52:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <ggi6ji$n95$1@fred.mathworks.com>
References: <ggg9ng$c4m$1@fred.mathworks.com> <gghamu$oe5$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1227660722 23845 172.30.248.35 (26 Nov 2008 00:52:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 26 Nov 2008 00:52:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1268168
Xref: news.mathworks.com comp.soft-sys.matlab:503215


Steve,

Yes, I have images on my axes. Thank you for the suggestions, by the way. Unfortunately the problem is not completely resolved. I have results with set(gcf,'WindowButtonDownFcn', '...callback goes here....') inside the CreateFcn of an axis object. However, I can't do this for more than one axis object. For this reason, I may use push buttons instead. 

PS: If you know a way to overcome this problem, please let me know.