Is it possible to populate a scroll list after the user preforms an action?
cmds.button('Fill Scroll layout', someFunctionToFillLayout)
cmds.scrollLayout(...)
#Want to fill the scroll layout with a list of verts after the user
clicks a button
for vert in verts:
cmds.text(vert)
cmds.setParent('..')
How can I achieve appending text inside the scroll layout once an
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/python_inside_maya/cd499b43-b31a-4ac2-bb75-4f179cab4a17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.