Jenkins build is back to normal : royale-asjs_MXTests #928

2019-07-12 Thread Apache Royale CI Server
See

Build failed in Jenkins: royale-asjs_MXTests #927

2019-07-12 Thread Apache Royale CI Server
See -- [...truncated 944.66 KB...] [mxmlc] scanning for overrides: DeviceNames [mxmlc] scanning for overrides: DispatchKeyEvent [mxmlc]

Re: Crux Branch

2019-07-12 Thread Greg Dove
Hi Josh, it's great that you're working on this. Unless I'm mistaken, there is currently a 'manual' way to do this, which you may have already seen, using 'exclude-defaults-css-files' in royale-config, I believe this type of approach works: MXRoyaleJS.swc:defaults.css (I saw

Re: AMF and class aliases

2019-07-12 Thread Piotr Zarzycki
Yeah I was heavy touching binding beads long time ago - I did couple of fixes as well, but at that time I wasn't using so heavy that part. That was fun ;) On Fri, Jul 12, 2019, 7:31 PM Carlos Rovira wrote: > Hi Andrew, > > I think the hardest thing when we did our migration was about bindings.

Re: Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Hi Yishay, I'm trying to achieve exactly what is in the link from SOF. Thanks, Piotr On Fri, Jul 12, 2019, 7:35 PM Yishay Weiss wrote: > Can you show a flash snippet of what you’re trying to achieve? Would you > be using FileReference in flash? > > > > > From:

RE: Uploading files with parameters

2019-07-12 Thread Yishay Weiss
Can you show a flash snippet of what you’re trying to achieve? Would you be using FileReference in flash? From: Piotr Zarzycki Sent: Friday, July 12, 2019 4:02:13 PM To: dev@royale.apache.org Subject: Re: Uploading files with parameters Hi Harbs, I mean

Re: AMF and class aliases

2019-07-12 Thread Carlos Rovira
Hi Andrew, I think the hardest thing when we did our migration was about bindings. I think it was great to team with Greg Dove since he was able to detect and fix many binding things through our way (I highly recommend others to hire Greg, or others here like Josh, Piotr, Yshay, etc... since they

Re: Crux Branch

2019-07-12 Thread Josh Tynjala
I'm working on a fix for the CSS issue that Harbs started a thread about. I'm almost ready, but I have some edge cases to finish up. I feel like it's an important one to get into the release because it injects a lot of Jewel CSS into non-Jewel apps (and CSS from *several* other SWCs too). However,

Re: AMF and class aliases

2019-07-12 Thread Frost, Andrew
Thanks Yes, binding is one that we're definitely also having some fun with. Wrote our own little binding bead for now but at some point I'll get round to looking in depth to see if there's a way of doing this using the 'proper' beads. In case you're that interested: it's for localisation where

Re: Maven Royale-compiler build

2019-07-12 Thread Piotr Zarzycki
The same is with https://builds.apache.org/job/Royale-asjs/1947/console pt., 12 lip 2019 o 16:52 Piotr Zarzycki napisał(a): > I stopped the build for now. > > pt., 12 lip 2019 o 16:18 Piotr Zarzycki > napisał(a): > >> Hi, >> >> I have finally get to the bottom of problems with Windows

Re: Maven Royale-compiler build

2019-07-12 Thread Piotr Zarzycki
I stopped the build for now. pt., 12 lip 2019 o 16:18 Piotr Zarzycki napisał(a): > Hi, > > I have finally get to the bottom of problems with Windows machines in > Apache. It turns out that the old one was removed and there are new boxes. > I have switched each of our build to new one and

Re: Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Harbs, I'm trying to understand your sentence. I looked into URLBinaryLoader and I don't see the way of putting there params, nor in URLRequest. Thanks, Piotr pt., 12 lip 2019 o 15:25 Piotr Zarzycki napisał(a): > Can you provide me example - event pseudo code would be helpful. > > pt., 12 lip

Maven Royale-compiler build

2019-07-12 Thread Piotr Zarzycki
Hi, I have finally get to the bottom of problems with Windows machines in Apache. It turns out that the old one was removed and there are new boxes. I have switched each of our build to new one and Compiler seems to stuck on accepting license for playerglobal.swc. [1] - Anyone know how to make it

Re: Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Can you provide me example - event pseudo code would be helpful. pt., 12 lip 2019 o 15:09 Harbs napisał(a): > You can use a URLBinaryLoader with the file reference from the FileBrowser > as one of the parameters in the URLRequest. > > > On Jul 12, 2019, at 4:02 PM, Piotr Zarzycki > wrote: > >

Re: Uploading files with parameters

2019-07-12 Thread Harbs
You can use a URLBinaryLoader with the file reference from the FileBrowser as one of the parameters in the URLRequest. > On Jul 12, 2019, at 4:02 PM, Piotr Zarzycki wrote: > > Hi Harbs, > > I mean something like here [1] - I'm not sure if it answers to your > question. > > [1]

Re: Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Hi Harbs, I mean something like here [1] - I'm not sure if it answers to your question. [1] https://stackoverflow.com/questions/15218292/xhr-sendfile-params Thanks, Piotr pt., 12 lip 2019 o 14:58 Harbs napisał(a): > Do you mean multipart or something else? > > > On Jul 12, 2019, at 3:44 PM,

Re: Uploading files with parameters

2019-07-12 Thread Harbs
Do you mean multipart or something else? > On Jul 12, 2019, at 3:44 PM, Piotr Zarzycki wrote: > > Hey Guys, > > We are progressing with port Flex app to Royale. One of the feature in that > app is uploading File to server sigh along with couple of additional > parameters. I see that uploading

Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Hey Guys, We are progressing with port Flex app to Royale. One of the feature in that app is uploading File to server sigh along with couple of additional parameters. I see that uploading is possible trough several beads available here [1]. Unfortunately non of them provides nice options to add

Re: AMF and class aliases

2019-07-12 Thread Carlos Rovira
Yeah! we are in production with AMF for around 4 months without any issue! So RO works great for Royale ;) this kind of problems where something is not working and is about a missed bead are very typical to Royale. Is the same with binding, statesbut our brains ends taking that into account

Re: Crux Branch

2019-07-12 Thread Piotr Zarzycki
Hi Greg, Thanks for update. I'm having again more important tasks and that is why I didn't start release process yet. It looks like I will have for sure 2 full working days to start process on upcoming Wednesday. If you make it till that time it would be great, if not let's stay on the branch.