pashminakazi opened a new issue #439: Popup Issue 
URL: https://github.com/apache/royale-asjs/issues/439
 
 
   We have a file PickList_Simple component of customtype 
"shmResizableTitleWindow extends TitleWindow".
   
   We have these few lines in our actionscript code
   var popUpWinInstance:PickList_Simple =
                                
PickList_Simple(PopUpManager.createPopUp(as_ObjThis as UIComponent,
                                        PickList_Simple, true));
   when converted to .js
     var /** @type {com.shm.components.PickList_Simple} */ popUpWinInstance = 
org.apache.royale.utils.Language.as(mx.managers.PopUpManager.createPopUp(org.apache.royale.utils.Language.as(as_ObjThis,
 mx.core.UIComponent), com.shm.components.PickList_Simple, true), 
com.shm.components.PickList_Simple, true);
   
   It generates error while executing this line, Stack Trace of the error is 
given below:
   https://paste.apache.org/iiwpx

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