I'm trying to create a menu in runtime with TActions. We store some information in the registry and when the application starts we want to create a menu based on that information. The menu can contain a lot of items.
Earlier we used a TMainMenu and added TMenuItems and when the menu became very long we just set "TMenuItem.Break" and a new column appeared in the menu. But how can we do that when we use a TActionMainMenuBar? I can't figure out how to create another column. Does anyone have some information about this? //Jesper _______________________________________________ Delphi mailing list Delphi@elists.org http://lists.elists.org/cgi-bin/mailman/listinfo/delphi