Re: [FlexJS] How to download files

2017-03-01 Thread Alex Harui
On 2/28/17, 11:51 PM, "Justin Mclean" wrote: >Hi, > >>> Having a document somewhere listing what is implement and what isn’t >>> would be useful I think rather than having to hunt through examples / >>> mailing list etc etc. >> >> There is ASDoc [1][2]. > >ASDocs are the API docs so I’m not 10

Re: [FlexJS] How to download files

2017-03-01 Thread justin
Hi, "unrelated to a class would go" I mean. Thanks, Justin

Re: [FlexJS] How to download files

2017-02-28 Thread Justin Mclean
Hi, >> Having a document somewhere listing what is implement and what isn’t >> would be useful I think rather than having to hunt through examples / >> mailing list etc etc. > > There is ASDoc [1][2]. ASDocs are the API docs so I’m not 100% sure this would be the best place to document this or

Re: [FlexJS] How to download files

2017-02-28 Thread Justin Mclean
HI, > I believe there's an "A" component. Would that work? Thanks I didn’t consider that. Don't think it will work in this particular case but would in others. I ended up adding this to my pom file: org.apache.flex.flexjs.typedefs flexjs-typedefs-js 0.8.0-SNAPSHOT swc typedefs

Re: [FlexJS] How to download files

2017-02-28 Thread Alex Harui
On 2/28/17, 10:40 PM, "Justin Mclean" wrote: >Hi, > >> I don’t think we yet have anything which wraps File APIs. It’s probably >>pretty straight-forward to build off URLBinaryLoader to get what you >>need. > >Thanks for that. So just to confirm there’s nothing in FlexJS currently >which will al

Re: [FlexJS] How to download files

2017-02-28 Thread Justin Mclean
Hi, > I don’t think we yet have anything which wraps File APIs. It’s probably > pretty straight-forward to build off URLBinaryLoader to get what you need. Thanks for that. So just to confirm there’s nothing in FlexJS currently which will allow a user to download a file to their hard disk. Havi

Re: [FlexJS] How to download files

2017-02-28 Thread Harbs
We have URLBinaryLoader for getting BinaryData. I don’t think we yet have anything which wraps File APIs. It’s probably pretty straight-forward to build off URLBinaryLoader to get what you need. DAYG… ;-) Harbs > On Mar 1, 2017, at 7:42 AM, Justin Mclean wrote: > > Hi, > > In AS you normall