| Issue 294: | Problem | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Push button in red (remove button) from the MTKineticList 2. 3. What is the expected output? What do you see instead? The program stop and show me an error in the command line What version of the product are you using? On what operating system? 0.5.0b3 Linux Ubuntu I need to know how come back to the previous version 0.4 it worked fine. Please provide any additional information below. AttributeError: 'MTToggleButton' object has no attribute 'get_state'
Jul 31, 2010
Project Member
#1
dennd...@gmail.com
Jul 31, 2010
Of course the example is in pymt-examples-0.5b3/widgets/kinetic.py, I have been trying to fix it, but I have been reviewed MTToggleButton and MTKineticList and I didn't find the error yet ...
Jul 31, 2010
I have fixed changing self.db.get_state() por self.db._get_state() in kineticlist.py
Aug 4, 2010
(No comment was entered for this change.)
Status:
Accepted
Owner: dennda85 Labels: Milestone-0.5
Aug 12, 2010
fixed in latest master
Status:
Done
Owner: txprog |