Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Option to disable start button
Date: Sat, 21 Jul 2007 08:21:10 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <f7sfll$s1o$1@fred.mathworks.com>
References: <f7pvt0$1nm$1@fred.mathworks.com> <f7q4t4$52j$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-01-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1185006070 28728 172.30.248.36 (21 Jul 2007 08:21:10 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 21 Jul 2007 08:21:10 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1063627
Xref: news.mathworks.com comp.soft-sys.matlab:420282



Dear Yair Altman, Thanks a lot for your solution. I added the command to my startup.m. I was not aware that Java-commands could be issued from the Matlab command line. How did you manage to figure this one out? Is there an overview of Matlab Java-commands somewhere on the web? Sincerely, Stoichkov

"Yair Altman" <altmanyDEL@gmailDEL.comDEL> wrote in message <f7q4t4$52j$1@fred.mathworks.com>...
> "Stoichkov " <nomailaddress@supplied.com> wrote in message <f7pvt0$1nm$1@fred.mathworks.com>...
> > Sir/Madam, Is there an option to disable/remove the lower edge of the command window that holds the start button?
> 
> The following works on Matlab 7+ but is undocumented and unsupported and might change in any future Matlab release:
> 
> com.mathworks.mde.desk.MLDesktop.getInstance.getMainFrame.getStatusBar.getParent.setVisible(0);
> 
> Yair Altman
> http://www.ymasoftware.com
>