Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Event queuing , callbacks and buttons
Date: Tue, 12 Feb 2008 22:20:18 +0000 (UTC)
Organization: University of Freiburg
Lines: 25
Message-ID: <fot632$pgq$1@fred.mathworks.com>
References: <forpl9$8cv$1@fred.mathworks.com> <foskje$dh1$1@canopus.cc.umanitoba.ca>
Reply-To: <HIDDEN>
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 1202854818 26138 172.30.248.38 (12 Feb 2008 22:20:18 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 12 Feb 2008 22:20:18 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1231496
Xref: news.mathworks.com comp.soft-sys.matlab:450964



> The thread "callbacks / recursion limit", Jan 14,
> roberson@ibd.nrc-cnrc.gc.ca, might provide you with some ideas
> on how to handle this.
> 
> 
> I see you are using the Mathworks news reader, so the following
> link will show up split over two lines for you; you will
> need to paste the pieces into your address bar.
> 
> http://groups.google.ca/group/comp.soft-
sys.matlab/browse_thread/thread/c385540fcf4832e8
> -- 
>   "Prevention is the daughter of intelligence."
>                                               -- Sir Walter Raleigh

Thanks for your answer. But I've already read the thread and I couldn't figure 
out how it should help me. What I want to do is that when the button gets hit 
twice it should only execute the last callback and the first callback should be 
interrupted and never continued again. So wouldn't limitating the recursion 
limit cause an interruption of the last callback?

Greetings,
Johannes