Build failed in Jenkins: royale-typedefs #1121

2019-02-17 Thread Apache Royale CI Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building on master in workspace

Re: Build failed in Jenkins: royale-asjs_jsonly #2477

2019-02-17 Thread Greg Dove
Alex (or others), I saw this same issue locally. I used a domain checker, and I'm getting the following: 'Java2s.com is DOWN for everyone. It is not just you. The server is not responding..' I assume the above is correct... but I have to ask: are others seeing the same? On Mon, Feb 18, 2019 a

Build failed in Jenkins: royale-asjs_jsonly #2477

2019-02-17 Thread Apache Royale CI Server
See Changes: [carlosrovira] BrowserOrientation educe events to just one -- [...truncated 203.95 KB...] [echo] ROYALE_COMPILER_HOME is C:

Build failed in Jenkins: royale-asjs_jsonly #2474

2019-02-17 Thread Apache Royale CI Server
See Changes: [carlosrovira] BrowserOrientation bead to get device orientation (portrait or [carlosrovira] TDJ BrowserOrientation bead example of use [carlosrovira] fix BrowserOrien

Build failed in Jenkins: royale-asjs_jsonly #2473

2019-02-17 Thread Apache Royale CI Server
See -- [...truncated 209.12 KB...] download-other-license: [echo] basedir is C:\Program Files (x86)\Jenkins\workspace\royale-compiler\compiler\src\ma

Re: TypeNames vs ClassName

2019-02-17 Thread Piotr Zarzycki
In this place it's worth to mention link which explain what actually emulation components are -> https://github.com/apache/royale-asjs/wiki/emulation-components Thanks, Piotr On Sun, Feb 17, 2019, 10:57 AM Carlos Rovira wrote: > Hi Yannick, > > do you mean the HTML/JS/CSS generated code? as you

Re: TypeNames vs ClassName

2019-02-17 Thread Carlos Rovira
Hi Yannick, do you mean the HTML/JS/CSS generated code? as you compile the project you'll see in "js-debug" and "js-release" folders. You can as well use web inspector tools in browsers. About Flex code: there's no automatic migration tool. So you can follow some paths: One is to go with emulatio

Re: Focus / Key Events on Royale Basic

2019-02-17 Thread Harbs
I’ve ran into other events that don’t work on components. I have to jog my memory on what they were. We probably need a set of beads. > On Feb 17, 2019, at 11:41 AM, Carlos Rovira wrote: > > Hi Alex, > > that seems to me a good aproach. Keyboard events seems to be working, so we > only need f

Re: Focus / Key Events on Royale Basic

2019-02-17 Thread Carlos Rovira
Hi Alex, that seems to me a good aproach. Keyboard events seems to be working, so we only need focus events (I think mostly IN/OUT) and if that could be PAYG, it would the best option. thanks El vie., 15 feb. 2019 a las 20:28, Alex Harui () escribió: > I suggested this thread so more folks woul