My account
Shopping cart
Knowledge base
Support

Knowledge Base

Important! All new questions are usually answered within the next business day.

Accordion (Tree) Menu V3

(views: 25383)

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.



hotwo: submenus already expanded on activation?

(2007-12-04 - views: 5993)
Q: How can I make it so that the 2nd level items are already expanded (showing the 3rd level) when the main menu (1st level) item is activated. And so that they remain expanded when the main level is collapsed? Thanks so much!
A: In this case you need to write a little code. First you need to verify if the pressed item is from the top level or from one of the lower levels. Next, there is another main item expanded, you need to collapse it. After that, parse the current item to expand any of its sub-items that have children. The attached example follows the previous steps.
Files: ATM_expand_subitems.zip 


User Comments

how to: expand a branch in the menu from a button click in another part of the flash movie
posted by yojimbo6 on 2008-09-29
How can i expand a branch in the menu from a button click in another part of the flash movie?
how to: expand a branch in the menu from a button click in another part of the flash movie
posted by negush on 2008-09-30
Use the expandItem(id) method of the component to expand the item you want.
on(Rollover) does not expand menu if a fourth level has been expanded
posted by Calum on 2010-02-11
I have a menu when expanded to its maximum reaches the fourth level. The menu automatically expands onRollOver and contracts onRollOut.

However when the fourth level (1.1.1.1) is expanded, it contracts back automatically as normal (1.1) but the onRollOver is then disabled for some reason and the menu will now only expand when clicked.

Any ideas why the onRollOver function no longer works? Thanks
on(Rollover) does not expand menu if a fourth level has been expanded
posted by Calum on 2010-02-11
I have a menu when expanded to its maximum reaches the fourth level. The menu automatically expands onRollOver and contracts onRollOut.

However when the fourth level (1.1.1.1) is expanded, it contracts back automatically as normal (1.1) but the onRollOver is then disabled for some reason and the menu will now only expand when clicked.

Any ideas why the onRollOver function no longer works? Thanks
Open a new support ticket
posted by florodebat on 2010-02-23
Sorry for the late reply - it's more advisable to write us about technical issues using our ticket system . In that way a fast response is guaranteed. Please click the link bellow, open a new support ticket and write a detailed description of the problem you have and someone will get back to you as soon is possible.

http://www.jumpeyecomponents.com/support/open.php
Equivalent of this code to Actionscript 3
posted by user564721 on 2011-01-20
You have an equivalent of this code, but to Actionscript 3? Sorry, but I'm new to ActionScript3 and I have not managed to adapt this code
RE:Equivalent of this code to Actionscript 3
posted by kneo on 2011-01-21
Unfortunately, we don't have the code in as3 for this.
Basically is the same, on click event you will add the functionality to do what you want.
import com.jumpeye.Events. AccordionMenuEvents;
componentInstance.addEventListener(AccordionMenuEvents.ITEM_CLICK,clickHdl);
function clickHdl (evt: AccordionMenuEvents):void{
trace(“ITEM_CLICK event on item: ” + evt.item);
//here you add the code
}


Login to post your comment login to post your comment

Other questions in this item

Call JavaScript from XML Open menu item pages into target - "_self" Can I add a rollover sound? Item description from XML Change Text Color on Rollover Load movies on item select Insert a line break into label Use hand cursor on menu Go to different frames by pressing a menu item Add different styles for each main items. Transparent background menu Align header text to right Go to different frames by pressing a menu item Disable-Enable Accordion (Tree) Menu V3 Keep the Accordion (Tree) Menu V3 vertically aligned How do I add the AccordionTreeMenuV3 on stage in runtime? Referencing item's textfield in Accordion (Tree) Menu V3 Underline On Rollover Use hand cursor on menu Scene navigation Adding icons Accordion Tree Menu expandAll() Automatic Collapse Add a fixed item under the menu acc.height not updated? Selected item level How do I add the AccordionTreeMenuV3AS3 from class file to stage how to change fontsize Animated items clickItem() and expandItem() do not execute actions of menu item Get the type of the selected item Letter kerning Autoexpand on Start Change the position of the menu icons Go To First Child When Select Top Level Menu Item Open menu upwards Children of a menu item Change the position of the folder icons Rotated text for menu items Menu Item visibility / disable Reference to text fields within menu items Step backwards and forwards through menu Spacing between menu items Accordion menu accurate size Letter kerning Title on multiple lines

Back