Page 1 of 1

Form frozen

PostPosted: 03 Apr 2016 15:00
by mka
Hi developers,
I got a problem with a TIWCGJWQDialogEx on which I have two regions that is flipped like a wizard between two pages. On the first page I have some editboxes, comboxes and checkboxes, called criteria, and the second page is the result, it is a grid, that the user can select a row from. I call it a search box. Normally the criteria will be used for building a SQL select, and the result is filled into the grid.

I am in the progress of writing a test program with just the search box on, but I wanted to ask if this error maybe something that CGDevTools programmers out there could recognize:
IWBase__ECE94761A.js:4 Uncaught TypeError: Cannot read property 'selectorText' of undefined

The form is totally frozen; no server calls will come through to the code.

I get it only when I open the dialog the second time around or sometimes only after even more cycles of open dialog, doing a search and selecting a row and going from the start again.

Regards mka

Re: Form frozen

PostPosted: 04 Apr 2016 15:23
by Alexander Bulei
Hi mka,

Please try this: viewtopic.php?f=118&t=690

And then, go to the browser developer console (F12), and check for the js errors.

Best Regards.