daroo1987
21 Mar 2012, 6:17 AM
Hi,
I have a problem with Window percentage size.
Very simple example code:
window.setSize("75%", 75%");
Code execution result:
- width is ok
- height has minimal size, it seems that my settings not reflect to height.
My question is: why it is not working and what is a recommened way to setting component sizes in Ext-Gwt? Pixels, percentage or not setting anything?
I have a problem with Window percentage size.
Very simple example code:
window.setSize("75%", 75%");
Code execution result:
- width is ok
- height has minimal size, it seems that my settings not reflect to height.
My question is: why it is not working and what is a recommened way to setting component sizes in Ext-Gwt? Pixels, percentage or not setting anything?