by Alex Harui

 Comments (7)

Created

October 28, 2011

A few folks pointed out that the Menu and MenuBar prototypes I put together based on Spark List are not working in Flex 4.5. I found enough time to try to get it working again. I also added support for a MenuBar item that doesn’t have a menu.

Run Demo

Download Source

COMMENTS

  • By eng. Nikolov - 10:13 AM on October 29, 2011   Reply

    Did you try to test by selecting some element ?

    • By Alex Harui - 7:38 PM on October 30, 2011   Reply

      yes. Is one of them not working?

  • By Tink - 9:34 PM on November 1, 2011   Reply

    http://www.tink.ws/blog/menubar/ might be of interest. Base on DropDownList, which i guess is a glorified List.

  • By Crikos - 7:44 AM on November 8, 2011   Reply

    Hi – thanks a lot for your work, I was searching for that.
    I tried to implement your Sparkmenubar, unfortunately I was running in an error:
    “Eventtyp ‘SparkMenuEvent’ is not available” (translated from german).
    The Error happens on the following part of code:

    change=”menuItemSelected(event)”
    keyDown=”checkKeys(event)”
    menuRight=”redispatchMenuRight(event)”
    rollOut=”submenu_rollOutHandler(event)” />
    inside SparkMenuItemRenderer.

    I put all files into an own Package in my Source Path and changed all Package Names.

    Any Ideas or suggestions ?

    Thank you very much.
    Regards

    • By Alex Harui - 3:28 AM on November 23, 2011   Reply

      You may have to import SparkMenuEvent in a script block

  • By Kirthi - 3:54 PM on December 20, 2011   Reply

    Hi
    Thanks a lot……
    I’m a student of doing bachelors of computer enginering in coimbatore,India
    I’m doing my mini project using adobe flex… i want to know how to connect sql with adobe flex..plz help me

    • By Alex Harui - 6:34 AM on January 3, 2012   Reply

      Ask on the forums

ADD A COMMENT