Hello, I wrote this simple ui to ilustrate the issue. As the title says I am creating dynamically some widgets and attaching a signal. In this case 4 buttons that when clicked, print their name. The problem if you run the code is that all buttons are printing the same letter 'D', which is the last signal to be set.
dynamic widget creation <https://pastebin.com/clone/k8cVKC05> Any ideas how to create dynamic signals that will be attached to the corresponding widget? thanks R -- 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/eeb1960d-1e46-43d0-a0d9-1107f695a859n%40googlegroups.com.
