[email protected] wrote: > Paul, > > I don't think so. What I wanted to do was to return only if beingpage() was > actually called. You are setting isNewPageOrColumn = True and then tesing > "if isNewPageOrColumn" without it possibly changing in between so the > "return y" will never get fired. Was my change incorrect?
You are correct: with my change I should have gotten rid of the flag and returned y no matter what, obviously not the intent. Run Carl's rfxml with your patch applied, and you'll see that the id's go from 0,1,2 in the first column to 4,5,6 in the second. Clearly wrong, too. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
