Re: URLRequest

2019-01-30 Thread Olaf Krueger
Hi, unfortunately, I am not sure about URLLoader. But you may want to give HTTPService a try, something like this [1]. You should find some examples here anywhere [2]. Maybe this helps, Olaf [1] var service:HTTPService = new HTTPService(); service.url = "..."; service.method = "POST"; //var head

Re: FormItemView changes

2019-01-30 Thread Carlos Rovira
Hi Piotr, I'm facing a complicated situation now, since we need to finish our App in following days, and we're running out of time, and today we have a problem with latest change in compiler about Number to int conversion for AMF dates. So sorry, but can invest time on this for now. Just to be ab

Re: FormItemView changes

2019-01-30 Thread Piotr Zarzycki
Carlos, I'm not in a hurry here. You don't have to respond immediately ;) I'm good cause my FormItemView and StackedFormItemView are working fine, so look into that if you want in the future. Thanks for your thoughts, Piotr śr., 30 sty 2019 o 11:03 Carlos Rovira napisał(a): > Hi Piotr, > > I'm

Re: FormItemView changes

2019-01-30 Thread Carlos Rovira
Ok Piotr, thanks will do. Hope to get soon to the finish of our project to have more time for this issues :) El mié., 30 ene. 2019 a las 11:08, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > Carlos, > > I'm not in a hurry here. You don't have to respond immediately ;) I'm good > cause

Re: FormItemView changes

2019-01-30 Thread Piotr Zarzycki
Good Luck! śr., 30 sty 2019 o 11:10 Carlos Rovira napisał(a): > Ok Piotr, > > thanks will do. Hope to get soon to the finish of our project to have more > time for this issues :) > > El mié., 30 ene. 2019 a las 11:08, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribió: > > > Carlos, > > >

Re: geckodriver on builds@

2019-01-30 Thread Piotr Zarzycki
I have changed gecko to nevest one for our build - let's see what happened. pt., 25 sty 2019 o 17:47 Chris Thistlethwaite napisał(a): > Beat you to the punch. All the Jenkins Windows nodes now have > geckodriver.exe under the following tools dir: > > F:\jenkins\tools\geckodriver\0.16.1\win64 > F

Re: Problems dealing with bead substitution in Royale

2019-01-30 Thread Harbs
I implemented the basics of my idea here: https://github.com/apache/royale-asjs/commit/1b2a45c91397e485be93d56925f2c31417726bb7 I got my inspiration from PureMVC. I only made enough changes to get rid of co

Build failed in Jenkins: royale-asjs_MXTests #424

2019-01-30 Thread apacheroyaleci
See Changes: [carlosrovira] TourDeJewel: fix source code reference in grid examples [piotrzarzycki21] Revert "Jewel Group: Fix dynamic adding Horizontal/Vertical layout" [piotrzar

Re: URLRequest

2019-01-30 Thread Frost, Andrew
Hi I'd proposed a change for URLLoader to allow you to post binary data [1], but actually there's already a class "URLBinaryLoader" which had this functionality already... so probably we need to create a similar class, "URLVariablesLoader" perhaps. For the URLVariables class, it looks like thi

Build failed in Jenkins: royale-asjs_MXTests #425

2019-01-30 Thread apacheroyaleci
See -- [...truncated 2.01 MB...] [mxmlc] using source file:

Build failed in Jenkins: royale-asjs_MXTests #426

2019-01-30 Thread apacheroyaleci
See -- [...truncated 2.01 MB...] [mxmlc] using source file:

Re: geckodriver on builds@

2019-01-30 Thread Piotr Zarzycki
I have switched build to gecko 23 and I see something confusing in build logs: [EnvInject] - Variables injected successfully. Injecting SonarQube environment variables using the configuration: ASF Sonar Analysis [Royale-asjs] $ cmd.exe /C "F:\jenkins\tools\ant\apache-ant-1.8.4\bin\ant.bat -file bu

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

2019-01-30 Thread apacheroyaleci
See

Re: URLRequest

2019-01-30 Thread Alex Harui
Hi Raúl, Which URLRequest and URLVariables are you using (what did you import?). Is this a compile-time error or runtime error? Thanks, -Alex On 1/29/19, 9:19 AM, "Raúl Núñez" wrote: Hi: I am using URLRequest to send information to a web. But I do not know how to fill the pr

Re: URLRequest

2019-01-30 Thread Raúl Núñez
Hi: Thank you very much for the help. Finally I am using this: BrowserWindow.open(" www.[my-domain].com?parameter=" + key; The only downside is that I'm passing the parameters by GET. Regards!! El mié., 30 ene. 2019 a las 12:45, Frost, Andrew () escribió: > Hi > > I'd proposed a change for U