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. > > > -- Ed Leafe > > > > > By doing c[?] I was able to do what Paul had done.
I still haven't figured out a way to make the tutorial code do it. I'll keep trying. Word Wrap in a grid does work just not my grid. Paul McNary [EMAIL PROTECTED] _______________________________________________ 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]
