I have just added the grid to the hours form and everything works as
expected.  I did notice however, that there is a traceback generated by
Python, whining about "ShowColumnLabels is deprecated".  This doesn't seem
to cause a problem with the form but you might want to address it.


C:\Python25\lib\site-packages\dabo-0.9.2-py2.5.egg\dabo\ui\uiwx\dGrid.py:4500:
D
eprecationWarning: ShowColumnLabels is deprecated. Use ShowHeaders instead
warnings.warn(_("ShowColumnLabels is deprecated. Use ShowHeaders instead"),
De
precationWarning)
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line
1436
8, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File "C:\aaa\dabo\ide\ClassDesigner.py", line 1644, in updateLayout
self.PemForm.select(self._selection)
File "C:\aaa\dabo\ide\ClassDesignerPemForm.py", line 220, in select
lbl = "Column %s ('%s')" % (ob.Parent.Columns.index(ob)+1, ob.Caption)
ValueError: list.index(x): x not in list

Steve Rose


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to