Hey all. I'm making a form which has a right click menu which can launch a help program based on which widget has been clicked. I've got it to work for all normal widgets, but run into a problem when i have to deal with a PMW. The fact that the widget is not actually a widget but several layered widgets causes the right click menu to only react to the encompassing frame, or other parent widget rather than the one i wish to deal with. I'm not sure if that's clear, but i was wondering if there is a way to treat the whole package as one widget, or a way to access one a specific widget in the package, and fool the menu into thinking it clicked on that. Thanks in advance.
Vlad