Addin Menu Like Behaviour on Other Submenus 
Author Message
 Addin Menu Like Behaviour on Other Submenus

I have an addin with a variety of entry points that are not builders. I
would prefer to have its menu be a new entry on the main bar with the
entry points as menu picks. (I can get the menu there fine.) The problem
is structuring the action of the menu picks.
1) My fall back position is using one menu pick to add a refence to my
addin to the active database and call the entry points normally. This
works fine but i don't like adding the reference.
2) I've tried dragging up my menu pick from Tools|Add-Ins|my prod using
the menu customize tool. That works fine while the data base is open,
but has all sorts of problems when the database is reoppened. QUESTION
1: What is the magic that makes Tools|Add-Ins|my prod actually work
(beyond the registry entries that is) and can i coopt it in any way when
i build the menu?????
3) I've tried making my addin part of loadonstartup and making the
onaction allowing for late binding. =application.run("myproduct.entry1")
or =application.run("myproduct.entry1",arg1)  One of two things happens.
The menu entries without arguments bounce - ie. they code they call runs
twice!!! The menu entries with arguments get a syntax error that
suggests i need to add some double quotes.  What gives????

It strikes me that solution 2 is by far the best because it does not
require the user to do something that changes his database (adding a
reference) as number 1 does. And does not require loadonstartup as #3
does (loadonstartup having another set of maintenance uglyness all its
own that i'd just as well ignore.

BTW i've studied the registry to determine how the menu bar is stored
and as of now have not figured it out. Hints please???

Suggestions would be greatly appreciated.

Regards,
Al



Wed, 02 Jan 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Menus, submenus, & sub-submenus in realtime code

2. How to make submenus in the menu box, and how to Apply properties to the menus

3. Strange AddIn Form Behaviour (SetParent)

4. Adding Menu item to the Mail item menu from an outlook Addin

5. Adding Menu item to the Mail item menu from an outlook Addin

6. Customised menu conflict with menu addin from other application

7. menu and submenus in word

8. Providing icons to menus and submenus

9. Adding elements to a control array of Menu items with subMenus at Run time

10. dynamically creating popup menus with submenus

11. menus/submenus on the fly

12. Dynamic Menus & Submenus

 

 
Powered by phpBB® Forum Software