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/19 10:17:01 UTC

[GitHub] [royale-asjs] pashminakazi opened a new issue #725: TypeError: Cannot set property 'oParentForm' of null

pashminakazi opened a new issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Accounts Payable from Select in Menu
   Go to Sales Commission Scheme from Setups in Menu
   File : com/dbz/modules/AR/dbzSalesCommissionScheme.mxml
   
   popUpDetailEntry = new dbzSalesCommissionSchemeDetail();
   popUpDetailEntry.oParentForm = this;
   
   oParentForm  is defined in dbzSalesCommissionSchemeDetail
   [Bindable] public var oParentForm:Object = null;
   
   On Clicking **Plus (+)** button for detail grid 
   function called **fn_AddProduct** and which is setting 
   
   **popUpDetailEntry.oParentForm = this;** and then this exception occurs
   ![image](https://user-images.githubusercontent.com/42200979/74824660-551e4380-532a-11ea-953a-988338adba25.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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-590485653
 
 
   An exception was thrown during the loading of the module.

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
pashminakazi opened a new issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Accounts Payable from Select in Menu
   Go to Sales Commission Scheme from Setups in Menu
   File : com/dbz/modules/AR/dbzSalesCommissionScheme.mxml
   
   popUpDetailEntry = new dbzSalesCommissionSchemeDetail();
   popUpDetailEntry.oParentForm = this;
   
   oParentForm  is defined in dbzSalesCommissionSchemeDetail
   [Bindable] public var oParentForm:Object = null;
   
   On Clicking **Plus (+)** button for detail grid 
   function called **fn_AddProduct** and which is setting 
   
   **popUpDetailEntry.oParentForm = this;** and then this exception occurs
   ![image](https://user-images.githubusercontent.com/42200979/74824660-551e4380-532a-11ea-953a-988338adba25.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 closed issue #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui closed issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725
 
 
   

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-590707920
 
 
   Also, a possible workaround would be to use:
   
   `restrict="0-9,\\"`

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-590704884
 
 
   So what should i use instead of 
   `restrict="0-9,\"`

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-590487540
 
 
   Special-cased looking for trailing \' in output for MXML.

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-590308561
 
 
   Check this issue in 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Accounts Payable from Select in Menu
   Go to ATM Rental Payment from Setups in Menu
   File : com/dbz/modules/AR/dbzATMRentalPayment.mxml
   
   Open this setup Click on New Button and then Plus button (+)

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
pashminakazi opened a new issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725
 
 
   Project Details are :
   https://paste.apache.org/cpo8y
   Test case is available on VDI.
   Go to Accounts Payable from Select in Menu
   Go to Sales Commission Scheme from Setups in Menu
   File : com/dbz/modules/AR/dbzSalesCommissionScheme.mxml
   
   popUpDetailEntry = new dbzSalesCommissionSchemeDetail();
   popUpDetailEntry.oParentForm = this;
   
   oParentForm  is defined in dbzSalesCommissionSchemeDetail
   [Bindable] public var oParentForm:Object = null;
   
   On Clicking **Plus (+)** button for detail grid 
   function called **fn_AddProduct** and which is setting 
   
   **popUpDetailEntry.oParentForm = this;** and then this exception occurs
   ![image](https://user-images.githubusercontent.com/42200979/74824660-551e4380-532a-11ea-953a-988338adba25.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 closed issue #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui closed issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725
 
 
   

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-590707557
 
 
   This should have been fixed by royale-compiler change ab459138c5f293e2fdafca3c4842182d72d47abd

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-589519562
 
 
   just a min.I am connecting VDI for 1 min

----------------------------------------------------------------
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 edited a comment on issue #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui edited a comment on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-590485653
 
 
   An exception was thrown during the loading of the module.  That should always be reported.
   
   There is a the following MXML:
   
   ```
   restrict="0-9,\"
   ```
   
   This results in JS output
   ```
   'restrict',
   true,
   '0-9.\',
   ```
   which is not valid.

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-589519001
 
 
   I cannot reproduce this on the VDI

----------------------------------------------------------------
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 edited a comment on issue #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
aharui edited a comment on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-590485653
 
 
   An exception was thrown during the loading of the module.  That should always be reported.
   
   There is a the following MXML:
   
   ```
   restrict="0-9,\"
   ```
   
   This results in JS output
   'restrict',
   true,
   '0-9.\',
   
   which is not valid.

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-589520026
 
 
   Ok,fine now connect VDI

----------------------------------------------------------------
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 #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
pashminakazi commented on issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725#issuecomment-589519367
 
 
   Go to Accounts Payable from Select in Menu
   Go to Sales Commission Scheme from Setups in Menu
   and click on **+** button 

----------------------------------------------------------------
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 closed issue #725: TypeError: Cannot set property 'oParentForm' of null

Posted by GitBox <gi...@apache.org>.
pashminakazi closed issue #725: TypeError: Cannot set property 'oParentForm' of null
URL: https://github.com/apache/royale-asjs/issues/725
 
 
   

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