On Jul 7, 2008, at 9:11 PM, Paul McNary wrote:
> I'm on Python 2.4.5 currently
>
> I do the above but when I do print c.WordWrap
>
> it returns
> AttributeError:"list" object has no attribute "WordWrap"
Sounds like 'c' is the Columns property of the grid, which is a list.
Try c[0].WordWrap.
-- Ed Leafe
_______________________________________________
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]