Re: FlexJS RemoteObject with ColdFusion

2017-09-14 Thread Piotr Zarzycki
Hi Doug, I'm not sure what are you trying to do. Do you need add some resources to output build? AFAIK there is an option to include resources in Moonshine's settings. Thanks, Piotr On Fri, Sep 15, 2017, 06:27 doug777 wrote: > Hi Alex, > > I'm trying to work out how to

Re: FlexJS RemoteObject with ColdFusion

2017-09-14 Thread doug777
Hi Alex, I'm trying to work out how to get the path between the js-release folder and CF. In Flash Builder you could set the build path so that the equivalent of js-release gets built somewhere useful, but I can't find out how to do that in Moonshine. You can't just copy the folder to the place

Re: FlexJS RemoteObject with ColdFusion

2017-09-14 Thread Alex Harui
Hi Doug, So did the send call work with your data? That's exciting to know! Thanks, -Alex On 9/14/17, 6:48 PM, "doug777" wrote: >Thanks Alex. > >It was the first argument of the send function that I got wrong. > >Doug > > > >-- >Sent from:

Re: FlexJS RemoteObject with ColdFusion

2017-09-14 Thread doug777
Thanks Alex. It was the first argument of the send function that I got wrong. Doug -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: [FLEXJS][Marketing] why should a web dev choose FlexJS?

2017-09-14 Thread Peter Ent
I think you also need to include folks who would choose to use React over TypeScript/Angular and other things. React seems very popular to me and offers a similar experience to Flex in that you have class files that combine presentation and code (like MXML) or just plain code. Plus it is a gateway

Re: [FLEXJS][Marketing] why should a web dev choose FlexJS?

2017-09-14 Thread Harbs
Thanks for the the response. This is good stuff! We could use all the help we can to get this right! :-) Harbs > On Sep 14, 2017, at 7:12 PM, Berty Tonta (Leadstalk) > wrote: > > I like this question. We must get this right, guys. > > As a marketing guy, turned

[FLEXJS][Marketing] why should a web dev choose FlexJS?

2017-09-14 Thread Piotr Zarzycki
Hi All, Erik on dev [1] list came up wit interesting question. I'm posting it also here: With the upcoming fork and renewed focus and most likely some publicity, I want to ask the community to answer this question: Why should a web dev choose FlexJS to write JS applications, and not go with a

Re: FlexJS RemoteObject with ColdFusion

2017-09-14 Thread Alex Harui
Hi Doug, Check out the examples/flexjs/RemoteObjectAMFTest example. I'm not the expert on this stuff, but I think you would do something like: And var mailer:Object = {sendto:"a...@gmail.com", from:"me", subject:"New Info", html:1, message:message}; this.roSendEmail.send("sendmail",