Page 1 of 1

Error throws when child window is closed

Posted: Mon Feb 13, 2017 1:28 am
by sd1388
Hi Team,

I am invoking child window from one page. it popups correctly but it throws error when it is closed. please find below error. is it known behaviour?

Error-
System.ArgumentException: Width cannot be lower than 0.

The above error covers entire window of parent page. I have already set child window width.

e.g. ChildWindow Width="800"

Please suggest.

Re: Error throws when child window is closed

Posted: Tue Feb 14, 2017 12:00 pm
by sd1388
Hi Team,

Any update on this? Is it known behaviour that when child window is closed then it throws such error.

Thanks.

Re: Error throws when child window is closed

Posted: Tue Feb 21, 2017 11:08 am
by sd1388
Hi Team,

Any update on this?

Thanks.

Re: Error throws when child window is closed

Posted: Sat Mar 04, 2017 6:36 pm
by JS-Support @Userware
Hi,

We cannot reproduce this issue. Please find attached a sample project with a ChildWindow that opens and closes fine.

If you still encounter the issue, can you please reproduce it in a separate small project and attach it to this forum thread?

Thanks a lot.
Regards,
JS-Support

Re: Error throws when child window is closed

Posted: Wed May 24, 2017 10:48 am
by JS-Support @Userware
It appears that we could reproduce this error with code such as: var size = new Size(double.NaN, double.NaN);
This is going to be fixed in Beta 11.8.

Thanks.
Regards,
JS-Support