Happy Monday!
I am trying to add a toolbar to my UI and am having difficulties! My main form has a Main Menu. I recently added an ActionList. I have been reorganizing the code in my Main form to take advantage of the benefits of the ActionList (wish I had known about it from the start, but there's only like 10,000 different things to learn in Delphi!). So now I want to add a tool bar. Do I need an ActionToolBar or just a regular ToolBar? If I use the ActionToolBar do I need to include an ActionManager on my MainForm (do I need this with a Regular one too?)? Once I add the necessary component, how do I set the action (add a button then what??)? How do I add a picture to the button? I added a glyph to the ImageList, and tried to reference the Array location, but that didn't work. Any help would be appreciated!
Thanks,
Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned
I am trying to add a toolbar to my UI and am having difficulties! My main form has a Main Menu. I recently added an ActionList. I have been reorganizing the code in my Main form to take advantage of the benefits of the ActionList (wish I had known about it from the start, but there's only like 10,000 different things to learn in Delphi!). So now I want to add a tool bar. Do I need an ActionToolBar or just a regular ToolBar? If I use the ActionToolBar do I need to include an ActionManager on my MainForm (do I need this with a Regular one too?)? Once I add the necessary component, how do I set the action (add a button then what??)? How do I add a picture to the button? I added a glyph to the ImageList, and tried to reference the Array location, but that didn't work. Any help would be appreciated!
Thanks,
Leslie
landrews@metrocourt.state.nm.us
SELECT * FROM USERS WHERE CLUE > 0
No Rows Returned