EAGLE 6.1 supports user-definable context menus, which is nice, but I
don't see any possibility in USING them decently, due to the following
problem:
1. A context menu based on a certain object type is only useful
if the desired action knows the clicked OBJECT (and not only the
TYPE).
2. E.g., if I display the context menu of a part called N12, I
obviously want to do something with N12. Therefore, I must get
the information 'N12' from somewhere.
3. The SET command for context menus allows the definition of
standard EAGLE syntax, but how do I get, e.g., the name of the
clicked component into this syntax?
4. If this is not possible with the SET command, is this somehow
possible with ULPs? I haven't found anything useful in the
manual or the online help, but perhaps I missed something.
5. If this is NOT possible, user-defined context menus would only be
able to access ALL objects of the same type on the same sheet,
which seems a bit useless to me...
Andreas Weidner