Jump to content

Ext.ux.Form.Multiselect is not a constructor


herculanojs

Recommended Posts

Usually whenever I do a unigui version update there are some problems
 
Things that were working begin to show errors.
this time we upgrade from version 1.0.0.1412 to version 1.0.0.1424
 
I struggled for hours with the mentioned error, and the problem only apparently resolved, after I removed all unigui installations from the server.
 
Strangely, every time we install FMSoft_uniGUI_Complete_runtime, they are always getting trashed from previous versions.
 
Should not this be cleaned with a new version?
 
Only after I parted the server, I removed all the cache, cleaned everything in the folder of fmsoft and reinstalled the version with final 1.0.0.1424, that stopped the problem.
 
 
Does the described error occur for what reason?
 
Another problem I have yet to face is when there is some ajax error, the whole system crashes and not just the user session.

 

post-1670-0-63556100-1517143235_thumb.png

Link to comment
Share on other sites

The only ones I use are from highcharts, and two others from notification

 

(AlwaysOnTop.js, drilldown.js, drilldown.src.js, exporting.js, exporting.src.js, highcharts.js, highcharts.src.js, highcharts-3d.js, highcharts-3d.src.js, highcharts-all.js, highcharts-more.js, highcharts-more.src.js, jquery.min.js, Notification.js)

Link to comment
Share on other sites

With Farshad's help, we have been able to understand and solve the problem.


 


At first for some reason in some cases, js automatically adds some files that unigui executes, when you do not declare classes in main form uses.


In my case in particular, the application is all packaged in bpl, and since it was not making uses of the classes being loaded into the bpl, the corresponding js was not being loaded.


To solve the problem, I added in the uses references the classes in the main form of the project, and the problem was solved.


 


Thanks Farshad for the usual support


Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...