Hi,
there is a bug in dGridSizer's setColExpand() and setRowExpand() methods.
The line :

if isinstance(expand, basestring):
Should be changed to :
if not isinstance(expand, basestring):


As the colNum argument should be switched with the expand argument only if expand is NOT an instance of basestring.
Actually none of these methods will work due to this bug.


Cheers




--- StripMime Report -- processed MIME parts ---
multipart/alternative
 text/plain (text body -- kept)
 text/html
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.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