pashminakazi opened a new issue #645:  Uncaught TypeError: Cannot set property 
'x' of undefined (DataGridLayout.js)
URL: https://github.com/apache/royale-asjs/issues/645
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Fixed Asset from Select in Menu
   Go to Reporting Levels -> Region from Setups in Menu
   File : com/dbz/modules/FA/dbzRptLvl1Setup.mxml
   
   In dbzRptLvl1Setup we are using dbzSetupList.mxml which is in Lib
   in dbzRptLvl1Setup 
   SetupList.setupColumn1.visible=false;  (CNIC)
   SetupList.setupColumn2.visible=false;  (Address)
   those were working as visible=false before changes in SDK on VDI 
   
![image](https://user-images.githubusercontent.com/42200979/71641026-e839e600-2cb6-11ea-9e1c-ce8cff416df9.png)
   
   
   After changes on SDK there is a exception on Console "Cannot set property 
'x' of undefined" So the 
   SetupList.setupColumn1.visible=false;  (CNIC)
   SetupList.setupColumn2.visible=false;  (Address)
   is not visible=false because of this exception i think
   
   ![reportinglevel column 
issue](https://user-images.githubusercontent.com/42200979/71641062-57173f00-2cb7-11ea-9cc2-8a991e024a89.gif)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to