Path: news.mathworks.com!not-for-mail
From: "Todd Welti" <twelti@harman.com>
Newsgroups: comp.soft-sys.matlab
Subject: twelti
Date: Thu, 6 Nov 2008 20:55:04 +0000 (UTC)
Organization: Harman Industries International
Lines: 3
Message-ID: <gevlj8$fpq$1@fred.mathworks.com>
Reply-To: "Todd Welti" <twelti@harman.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 1226004904 16186 172.30.248.37 (6 Nov 2008 20:55:04 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 6 Nov 2008 20:55:04 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 57524
Xref: news.mathworks.com comp.soft-sys.matlab:499375


I have a strange problem.  I have a gui, with an edit box, with some default text in it.  The callback of the edit box executes when I click inside the box and then click outside the box, even though the text in the text box has not changed.  so: i open the gui, click on the first text bx, then click outside it, and the callback always executes, even though no change to the content of that text field.  I thought that somewhere, some other code was changing the contents of that field during initialization of the gui (perhaps a CreateFcn from another gui object), but i dont see that anywhere in the code.

anyone ever had this problem?