I have addressed this problem sometime ago; I have either misplaced, misunderstood, or never received a response to this issue so therefore I am again attempting to deal with a Python issue:
I am towards the end of a build, and I am dealing with button commands, something that was not necessary to finalize in the program until this point. I need to either:
- Code one button widget to allow multiple command arguments, that is, the same button is capable of issuing unique event commands at different points
- Or, I need to be able to destroy or delete the said button so I am able to reload and redisplay it bound to a single, unique command (example: only one button is seemingly displayed from the user's point-of-view, but it is actually 3, seperate "buttons" that perform 3, unique command events.) This does not seem to be the method to use, but unless I can determine a cleaner method such as one button with multiple command references allowed, I see no other way at this point.
~Thank-you in advance for any responses\ ideas
sharky_machine