You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/02/12 10:14:09 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

pashminakazi opened a new issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715
 
 
   ![image](https://user-images.githubusercontent.com/42200979/74325339-3d831000-4daa-11ea-837b-ad352ada90f5.png)
   ![image](https://user-images.githubusercontent.com/42200979/74325346-407e0080-4daa-11ea-9009-32380afb79f8.png)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715#issuecomment-585600839
 
 
   Not enough information.  It is your responsibility to provide enough information for me to reproduce this problem.  It is not a good use of my time to search your source code to try to figure out how to get to this screen.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715#issuecomment-589515493
 
 
   						<mx:AdvancedDataGridColumn dataField="setupDetailColumn3" headerText="Product Code" width="165" labelFunction="CallingSetupFunction"/>
   
   ```
   public function CallingSetupFunction():void {
   	SetupList.fn_FormatProductGrid();
   }
   ```
   Error: Incorrect number of arguments.  Expected 2
   
   ```
   public function fn_FormatProductGrid( item:Object, column:AdvancedDataGridColumn):String {
   				if (item[column.dataField] == null)
   					return item[column.dataField];
   				else
   					return dbzUtil.formatInputVal(item[column.dataField], arrProductFormat[1], arrProductFormat[0], arrProductFormat[2]); 
   			}
   ```
   What arguments should be passed to fn_FormatProductGrid?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui closed issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

Posted by GitBox <gi...@apache.org>.
aharui closed issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui closed issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

Posted by GitBox <gi...@apache.org>.
aharui closed issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715#issuecomment-588124305
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Inventory from Select in Menu
   Go to PSSM -> Facility from Setups in Menu
   File : com/dbz/modules/Common/dbzFacilityMaster.mxml
   
   when i open this setup,Exception occurs and setup doesn't open
   ![image](https://user-images.githubusercontent.com/42200979/74821168-015d2b80-5325-11ea-9754-943649d226ca.png)
   ![image](https://user-images.githubusercontent.com/42200979/74821218-15a12880-5325-11ea-8617-c34eb7a0d4fe.png)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715#issuecomment-589512586
 
 
   The compiler is not generating the right code for labelFunction="SetupList.fn_SomeFunction".  I've opened royale-compiler#119 to track it.
   
   As a workaround, create a local function that calls SetupList.fn_SomeFunction.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] pashminakazi opened a new issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

Posted by GitBox <gi...@apache.org>.
pashminakazi opened a new issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715
 
 
   ![image](https://user-images.githubusercontent.com/42200979/74325339-3d831000-4daa-11ea-837b-ad352ada90f5.png)
   ![image](https://user-images.githubusercontent.com/42200979/74325346-407e0080-4daa-11ea-9009-32380afb79f8.png)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [royale-asjs] aharui commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined (base.js)

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #715: Uncaught TypeError: Cannot read property 'call' of undefined   (base.js)
URL: https://github.com/apache/royale-asjs/issues/715#issuecomment-589520658
 
 
   Both arguments.  CallingSetupFunction should have the same parameters as fn_FormatProductGrid and pass those parameters to fn_FormatProductGrid

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services