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

2020-06-16 Thread GitBox
aharui commented on issue #715: URL: https://github.com/apache/royale-asjs/issues/715#issuecomment-645152805 CallingSetupFunction is a LabelFunction so it must return a String. It can't be a `void` This is an automated

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

2020-06-16 Thread GitBox
aharui commented on issue #715: URL: https://github.com/apache/royale-asjs/issues/715#issuecomment-644562754 Is CallingSetupFunction called with the correct parameters? Set a breakpoint and debug into it. Make sure it returns the value from SetupList.fn_FormatProductGrid. If you

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

2020-02-20 Thread GitBox
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

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

2020-02-20 Thread GitBox
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

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

2020-02-13 Thread GitBox
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