Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Implementing a 'Help' GUI
Date: Wed, 29 Jul 2009 14:12:03 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <h4plbj$1i5$1@fred.mathworks.com>
References: <h4ku7v$cnm$1@fred.mathworks.com> <h4o18m$l35$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1248876723 1605 172.30.248.35 (29 Jul 2009 14:12:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 29 Jul 2009 14:12:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1895050
Xref: news.mathworks.com comp.soft-sys.matlab:559317


@Matt Fig:  These sample GUIs show a lot of useful things.  I'm not currently on a computer with MATLAB, but I imagine that other HTML will also work within the 'String' property?  For example:

    STR = {'<HTML><FONT COLOR="blue"><U>Link</U></BODY></HTML>'...

to simulate a link?  (It would be especially neat if I could use something like <a href="mycallback">Link</a> to directly call the right callback for each link, but that's probably too much to hope for.)

@Donn Shull and Yair Altman: That website is great.  I was aware of it, but I hadn't really read much of it until now (mainly because I don't think I can use undocumented or unsupported elements of MATLAB for work purposes; I will certainly look around the site for my own purposes).

Thanks to everyone for your help.