Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to change a gui's figure icon
Date: Thu, 26 Jun 2008 16:50:19 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 13
Message-ID: <g40hcb$jdd$1@fred.mathworks.com>
References: <g40c4u$h4b$1@fred.mathworks.com> <g40djq$419$1@fred.mathworks.com> <g40fuq$2gh$1@fred.mathworks.com>
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 1214499019 19885 172.30.248.37 (26 Jun 2008 16:50:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 26 Jun 2008 16:50:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 939004
Xref: news.mathworks.com comp.soft-sys.matlab:476032



"Daniel " <anothermathgeek+matlab@gmail.com> wrote in
message <g40fuq$2gh$1@fred.mathworks.com>...
> Ok, tried it. But I receive the following error:
> 
> Error in ==> hddprofile_editor>setWindowTitleIcon at 71
> jframe=get(handles.fig,'javaframe');
> 
> Apparently my handles structure contains no property 'fig'.
> Any ideas? I am in R2007a.


Sorry, i pasted that out of a gui. handles.fig is the handle
of the figure whose icon you want to change.