erich.wanker Posted July 23, 2018 Posted July 23, 2018 after update UNIGui to version 1.10.0.1471 / exjs 6.5.3 i become error "Cannot set property 'component' of null" if i start my project (worked fine before update) in browser????? has someone a idea what the reason could be????? ThanX for help Erich Quote
Administrators Farshad Mohajeri Posted July 23, 2018 Administrators Posted July 23, 2018 after update UNIGui to version 1.10.0.1471 / exjs 6.5.3 i become error "Cannot set property 'component' of null" if i start my project (worked fine before update) in browser????? has someone a idea what the reason could be????? ThanX for help Erich Hi, What was your previous version? Quote
Administrators Farshad Mohajeri Posted July 23, 2018 Administrators Posted July 23, 2018 Do you have custom components? or custom JS code? Quote
erich.wanker Posted July 23, 2018 Author Posted July 23, 2018 Hy Farshad, thanx for fast answer :-) System: Win10 32 Bit / Delphi Xe4 / German / Firebird SQL 2.5 / Basic Info no custom conponents Used Components i use "reportbuilder" for printing (http://www.digital-metaphors.com/) i use for firebird 2.5 the zeosLib (Zquery, ZConnection) / standard TDatasource (https://sourceforge.net/projects/zeoslib/) the rest is standard unigui-component :-) i include for visual effects files\js\effects.js files/js/TweenMax.min.js MainForm - Script: function bunload() { dontleave="MountainOffice"; return dontleave; }; function ounload(){ ajaxRequest(MainForm.window, 'SessionClosed', [] ); }; onbeforeunload = bunload; onunload=ounload; - i deleted all JS and librarys - but become same error... i made 3 Logs in the 3 depending forms - but NO LOG was created: uniservermodule.Logger.AddLog('TUniServerModule.UniGUIServerModuleCreate'); uniservermodule.Logger.AddLog('TUniMainModule.UniGUIMainModuleCreate'); uniservermodule.Logger.AddLog('TMainForm.UniFormCreate'); HTH Erich Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.