Jump to content

Cannot set property 'component' of null


erich.wanker

Recommended Posts

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

Link to comment
Share on other sites

  • Administrators

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?

Link to comment
Share on other sites

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 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

post-1295-0-70181300-1532361889_thumb.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...