Ed Leafe wrote: > On Dec 6, 2008, at 7:21 PM, Paul McNett wrote: > >> Can you merge the following int dGrid.py and tell me the output? And >> try uncommenting >> that continue and commenting return. It smells of just this problem >> but I'm not sure >> why it isn't a problem in the dGrid test. > > Your nose was correct. Changing 'return' to 'continue' fixed the > problem. It's now working in both the self test and in the Class > Designer.
Ok, originally we could safely return because we were going left to right in the columns and if the column was offscreen there was nothing else to draw. But now with the possibility of Visible being False we can no longer assume that. 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]
