Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: ButtonDownFcn Callback for Axes Objects
Date: Tue, 25 Nov 2008 07:51:04 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 9
Message-ID: <gggap8$o6d$1@fred.mathworks.com>
References: <ggg9ng$c4m$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
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 1227599464 24781 172.30.248.35 (25 Nov 2008 07:51:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 25 Nov 2008 07:51:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:503034


"Thiago " <thiago@mathworks.com> wrote in message <ggg9ng$c4m$1@fred.mathworks.com>...
> For some reason, my ButtonDownFcn callback for an axes object is not responsive; no matter which mouse button I use. I'm running MATLAB 7 (R14). That feature should work the same way as it does with push buttons, don't you think? Your assistance is highly appreciated.
> 
> Thiago 

I believe because axes mouse might be hidden since figure mouse superimpose. Please check Parent figure properties.

Bruno