Page 1 of 1

Operation becomes impossible

PostPosted: 30 Sep 2014 06:54
by mjq
Hi,

When I created my app which contains IWCGJQMessageDlg,
I found the situation that becomes impossible to operate.

I attached a simple testcase, so please try to execute it.
TestCase4.7z


How to test:

1) Execute testcase, then 2 buttons appears.

2) Click Button 1, then MessageDlg appears.

3) Click 'Yes' button of MessageDlg,
then the Exception message is shown by the dialog that is created by browser.

4) After clicking the 'OK' button of the browser's dialog, this dialog is hidden,
but the previous MessageDlg remains visible.

5) Cannot hide MessageDlg even if do any operation except closing browser,
so that the operation to this app is impossible anymore.

*the Exception is simulation of Database Exceptions.


Why on earth will this happen? :oops:

(If this is bug, and contains complex problems,
please put this in TODO list and fix it in possible timings. ;) )

Re: Operation becomes impossible

PostPosted: 01 Oct 2014 12:21
by Alexander Bulei
Hi mjq,

Fixed in next build.

Note: On exception, the MessageDlg will have same behavior, but will possible close the dialog.

Best Regards.

Re: Operation becomes impossible

PostPosted: 02 Oct 2014 01:58
by mjq
Hi,

Now I Confirmed it on V2.3.0.56.

Fantastic!

I appreciate your fast support.