| View previous topic :: View next topic |
| Author |
Message |
Keith Simmons Guest
|
Posted: Tue Jan 27, 2004 10:57 pm Post subject: TActionClients - adding a separator between Items |
|
|
I am trying to use TActionMainMenuBar. I created an action manager and a
list of actions in catagories. I add a catagory from the action list to the
bar. All fine and well but I want to add separators between some of the
items. I see I can add a separator between items on the bar itself but I
can't seem to figure out how to add a separator between TActionClientItems.
For example I have a File catagory with many items in it. When I click on
file its sub menu appears but I want to add separators between the items on
the file submenu.
Can anyone help?
|
|
| Back to top |
|
 |
Mark Guerrieri Guest
|
Posted: Wed Jan 28, 2004 2:50 am Post subject: Re: TActionClients - adding a separator between Items |
|
|
Navigate (in the object browser) to the place you want to add the separator,
insert a new item and set the Caption property to a dash ("-") character.
Mark
"Keith Simmons" <rdsa (AT) pacbell (DOT) net> wrote
| Quote: | I am trying to use TActionMainMenuBar. I created an action manager and a
list of actions in catagories. I add a catagory from the action list to
the
bar. All fine and well but I want to add separators between some of the
items. I see I can add a separator between items on the bar itself but I
can't seem to figure out how to add a separator between
TActionClientItems.
For example I have a File catagory with many items in it. When I click on
file its sub menu appears but I want to add separators between the items
on
the file submenu.
Can anyone help?
|
|
|
| Back to top |
|
 |
|