I typically use actions and menus at design time, but I have a requirement to modify the items in a pop-menu of a frame according to an underlying object that is a property of the frame. So I guess I need to configure each object to have a set of actions associated with it that can be hooked into the popup menu when it pops up. I can probably reverse engineer the design time way of handling actions/menus and apply it here. But thought it would be a good idea to find an example. Does anyone know of an example project that does this please?