01-28-2008 03:54 PM
by russell.jones on 12-21-2007 10:35 AM
I'm sure i'm missing something really trivial but I don't seem to be able to add a separator bar to a menu in ACT!. Is there an example of doing this anywhere or can someone give me a code snippet?
Regards,
Russell
01-28-2008 03:54 PM
by russell.jones on 01-28-2008 10:31 AM
Just a quick bump.
Has anyone used menu separators in ACT! when adding custom menus?
I've tried looking at the pre-existing menus in ACT! but I can't see any menu items relating to the separators. I've tried naming things "-" as with winforms but that doesn't seem to work either.
If anyone has any ideas on how to get these to work I'd love to hear from you.
Thanks
Russell
01-29-2008 02:01 AM - edited 01-29-2008 02:06 AM
01-31-2008 01:40 PM
02-05-2008 02:57 AM
02-11-2008 11:56 PM
02-12-2008 06:24 AM
AddMenuItem("act-ui://com.act/application/menu/lookup/CustomField1", "Lookup Custom Field 1...", New Act.UI.CommandHandler(AddressOf LookupCustomField)
If you need an example for adding a menu item in general have a look at the act sdk examples. There should be one called vb_app_simple01 or something similar which contains an example for adding to a menu and contains the rest of the methods for the above.
HTH
Tom
02-12-2008 09:58 PM