Hi Senordhuff,
As with other SmartClient widgets, you can make pop up windows drag-resizeable via the canDragResize attribute.
You can see this in action here.
If you want to show the resizer icon in the bottom left, ensure the footer is showing for the window via window.showFooter and ensure window.showResizer is also true.
Comment