Hi
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?
Hi
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?
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.