|
Hi,
Ive got a toolbar setup like this (using
either 1.5 or 1.5.1 same results). Notice the changed background
color (dont ask why!):
<BoxPane orientation="horizontal"
styles="{backgroundColor:'#f7f5ee'}">
<MenuButton>
<buttonData><content:ButtonData
text="Connect"/></buttonData>
<menu><Menu><sections><Menu.Section>
<Menu.Item buttonData="Local instance..."/>
<Menu.Item buttonData="Connection..."/>
<Menu.Item buttonData="Gateway..."/>
</Menu.Section></sections></Menu></menu>
</MenuButton>
<PushButton tooltipText="Disconnect"
styles="{toolbar:'true',backgroundColor:'#f7f5ee'}">
<buttonData>
<content:ButtonData icon="images/close.gif"
/>
</buttonData>
</PushButton>
<PushButton tooltipText="Start" enabled="false"
styles="{toolbar:'true',backgroundColor:'#f7f5ee'}">
<buttonData>
<content:ButtonData
icon="images/start-icon-16.png" />
</buttonData>
</PushButton> This works fine on initial display:
But, after mousing over the buttons, I get the default
background color behind the buttons:
Is this a bug? Or should I be doing something
more/different to get the buttons to match my background color? THANKS!! Roger Whitcomb Architect, Engineering Ingres Corporation PHONE +1 650.587.5596 FAX +1 650.587.5550 This transmission is confidential and intended solely for the use
of the recipient named above. It may contain confidential, proprietary, or
legally privileged information. If you are not the intended recipient, you are
hereby notified that any unauthorized review, use, disclosure or distribution
is strictly prohibited. If you have received this transmission in error, please
contact the sender by reply e-mail and delete the original transmission and all
copies from your system. |
- Possible bug with toolbar buttons? Roger Whitcomb
- Re: Possible bug with toolbar buttons? Chris Bartlett
- Re: Possible bug with toolbar buttons? Todd Volkert
- Re: Possible bug with toolbar buttons? Greg Brown
- RE: Possible bug with toolbar buttons? Roger Whitcomb
- Re: Possible bug with toolbar buttons? Greg Brown
- RE: Possible bug with toolbar butt... Roger L. Whitcomb
- RE: Possible bug with toolbar butt... Roger L. Whitcomb
- Re: Possible bug with toolbar ... Greg Brown


