Hi,
I have upgraded my application's jars from smartgwt 5 to smart gwt 12, thats it , no other changes made.
When starting the application in Super Dev mode, the compilation is successful, but the application UI is blank. nothing comes up.
On checking in the Chrome Dev Tools, below error is seen on the line where ModuleEntryPoint is drawing the layout.. Can you please suggest .
Uncaught TypeError: _1.$sq is not a function
at _3.isc_Layout_updateMemberTabIndex [as updateMemberTabIndex] (ISC_Foundation.js:369)
at _3.isc_Layout__setupMembers [as $2w] (ISC_Foundation.js:233)
at _3.isc_Layout_drawChildren [as drawChildren] (ISC_Foundation.js:230)
at _3.isc_Canvas_draw [as draw] (ISC_Core.js:2603)
at VLayout_1_g$.draw_0_g$ [as draw_2_g$] (BaseWidget.java:514)
I have upgraded my application's jars from smartgwt 5 to smart gwt 12, thats it , no other changes made.
When starting the application in Super Dev mode, the compilation is successful, but the application UI is blank. nothing comes up.
On checking in the Chrome Dev Tools, below error is seen on the line where ModuleEntryPoint is drawing the layout.. Can you please suggest .
Uncaught TypeError: _1.$sq is not a function
at _3.isc_Layout_updateMemberTabIndex [as updateMemberTabIndex] (ISC_Foundation.js:369)
at _3.isc_Layout__setupMembers [as $2w] (ISC_Foundation.js:233)
at _3.isc_Layout_drawChildren [as drawChildren] (ISC_Foundation.js:230)
at _3.isc_Canvas_draw [as draw] (ISC_Core.js:2603)
at VLayout_1_g$.draw_0_g$ [as draw_2_g$] (BaseWidget.java:514)
Comment