how to resize a Dialog programmatically?
Can anyone shed some light on the subject? I need to resize my dialog
on a request, from a script. I used to do it in a straightforward way
via .width() applied to a container element, but I guess it was
already incorrect because, at least, overlay was not affected; and now
in the new version of Dialog the (different) widths are set both on
the container and the original element, so that doesn't work at all...
Thanx in advance.