Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
dzlmbq #1
Removing all Tab borders
I want to invis all tab borders on a TabNavigator control. I have implemented a
..css and set about every color property for Tab in it to blend in with my
background. However, there is still a 'shadow frame' around my tab border. Is
there a way to disable/invis this frame?
dzlmbq Guest
-
Help please with table borders
My organization's webmaster (and I use that term loosely) designed our site, set me up with Contribute ,and then left me hanging out to dry! I am... -
borders and containers
according to http://livedocs.macromedia.com/flex/15/asdocs_en/mx/containers/Box.html we can not set the left border to blue and right border to... -
Are borders just that?
Has anyone ever come up with a way to extend an animation beyond the border of a flash document? It's real easy when in the design area to animate... -
Borders
Can anybody help, how do you put borders around cells for example a black border, I can put a border around a image without any problems. Thanks,... -
Removing desktop icon from one account is removing from all accounts
Using XP Professional. I want the Guest account to have only a few icons. The other two accounts should have many more. When I remove the icon... -
Ken D. Nelson #2
Re: Removing all Tab borders
How about using a series of link controls that manipulate a view stack? I
think that would be a better choice for what you want to accomplish. I
assume you are trying to do a wizard interface or something similar?
Ken
"dzlmbq" <webforumsuser@macromedia.com> wrote in message
news:d373ba$hc9$1@forums.macromedia.com...>I want to invis all tab borders on a TabNavigator control. I have
>implemented a
> .css and set about every color property for Tab in it to blend in with my
> background. However, there is still a 'shadow frame' around my tab border.
> Is
> there a way to disable/invis this frame?
>
Ken D. Nelson Guest
-
bdeen #3
Re: Removing all Tab borders
Try this.
<mx:TabNavigator id='myNav' initialize='myNav.border_mc.visible=false;'>
....
</mx:TabNavigator>
bdeen Guest
-
dzlmbq #4
Re: Removing all Tab borders
I tried the TabNavigator code and it didn't do the trick. I'm trying to do a
similar layout that is in this example on this website:
[url]http://www.macromedia.com/devnet/flex/example_apps/ebank/fig02_lg.html[/url]
Can anyone tell me what controls are used for the top three areas? I am
working with a LinkBar first, then a TabNavigator second. Neither will give me
the look that is in the example above.
dzlmbq Guest
-
bdeen #5
Re: Removing all Tab borders
The only thing that the code I placed here would do is remove the border on the
TabNavigator. If you're looking for changing buttons and what not that
probably goes a little more into the border_mc object then what I've done.
bdeen Guest



Reply With Quote

