Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Yishay Weiss
Sounds like Apache GitBox is the way to go. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Alex Harui
Interesting. I don't think that is expected in AMF. And I noticed that xhr.response is null. That makes me think that the ColdFusion returned null instead of an AMF packet. Can you diagnose things on the server side? Maybe the request isn't formed correctly. Are you sure you have your

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread doug777
Hi Alex, Yes that works. The result is "text/html;charset=UTF-8" Doug -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Alex Harui
Hi Yishay, IMO, we want to improve ease of contributing for every line of our code, not just the examples, and we hope to get approved to use GitBox and make Github the center of development for FlexJS/Royale. However, I see it as our duty to the community to make sure that contributions are

Re: FlexJS Customer feedback

2017-09-20 Thread Alex Harui
Hi Tomislav, I don't have time to look at your code right now, but it sounds interesting, and I encourage you to try to port it to FlexJS. We have a Reflection.swc that I think reproduces Flash reflection APIs. We have not done custom serialization/deserialization via IExternalizable yet.

Re: FlexJS Customer feedback

2017-09-20 Thread Alex Harui
Hi Harbs, Yishay, Congratulation on your migration! I agree, everyone who has contributed to our PAYG philosophy and use of Beads deserves credit. It may not be fair to say that all performance gains are due to the coding patterns we've used. The JS runtimes in the browsers have gotten much

Re: FlexJS Customer feedback

2017-09-20 Thread Angelo Lazzari
We are still getting in thouch with last graphic tendencies, behaviours and so on... We will soon share a doc with the result...the plan is: get info and ideas - Create the doc - Share the doc and get your opinion - Elaborate the fonal doc - Create ui on doc detail This should be the road map...

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Peter Ent
I'm going to be updating the Express examples now that I've got a bunch of beads for drag and drop added. The idea is to address common Flex app components for people looking to port over. ‹peter On 9/20/17, 6:19 AM, "Yishay Weiss" wrote: >Om, I opened an issue [1] with

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Alex Harui
@Doug, I just saw a StackOverflow topic where someone was getting that error because they cut and pasted the text instead of typing it and there was a hidden character in what they cut. If you haven't, please try typing it in manually. If you still can't get it to work, another option is to

Re: FlexJS Customer feedback

2017-09-20 Thread Tomislav Pokrajcic
Hi Harbs, that screenshot looks exciting. Ma team also worked on similar type of apps in Flex and I imagine how many challenges you had under the hood. If FlexJS/Royale is ready for this, that's great. Just wanted to throw something related to XML support. I guess you're fine now, but might

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Yishay Weiss
Om, I opened an issue [1] with your request. Feel free to take care of this in your spare time. I encourage anyone interested in this who wants to see a specific example to open an issue. We're talking of very simple demos that shouldn't take more than a few minutes to create. [1]

Re: FlexJS Customer feedback

2017-09-20 Thread Yishay Weiss
Good news on the eve of the Jewish new year. Shana Tova and continued success with your KickAS app. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Harbs
No idea. I have not looked into RemoteObject at all. Someone more familiar with it will have to comment. Harbs > On Sep 20, 2017, at 12:11 PM, Piotr Zarzycki > wrote: > > Harbs, Alex, > > Is it possible that there is some messed up cause of this inject_html in >

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Piotr Zarzycki
Harbs, Alex, Is it possible that there is some messed up cause of this inject_html in RemoteObject ? [1] I remember that Alex said it is no needed anymore. [1] https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/Network/src/main/flex/org/apache/flex/net/RemoteObject.as Thanks,

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread doug777
Still no luck. Now it returns this this.xhr.getResponseHeader("Content-type”) VM833:1 Uncaught SyntaxError: Invalid or unexpected token at org.apache.flex.net.remoting.amf.AMFNetConnection.onReadyStateChange (AMFNetConnection.js:136) at

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Harbs
Whoops. The method is called getResponseHeader() Try: this.xhr.getResponseHeader("Content-type”) Harbs > On Sep 20, 2017, at 11:49 AM, doug777 wrote: > > Guess I should have typed this but still weird result > > this.xhr.getResponseType("Content-type") > > VM647:1

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread doug777
Guess I should have typed this but still weird result this.xhr.getResponseType("Content-type") VM647:1 Uncaught TypeError: this.xhr.getResponseType is not a function at eval (eval at org.apache.flex.net.remoting.amf.AMFNetConnection.onReadyStateChange (AMFNetConnection.js:137), :1:10) at

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread doug777
Yes the second option fixed it. So now with the Chrome browser paused at line 137 "else if (readyState === 4) {" I can type in the console xhr.getResponseType("Content-type") and I get this strange response. VM624:1 Uncaught ReferenceError: xhr is not defined at eval (eval at

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Harbs
FWIW, Chrome is my default dev browser. Did you try these? https://www.thepolyglotdeveloper.com/2014/08/bypass-cors-errors-testing-apis-locally/

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread doug777
Can't find any way to do this in Firefox, though I did find this in StackOverflow Currently there is no way to show the values of getters within the Firefox DevTools, but it is already filed as bug 820878. Tried to use Chrome, but this cannot load from localhost because no

Re: FlexJS Customer feedback

2017-09-20 Thread Carlos Rovira
Angelo, great, great news!. I think UI design is crucial for us, so that work would be very appreciated! :) Could Trevor and you share something of your work? I think we need something "punchy" in the visuals to make this project be more eye candy for newcomers. That joined to new brand,

Re: Google Adwords API and Flex

2017-09-20 Thread Hanish_47
Yeah I have also been seeking help regarding the Google Adwords Campaign Management . I am quite new to all this and really don’t know how to make my campaign successful. I was just wondering if you have any tips and guidelines! -- Sent

Re: FlexJS Customer feedback

2017-09-20 Thread Harbs
Hi Angelo, It’s great to hear you are working on that! Looking forward to what you come up with. :-) Here’s a screenshot of the app. If you want to see more, I can follow up with you off-list next week. (I will not be online until Sunday.)

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Piotr Zarzycki
Yishay, I believe all those concerns would be resolved once we totally move to github with new project. Thanks, 2017-09-20 9:56 GMT+02:00 Yishay Weiss : > My main issue with it being on GitHub is that I'd be the owner of the repo > instead of the Apache Royale

Re: [FlexJS] Some examples on GitHub

2017-09-20 Thread Yishay Weiss
My main issue with it being on GitHub is that I'd be the owner of the repo instead of the Apache Royale community. Otherwise I like GitHub for the following reasons: - Easy cloning/downloading - Easy collaboration/contribution system - Familiar UI - On this familiar UI the branches which

Re: FlexJS Customer feedback

2017-09-20 Thread Piotr Zarzycki
Angelo! That is wonderful news! Thank you, Piotr On Wed, Sep 20, 2017, 09:34 Angelo Lazzari wrote: > That's really great!!! and really promising!!! > > @Harbs: can you share some app screenshots? just to see which components > you are using... it's a porting from a

Re: FlexJS Customer feedback

2017-09-20 Thread Angelo Lazzari
That's really great!!! and really promising!!! @Harbs: can you share some app screenshots? just to see which components you are using... it's a porting from a Flex app you did ? PS: We (Trevor and I) are working on the FlexJS UI, we are trying to find time slots in our time (as everyone do in

Re: FlexJS Customer feedback

2017-09-20 Thread Carlos Rovira
Congrats Harbs! Very glad to see that awesome review :) Don' know too much about your app but could we see some online demo?, or could you share some video? Thanks! Carlos 2017-09-20 9:28 GMT+02:00 Harbs : > We are currently in a “partner preview” of our FlexJS

Re: FlexJS Customer feedback

2017-09-20 Thread Piotr Zarzycki
Hi Harbs, I have to admit I had hope that you send feedback from your customers some day! Wonderful! Congrats to you and Yishay! Thank you! Piotr On Wed, Sep 20, 2017, 09:28 Harbs wrote: > We are currently in a “partner preview” of our FlexJS application and > getting

Re: FlexJS Customer feedback

2017-09-20 Thread Erik de Bruin
What is this FlexJS you are talking about? I sound a lot like this "Royale" thing I'm hearing a lot about recently... Is it similar? :-P EdB On Wed, Sep 20, 2017 at 9:28 AM, Harbs wrote: > We are currently in a “partner preview” of our FlexJS application and > getting

FlexJS Customer feedback

2017-09-20 Thread Harbs
We are currently in a “partner preview” of our FlexJS application and getting feedback from partners prior to a wider preview. The feedback has been good so far. I just wanted to share one bit of feedback we got: > Super fast and responsive I think this is even relative to our old Flash app.

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Harbs
In the console while you are paused where you show, run this: xhr.getResponseType("Content-type”) Harbs > On Sep 20, 2017, at 8:36 AM, doug777 wrote: > > I can't find xhr.getResponseType - any clue as to where it will be shown? > > > > -- > Sent from:

Re: FlexJS RemoteObject Error with ColdFusion

2017-09-20 Thread Alex Harui
It is a function, not a property. I think in the console when you are stopped in the debugger, you can type: xhr.getResponseHeader("Content-type") And it should spit out what we want to see. HTH, -Alex On 9/19/17, 10:36 PM, "doug777" wrote: >I can't find