Hello, I was looking over some threads and the SDK examples for EnhancingMainMenu(), so I know how to make menus, but I had a couple of questions.
If I had a series of plugins that I wanted to have a custom menu dropdown would it be possible to have it getting updated by subsequent plugins loading.
So for example, Plugin A makes the menu and is inserted underneath it. Then Plugin B is there and I want that in the same menu, but above Plugin A. If I compiled them separately, A before B, so B being inserted had to be done within Plugin B instead of Plugin A, how would I do that?
This is the simplest case I could think of, but I think there would be more complicated circumstances.
Thanks for any help,
Dan