Knowledge Base |
Important! All new questions are usually answered within the next business day.
Accordion (Tree) Menu V3
(views: 8310)
Accordion Menu V3 and Accordion Tree Menu V3 are xml flash accordion menus featuring customized states, customized transitions and tweens. Here are all known issues for Accordion Menu V3 and Accordion Tree Menu V3, they should be similar, since basically it is the same component. If you have any questions that you think we should discuss here please let us know.
Use hand cursor on menu
(2007-08-15 - views: 2539)
Q: How can I enable the hand cursor when the mouse rolls over the Accordion Menu or Accordion Tree Menu component instance ?
A: Each menu is composed of items that represent MovieClip objects so the useHandCursor property has to be set to true for each one of these items. The same is used for both components: Accordion Menu and Accordion Tree Menu. You can find the function used to parse the component instance in the demo files.
Files: ShowHandCursor.zip
Files: ShowHandCursor.zip
User Comments
What about AS3?
I posted the solution for AS3 here: http://www.jumpeyecomponents.com/knowledgebase/
Accordion-%28Tree%29-Menu-V3/Use-hand-cursor-on-menu~917/
posted by negush on 2008-06-05
I posted the solution for AS3 here: http://www.jumpeyecomponents.com/knowledgebase/
Accordion-%28Tree%29-Menu-V3/Use-hand-cursor-on-menu~917/
Login to post your comment
Other questions in this item:
Call JavaScript from XML Open menu item pages into target - "_self" Transparent background menu Item description from XML Can I add a rollover sound? Go to different frames by pressing a menu item Scene navigation Referencing item's textfield in Accordion (Tree) Menu V3 Keep the Accordion (Tree) Menu V3 vertically aligned Animated items Add different styles for each main items. Disable-Enable Accordion (Tree) Menu V3 Load movies on item select Adding icons how to change fontsize Underline On Rollover Selected item level Change Text Color on Rollover How do I add the AccordionTreeMenuV3 on stage in runtime? Add a fixed item under the menu Autoexpand on Start How do I add the AccordionTreeMenuV3AS3 from class file to stage acc.height not updated? Get the type of the selected item Automatic Collapse Children of a menu item hotwo: submenus already expanded on activation? Insert a line break into label Align header text to right Letter kerning Go To First Child When Select Top Level Menu Item Change the position of the menu icons Reference to text fields within menu items Change the position of the folder icons Open menu upwards Accordion Tree Menu expandAll() Spacing between menu items Use hand cursor on menu clickItem() and expandItem() do not execute actions of menu item Step backwards and forwards through menu Rotated text for menu items Accordion menu accurate size Menu Item visibility / disable Letter kerningMenu |
|
|

What about for AS3?
I tried useHandCursor on the entire component and that didn't work.
I also tried buttonMode = true and while that does work on each item, due to the dynamic textfield within the item, I think the TF is selectable=true, which makes the finger/hand go back to the arrow pointer.
Is there a way to target the textfield directly so i can make selectable=false? Or is there another solution?