TTreePage.Count error
Posted: Wed Feb 16, 2005 5:50 pm
In TTreePage.Count the number of pages uses the TTree's TotalBounds to calculate the number of pages. It uses the ROUND function that inflates the actual number of pages due to rounding. The SetPage correctly sets the page using the DIV functions. The result is that the TreeNavigator and Printing ends up having multiple blank pages.
Any ideas how to get around this bug?
Any ideas how to get around this bug?