gbruchwald / smartgwt

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

DateChooser is always the regular size in 4.0 #722

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I used datechooser in a fixed way, not the pop-up way.

Then, when using the datechooser in 4.0

it can't resize the width and height .

datechooser is always the 100 pixels in width.

In 3.0, it can resize the datechooser window to the max width

by setting setwidth(200), setwidth(500), setwidth100()...etc..

like attached file 30.jpg

But in 4.0, the datechooser is always the regular window size(100 pixels)

no matter  how i set the setwidth.

like attached file 40.jpg

Original issue reported on code.google.com by linch0...@gmail.com on 2 Sep 2013 at 2:41

Attachments:

GoogleCodeExporter commented 9 years ago
This was fixed in 4.0 and 4.1 a few days ago.  Please retest with a recent 
nightly.

Original comment by smartgwt...@gmail.com on 7 Sep 2013 at 1:10