Path: news.mathworks.com!not-for-mail
From: "Amol " <amol.borkar@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Talking to multiple GUI
Date: Sun, 13 Apr 2008 14:18:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <ftt4mp$3p$1@fred.mathworks.com>
References: <foglbe$o9o$1@fred.mathworks.com> <MPG.221a7f246133aa92989803@news.mathworks.com>
Reply-To: "Amol " <amol.borkar@gmail.com>
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 1208096282 121 172.30.248.37 (13 Apr 2008 14:18:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 13 Apr 2008 14:18:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 926869
Xref: news.mathworks.com comp.soft-sys.matlab:462691


I got most of the multiple gui control working using the
global variables approach. Now I am trying to build a VCR
type application where I have the plot in one figure and the
VCR controls in the other figure. I am able to control
everything except display things on the plot since there
doesnt seem to be a call back where I can set a global
variable. Any suggestions?