I am creating a Adobe Air Application. I have a menu and and I need to create a toolbar which has icons to represent some actions. Can you give me code or reference how to create toolbar and event handling?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may create a HBox and then add buttons inside (using an image as a style). Handle the click events of the buttons and that should work for toolbar icons. To handle wrapping of the toolbar, use the drag and drop event of the HBox over the stage or the canvas.