Path: news.mathworks.com!not-for-mail
From: "Bill " <william.nospam.a.cobb@gm.com>
Newsgroups: comp.soft-sys.matlab
Subject: Duplicate Tags - Separat Tasks
Date: Thu, 15 May 2008 15:03:03 +0000 (UTC)
Organization: General Motors Proving Ground
Lines: 16
Message-ID: <g0hjb7$rc8$1@fred.mathworks.com>
Reply-To: "Bill " <william.nospam.a.cobb@gm.com>
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 1210863783 28040 172.30.248.38 (15 May 2008 15:03:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 15 May 2008 15:03:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 52896
Xref: news.mathworks.com comp.soft-sys.matlab:468613


I have 2 Guide built GUI scripts.  The first is the main 
job and generates data and also performs summary analysis. 
I can save the data from it.  The second Guide built job 
can read in the saved data from task1 and show the same 
summary results.  In fact, the callback code blocks are 
nearly identical, and they have the same callback tag 
names.  When both jobs are running concurrently, I will get 
an error message indicating that the Tag of the callback is 
a vector!  I presume this means that the tags from both 
entities are combined.  Is this normally expected?  
Actually, this could be useful, but for now I have to kill 
one task to run the other (or change their tags).  
Does this mean I could call a tagged callback from one task 
to the other and activate it?

Thank you for any insight...