tomkaXX / axiis

Automatically exported from code.google.com/p/axiis
0 stars 0 forks source link

Implement DataCanvas.measure #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 8 years ago
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