Re: @externs tutorial I can not work.

2020-08-18 Thread Carlos Rovira
Hi, the difference you see is that we changed the code generation for externs, since it was not working for IE11. So both are valid, but if you want to support IE11 you'll need the newer version. Also, I upgrade all examples and blog posts to newer versions,, and added captures since now examples

Re: @externs tutorial I can not work.

2020-08-16 Thread yushiro maeda
Hello, Carlos. Thank you for the update on the example. I compared it to the file on the site that was uploaded and found a difference in index.html I tried to find out why, but I found out that the sdk we used was different The following index.html is different between royale0.9.7 and royale0.

Re: @externs tutorial I can not work.

2020-08-11 Thread Carlos Rovira
Hi Yushiro, just updated the example: https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/ thanks for reporting. Through these months we modified some things like the inject_html directive, so I updated the code accordingly. Also the look and feel of jewel themes change

Re: @externs tutorial I can not work.

2020-08-11 Thread yushiro maeda
Hello The location of the error. http://ns.adobe.com/mxml/2009"; xmlns:j="library:// ns.apache.org/royale/jewel" xmlns:js="library://ns.apache.org/royale/basic" xmlns:html="library://ns.apache.org/royale/html" initialize="codeTextLoader.send();"> error at the hljs.highlightBlock(sourceCodeMX

Re: @externs tutorial I can not work.

2020-08-11 Thread yushiro maeda
Hi Thank you for your reply. The code is the same as the following link. https://github.com/apache/royale-asjs/tree/develop/examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale In https://royale.apache.org/using-external-javascript-libraries-in-apache-royale/ The differen

RE: @externs tutorial I can not work.

2020-08-11 Thread Yishay Weiss
Hi Yushiro, Can you share your code so we can help you? From: yushiro maeda Sent: Tuesday, August 11, 2020 9:56 AM To: users@royale.apache.org Subject: @externs tutorial I can not work. Hello I follow the tutorial below. But the l