Path: news.mathworks.com!not-for-mail
From: "per isakson" <poi.nospam@bimDOTkthDOT.se>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Enlarging size of toolbars
Date: Sun, 17 Feb 2008 20:38:01 +0000 (UTC)
Organization: KTH
Lines: 32
Message-ID: <fpa5v9$51o$1@fred.mathworks.com>
References: <31128702.1203057471171.JavaMail.jakarta@nitrogen.mathforum.org> <fp3ho4$g6n$1@fred.mathworks.com> <fpa25d$rbt$1@fred.mathworks.com>
Reply-To: "per isakson" <poi.nospam@bimDOTkthDOT.se>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1203280681 5176 172.30.248.38 (17 Feb 2008 20:38:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 17 Feb 2008 20:38:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1670
Xref: news.mathworks.com comp.soft-sys.matlab:451978


"Andrea Tagliasacchi" <ata2@nospam.cs.sfu.ca> wrote in 
message <fpa25d$rbt$1@fred.mathworks.com>...
> > This probably might be of interest to you
> > 
> > 
http://www.mathworks.com/matlabcentral/fileexchange/loadFil
> > e.do?objectId=2384&objectType=file
> > 
> > HTH
> > Vihang
> 
> Thanks Vihang, I checked out your solution but I got the
> same problem. The icons that are used in that GUI are 
bigger
> than 14x14 and for some weird reason they are not 
displayed
> correctly in my machine. 
> If the icons is I then only I(1:14,1:14) is displayed.
> 
> Thanks, Andrea
> 

Not weird, but the way Matlab is made. Doc says:

"If your CData array is larger than 16 in the first or 
second dimension, it may be clipped or cause other 
undesirable effects. If the array is clipped, only the 
center 16-by-16 part of the array is used."

Some Java might help.

/ per