Uwe Grauer wrote:
> Dabo wrote:
>> #1068: Fix dGrid's bool renderer to respond on first mouse click
>> ---------------------+------------------------------------------------------
>>   Reporter:  paul    |       Owner:  paul
>>       Type:  defect  |      Status:  assigned
>>   Priority:  major   |   Milestone:  0.9
>>  Component:  ui      |     Version:
>> Resolution:          |    Keywords:
>> ---------------------+------------------------------------------------------
>> Changes (by paul):
>>
>>   * owner:  somebody => paul
>>   * status:  new => assigned
>>
>> Comment:
>>
>>  Potentially fixed in [3168]. Need to test with actual data.
>>
>
> rev 3168 gives me a traceback:
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line
> 3201, in __onWxGridSelectCell
>     col = self.Columns[evt.Col]
> AttributeError: 'GridEvent' object has no attribute 'Col'
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line
> 3201, in __onWxGridSelectCell
>     col = self.Columns[evt.Col]
> AttributeError: 'GridEvent' object has no attribute 'Col'
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dGrid.py", line
> 3201, in __onWxGridSelectCell
>     col = self.Columns[evt.Col]
> AttributeError: 'GridEvent' object has no attribute 'Col'

Ok, you must be on wxPython < 2.7, as the code I posted relies on wx
properties. Change forthcoming... thanks!

-- 
pkm ~ http://paulmcnett.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to