Page 1 of 1

Resize of a dialog

PostPosted: 15 May 2015 12:45
by Soren SDF
Hi.

I have a dialog with resizeable set to True and frames i load into the dialog don't adjust their sizes if i resize the dialog.
The frames and regions have alignment set to alClient but whenever i load aframe into the dialog it is the same size the dialog was originally.
If the dialog originally is 200 X 400 the frame always loads as 200 X 400 even if i resize to 300 X 750. I can force the frame to resize by manually resize the dialog again a pixel or so.
What to do please?

Sören

Re: Resize of a dialog

PostPosted: 15 May 2015 15:29
by Jorge Sousa
Hello

Can you pick up the dialog demo we posted recently for your post, and show us what you mean? t.i.a.

Re: Resize of a dialog

PostPosted: 18 May 2015 08:39
by Soren SDF
I apoligize.

The error was in my code. I had my AjaxRerenders mixed up.

Sören