wrath2019 opened a new issue #458: Equivalent code
URL: https://github.com/apache/royale-asjs/issues/458
 
 
   In flex we had code that let us call a function to call a url that looked 
like the following can someone tell me the equivalent in royale please as we 
have about 20 of these types of calls in the app I am converting on our 
intranet.
   
                 public function openPLTWindow(event:MouseEvent):void {
                         var u:URLRequest = new 
URLRequest("http://prod.tools.net:9903/ITEMSAW";);
                         navigateToURL(u,"_blank");
                 }

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