Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Event queuing , callbacks and buttons
Date: Wed, 13 Feb 2008 15:15:28 +0000 (UTC)
Organization: University of Freiburg
Lines: 13
Message-ID: <fov1ig$enp$1@fred.mathworks.com>
References: <forpl9$8cv$1@fred.mathworks.com> <foskje$dh1$1@canopus.cc.umanitoba.ca> <fot632$pgq$1@fred.mathworks.com> <fot7fo$amv$1@canopus.cc.umanitoba.ca>
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 1202915728 15097 172.30.248.37 (13 Feb 2008 15:15:28 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 13 Feb 2008 15:15:28 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1231496
Xref: news.mathworks.com comp.soft-sys.matlab:451129



Thanks for your answer.

I also thought of a solution like that but I think it's not
a very nice one and has one main problem. My executing
function invokes several other functions and also uses some
toolboxes. So if I would like to implement that solution I
would also have to implement it in the toolboxes, because
they are the ones which need some time to execute.
So I assume there isn't a possibility to control the
callbacks in queue and cancel an executing function?

Greetings,
Johannes