google-code-export / tatami

Automatically exported from code.google.com/p/tatami
1 stars 1 forks source link

GraphicCanvas does not resize when setPixelSize is called on it #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a GraphicCanvas
2. add it to a panel 
3. then try to change it's size using setPixelSize or setSize.

What is the expected output?
The canvas should resize.

What do you see instead?
There is no effect.

What version of the product are you using?
Tatami 1.3 jar

On what operating system?
Windows Vista, hosted mode(ie7) and Fx3 

Fix: call the GraphicCanvas method onAttach after resizing using
setPixelSize.  I would like to see the setPixelSize function call onAttach
to do the update it's self.

Original issue reported on code.google.com by rhos...@gmail.com on 15 Feb 2009 at 9:00

Attachments:

GoogleCodeExporter commented 9 years ago
Hi, you can donwload the version of Tatami-1.3.1. In this version, you can set 
the
size of the GraphicCanvas. 
Thx Vianney Grassaud.

Original comment by vgrass...@gmail.com on 16 Feb 2009 at 9:32