Ed Leafe wrote: > 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.
My example should have said c = g.Columns[1] but it instead said c = g.Columns[. I have no idea why. Paul _______________________________________________ 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]
