Page 1 of 1

ReRender shrinks Panel

PostPosted: 16 Apr 2015 12:34
by JMiller
Hello,

I have a IWCGJQLayout with a left and a center panel.
Inside the center panel is a region and a button to call AjaxReRender for that same region.

If I close the left panel and push the button, the region is rerendered, but with the size it had, when the left panel was shown:

RRPanelOverlap.png


Any idea, what's wrong here?

Best regards,
JM

Re: ReRender shrinks Panel

PostPosted: 17 Apr 2015 11:28
by Alexander Bulei
Hi JMiller,

Can you provide the simple testcase pelase? t.i.a

Best Regards.

Re: ReRender shrinks Panel

PostPosted: 21 Apr 2015 07:25
by JMiller
Hello,

I've sent you the test case yesterday at 15:09hrs (attachement 2,9MB).

Best regards,
JM

Re: ReRender shrinks Panel

PostPosted: 21 Apr 2015 09:45
by Alexander Bulei
Hi JMiller,

We have not received nothing here from you.
Attached the file here or re-send please.

Best Regards.

Re: ReRender shrinks Panel

PostPosted: 21 Apr 2015 11:43
by JMiller
Hello,

I've tried sending an E-mail with the test case (floppy disk sized archives), but I guess that didn't reach you, either.

Since your forum doesn't allow file extensions like .z01 I had to rename the second archive.
I guess, you have to rename TestPanelCloseEXE01.zip back to TestPanelCloseEXE.z01 for the unzipping to work.


Best regards,
JM

Re: ReRender shrinks Panel

PostPosted: 21 Apr 2015 17:53
by Alexander Bulei
Hi JMiller,

You need call the AjaxReRender with following parameters:

delphi code
IWCGJQRegion1.AjaxReRender(True,False);


Best Regards.