aaronzou / mirone

Automatically exported from code.google.com/p/mirone
0 stars 0 forks source link

In some Matlab versions (e.g. 7.0) the menu bar shows with hidden menu buttons #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Matlab careless notion of compatibility between versions plus the Java 
shit invasion causes that in some versions the Mirone's menu bar shows up 
with hidden menu buttons (see attached image).

To remedy this the user will have to edit the mirone_uis.m file which 
resides on the program's root directory and modify the line (~785) that 
reads

    if (version7),  set(h1,'Pos',[pos(1:3) 1]);    end     % Adjust for > 
R13 bugginess

The key is to increase the second element of [pos(1:3) 1]  in such a way 
that the hidden menu buttons show up again.

Original issue reported on code.google.com by jl...@ualg.pt on 22 Feb 2008 at 12:04

Attachments:

GoogleCodeExporter commented 8 years ago
Dear Joaquim,
changing the 2nd element to 1 or 2 or 3 has no effect at all.
By the way, I noticed that this issue arise only when I use "-nojvm" for matlab 
startup. For regular startup, the menu buttons toolbar is visible.
cheers
-rajaraman

Original comment by rrama...@gmail.com on 22 Feb 2008 at 6:17