PDA

View Full Version : Linkbar Problem - Something out of the box..


manuraj.dhanda
04-27-2007, 09:54 AM
Hii guyz..

In my application I want to use a Linkbar(or Menubar) just the same way as it is on the Adobe's home page

( Solutions|Products|Support|...)

But if I try to use the linkbar, i could not find any way to use that dropdown menu capability with Linkbar.(as on Adobe's page)

And If I would use the Menubar, then I could not find the property "separatorWidth/separatorColor". So I am not getting the same look 'n feel as with LinkBar.

Can anyone help me out here.:o

Thanks.
Manu.

dr_zeus
04-27-2007, 07:14 PM
It appears that the MenuBar control doesn't have separators, so these styles don't exist. If you want to use MenuBar, you'll need to edit the skins of the items themselves. I see itemUpSkin, itemDownSkin, and itemOverSkin.

If that won't work for you, I guess you should probably create a custom component that contains a LinkBar, and listen for the mouse events from the LinkBar to display menus for each item.