Export to GitHub

gui2py - issue #9

model undefined in GridEvent in event.py


Posted on Oct 10, 2013 by Helpful Elephant

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.

Status: New

Labels:
Type-Defect Priority-Medium