Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: greek symbols in GUI
Date: Sun, 3 Aug 2008 09:08:02 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 12
Message-ID: <g73shi$qhs$1@fred.mathworks.com>
References: <fg0dqh$lt9$1@fred.mathworks.com> <fg0l33$b7u$1@fred.mathworks.com> <fg1mnr$foh$1@fred.mathworks.com> <see-5CACE8.09253028102007@71-129-133-66.dollamir.com> <fg2lgl$ses$1@fred.mathworks.com> <see-742449.18305228102007@71-129-133-66.dollamir.com> <fg5fia$epv$1@fred.mathworks.com> <fg5tfv$7l6$1@fred.mathworks.com> <fg73lf$b3r$1@fred.mathworks.com> <g739k1$ajs$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
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 1217754482 27196 172.30.248.37 (3 Aug 2008 09:08:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 3 Aug 2008 09:08:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:483332



"Travis Bennett" <dontspam.me@gmail.com> wrote in message
<g739k1$ajs$1@fred.mathworks.com>...
> Try 
> 
> uicontrol(['string','<html>&#960;</html>'])
> 

Type Correction:

uicontrol('string','<html>&#960;</html>')

Bruno