Hi All,
Can anyone tell me that how can i resize a window in XUL.I tried resizable but it is not working.
Hi All,
Can anyone tell me that how can i resize a window in XUL.I tried resizable but it is not working.
To make the window manually resizable, you use what you tried - 'resizable'
var myWin = window.openDialog('chrome://myapp/content/mywindow.xul','mywindow','centerscreen,chrome,resizable,dialog=no',{});
To resize it programmatically, try the functions ResizeTo or ResizeBy