|
"Patrick R" <p.reichmann@inode.at> wrote in message <h0opu5$8ql$1@fred.mathworks.com>...
> i made a GUI with GUIDE and it looks all nice and smooth on my windows xp. for the settings dialogue I added a script, which opens a new figure, defines buttons and axes and stuff like that, but it appears in "old windows 98 style".
>
> has anyone an idea, what (figure)property could cause this behavior? or what else I can do, to make this figure look like the other one - in the "normal" system style/scheme/visual appearance.
>
> 2 hours of intensive matlab-central/google research and trial and error coding got me nowhere :(
>
> tia, patrick
after long testing and deleting one figure property after the other I found out, that the problem was setting a backgroundcolor for buttons. as soon as you do so, the "look and feel" changes to oldschool windows :)
hth anyone who is looking for this behavior, since it's documented nowhere
|