Thanks. That's a thought. Or I could just add the text to my icons....
Roger Whitcomb | Architect, Engineering | [email protected]| Ingres | 500 Arguello Street | Suite 200 | Redwood City | CA | 94063 | USA <http://www.google.com/maps?f=q&hl=en&geocode=&q=500+Arguello+Street+%7C +Suite+200+%7C+Redwood+City+%7C+CA+%7C+94063+%7C+USA+&sll=37.0625,-95.67 7068&sspn=50.557552,73.037109&ie=UTF8&t=h&z=16&iwloc=addr> | +1 650-587-5596 | fax: +1 650-587-5550 From: Greg Brown [mailto:[email protected]] Sent: Tuesday, April 27, 2010 12:43 PM To: [email protected] Subject: Re: Any way to get TabPane icons to show above the text? At the moment, there is no way to change the appearance of the tab buttons aside from changing the icon and text itself. Adding support for further customization has been discussed but nothing has been implemented yet. However, depending on your requirements, you might be able to get away with just using group of toggle PushButtons to control the selection state of a CardPane... On Apr 27, 2010, at 3:05 PM, Roger L. Whitcomb wrote: I see on a toolbar button that you can use <buttonData> and <dataRenderer> to make the button icon display above the button text: <PushButton toggleButton="true" wtkx:id="configureButton" tooltipText="Configure the installation" styles="{font:{bold:true}}"> <buttonData> <content:ButtonData text="Configure" icon="@images/sequencer.png"/> </buttonData> <dataRenderer> <content:ButtonDataRenderer orientation="vertical"/> </dataRenderer> </PushButton> See attached image. So, my question is: is there a way to similarly move the text under the icon for a TabPane button? Thanks! Roger Whitcomb Architect, Engineering Ingres Corporation [email protected] <image002.png>
