Page 1 of 1

Image with Border Frame issue?

Posted: Tue Sep 26, 2006 16:09
by alex
Hi,

i have a problem with a StaticImage, that has a Frame enabled with

<Property name="FrameEnabled" value="True" />

in the LookNFeel.
When i attach a StaticText to it, the Text is not visible. if i Change
the definition to

<Property name="FrameEnabled" value="False" />

The Text is visible, but of course the Border is gone.

May be it´s a fault of mine, not sure.

i work with latest 4.x

Posted: Tue Sep 26, 2006 21:26
by alex
Ok, no one an idea about that. Or schould i supply more info?

Posted: Wed Sep 27, 2006 02:05
by cutenoob
Hi,,maybe you can code like this :arrow: staticwindow->setFrameEnabled(false)

or in your StaticText layout file do this :arrow: <Property Name="FrameEnabled" Value="False" />

ps: people are too shy to talk with stranger :lol: :lol:

Posted: Wed Sep 27, 2006 08:22
by spannerman
What are you setting the FrameEnabled = False property on, the StaticText or the StaticImage? Or both?
Are you setting the backgrounds of any of these widgets to false?

When i attach a StaticText to it


Please post the code to show what you are doing.