Hi,
We found a problem with smartgwt-power-3.1p-2013-01-24 while setting on a HLayout the setShowShadow(true). The shadow size was the whole window. Here is the code we use:
I tested locally using smartgwt-3.1p.2013-01-28 and the Shadows sample is also broken. See the attached picture.
I found a related post here: http://forums.smartclient.com/showpost.php?p=98755&postcount=32
Could you please post a reply when it is fixed?
Thanks,
Mihnea
We found a problem with smartgwt-power-3.1p-2013-01-24 while setting on a HLayout the setShowShadow(true). The shadow size was the whole window. Here is the code we use:
Code:
HLayout top = new HLayout();
top.setDefaultLayoutAlign(Alignment.CENTER);
top.setWidth100();
top.setHeight(64);
top.setBackgroundImage("[SKIN]/Page/headerBackground.png");
top.setLayoutRightMargin(60);
top.setLayoutLeftMargin(30);
top.setShowShadow(true);
top.bringToFront();
I found a related post here: http://forums.smartclient.com/showpost.php?p=98755&postcount=32
Could you please post a reply when it is fixed?
Thanks,
Mihnea
Comment