Udo,
I recently ran into something similar, but from the other direction: I started with some buttons that were handled in an event structure, and I wanted to add a set of matching, redundant commands in the run-time menu that would trigger the same event cases as the buttons.
This seems like a common situation, and I couldn't help but wonder if I was missing something too.
In the end, my solution was a two-stage approach where each button and menu event performed a "Value(Signaling)" property node update on a single string control. Then I created an event case for that string control and used the updated value to determine what code to actually run.
This obviously required some cutting-and-pasting from the original set of event cases, but it seems to work well. Attached is a simple example (LV 7.1.1).
Regards,
John
Message Edited by Johnner on 04-06-2005 09:21 AM