ccgreen13 / gui2py

Automatically exported from code.google.com/p/gui2py
GNU Lesser General Public License v3.0
0 stars 0 forks source link

model undefined in GridEvent in event.py #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a GridView and add an onclick action
2. click on the grid
3.

What is the expected output? What do you see instead?
The action should be called, but instead there is an error in GridEvent in 
event.py. It includes a reference to detail=model(wx_item) but the line 
defining model is commented out. 

What version of the product are you using? On what operating system?

0.9b on Mac OS X but the same error exists in 0.9.3. 

Please provide any additional information below.

commenting out the detail=model(wx_item) line works fine. 

Original issue reported on code.google.com by crows...@gmail.com on 10 Oct 2013 at 6:40