On Wed, Apr 17, 2019 at 3:42 PM kiteh <kiteh.0...@gmail.com> wrote: > Hi Justin, thanks for replying back. > You are right about the tear off in which currently not only are my > options being checkable, even when I tried to add new item within, it is > not showing the new item unless I perform a new > > Having said that, I am wondering if you could share insights with me on > this matter ~ I have nested menus, coded in similar fashion in which > during its tearoff, the sub items are actually toggleable and as I add new > sub item, the items are added into the tear off too. >
nested menus are wrapped in an action when they are added to a parent menu. When you use a tear-off, it adds the same action references to the tear-off menu. So any changes you make to those actions, such as adding more child menus/actions, would likely be reflected in both places. But anything custom you have done to the top level menu that is being torn-off is not going to be reflected since the tear-off is a generic copy. > > The only differences being, the sub items are added into the top level > menu. And so, why isn’t the sub items affected? > Not sure about this one. > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to python_inside_maya+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/4043cf91-2d6a-4169-80e5-331e4bd7c18f%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA1bExq%3DGRaMG53x00kZ%3DbwuPGfBmCWsnBRuirSL6QUGuw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.