Implement DataCanvas.measure
Closed this issue · 1 comments
GoogleCodeExporter commented
Currently this method sets the measuredWidth and measuredHeight to
arbitrary values (400x400). Instead it should determine the width and
height of its layouts and set the measured properties accordingly. In the
meantime it should set default to 0x0 instead of 400x400.
Original issue reported on code.google.com by mvand...@gmail.com
on 4 Jun 2009 at 2:12
GoogleCodeExporter commented
The dimensions of layouts should always be set explicitly. Measurement of
layouts in
DataCanvas is not necessary.
Original comment by mvand...@gmail.com
on 4 Dec 2009 at 1:36
- Changed state: Invalid