From: Stefan Heinen on
Hey,

My GUI has a text, that I like to give the same background color as the gui. Anyone any sugestions?

Thx,

Stefan
From: Matt Fig on
set(txthandle,'backgroundcolor',get(gcf,'color'))
From: Stefan Heinen on
"Matt Fig" <spamanon(a)yahoo.com> wrote in message <htse4u$7nd$1(a)fred.mathworks.com>...
> set(txthandle,'backgroundcolor',get(gcf,'color'))

Thx, I had this tryed.. but I wrote 'BackgroundColor'. And that didn't work.