Smart-Gwt window not redrawing scrollbars when child widget changes?

If you were using SmartGWT components for the content, the SmartGWT Window would automatically respond and show scrollbars Since you're using something else, SmartGWT does not receive a notification that the components have changed size, however, you can place all the components into a SmartGWT Canvas container and call adjustForContent() whenever the size of the components changes smartclient.com/smartgwtee/javadoc/com/s... Note that this is one of many reasons why we recommend avoiding mixing different component sets (eg GWT built-in widgets and SmartGWT widgets) - other problems include maintaining the tab order, pixel-perfect layout, and modality coordination. Explained in more detail here: http://forums.smartclient.com/showthread.php?t=8159#aMix.

If you were using SmartGWT components for the content, the SmartGWT Window would automatically respond and show scrollbars. Since you're using something else, SmartGWT does not receive a notification that the components have changed size, however, you can place all the components into a SmartGWT Canvas container and call adjustForContent() whenever the size of the components changes. smartclient.com/smartgwtee/javadoc/com/s... Note that this is one of many reasons why we recommend avoiding mixing different component sets (eg GWT built-in widgets and SmartGWT widgets) - other problems include maintaining the tab order, pixel-perfect layout, and modality coordination.

Explained in more detail here: http://forums.smartclient.com/showthread.php?t=8159#aMix.

Thanks, I went with the first option to avoid having to change to much, and now it works great. – krishnaz Jan 26 '10 at 14:55.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions