Re: [FLEXJS] POC MXML "Live" Editing

2016-05-13 Thread Alex Harui
On 5/13/16, 7:16 AM, "jude" wrote: >Thanks. I'll look into it. I think what that's doing is working with an >existing instance and checking for changes to it. I think I have to parse >a >string into a new XML instance each time and then do a compare. Yes, that's

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-13 Thread jude
Thanks. I'll look into it. I think what that's doing is working with an existing instance and checking for changes to it. I think I have to parse a string into a new XML instance each time and then do a compare. On Fri, May 13, 2016 at 2:52 AM, Harbs wrote: > Is this

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-13 Thread Harbs
Is this useful? http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/utils/XMLNotifier.html#watchXML%28%29 On May 13, 2016, at 9:18 AM, jude wrote: > Is the MXMLLiveEditAgent.mxml the only place those methods are from? I > thought I read somewhere that

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-13 Thread Alex Harui
On 5/12/16, 11:18 PM, "jude" wrote: >Is the MXMLLiveEditAgent.mxml the only place those methods are from? I >thought I read somewhere that you copied those methods from somewhere >else. >I'm trying to find the class that those methods were originally in to >learn >how

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-13 Thread jude
Is the MXMLLiveEditAgent.mxml the only place those methods are from? I thought I read somewhere that you copied those methods from somewhere else. I'm trying to find the class that those methods were originally in to learn how to parse an XML tree and then track it's changes as if a user was

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-12 Thread Alex Harui
On 5/12/16, 5:31 PM, "jude" wrote: >I read somewhere, and it might have been the code comments, that you used >some code from mxmlc or maybe it was an class used in Eclipse MXML class >to >parse the MXML and compute the changes for your live MXML PoC. I'm trying >to

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-12 Thread jude
I read somewhere, and it might have been the code comments, that you used some code from mxmlc or maybe it was an class used in Eclipse MXML class to parse the MXML and compute the changes for your live MXML PoC. I'm trying to find the class that had the following functions: parseFile();

Re: [FLEXJS] POC MXML "Live" Editing

2016-05-11 Thread Alex Harui
On 5/11/16, 5:13 PM, "jude" wrote: >What is the class that you used that parses the XML? is that in the flex >sdk directory as plain text? Pretty sure we just use XML(String) to parse the XML. Or am I not understanding the question? -Alex

Re: [FLEXJS] POC MXML "Live" Editing

2016-04-28 Thread jude
t 7:19 AM > To: "dev@flex.apache.org<mailto:dev@flex.apache.org>" <dev@flex.apache.org > <mailto:dev@flex.apache.org>> > Subject: Re: [FLEXJS] POC MXML "Live" Editing > > I've been digging into the MXML live agent and have some feedback and >

Re: [FLEXJS] POC MXML "Live" Editing

2016-04-28 Thread Alex Harui
che.org>> Date: Thursday, April 28, 2016 at 7:19 AM To: "dev@flex.apache.org<mailto:dev@flex.apache.org>" <dev@flex.apache.org<mailto:dev@flex.apache.org>> Subject: Re: [FLEXJS] POC MXML "Live" Editing I've been digging into the MXML live agent a

Re: [FLEXJS] POC MXML "Live" Editing

2016-04-28 Thread jude
I've been digging into the MXML live agent and have some feedback and updates to some of the comments. I've been studying the examples that check for changes in the MXML / XML and have some progress there but it seems it's been built mainly for Flex JS. I'm converting some of those changes over to

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-16 Thread Alex Harui
I made the change I suggested below and updated the fxp file at [1]. See if it makes things better for you. I think there is always the probability that at the moment the editor tries to save the file that the watcher will have the file locked to check its modification date, but that shouldn't

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread OK
ion to other transpiling JS frameworks this could be a key feature. Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FLEXJS-POC-MXML-Live-Editing-tp51278p51291.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread OmPrakash Muppirala
uld be a big plus. In competition to other > transpiling JS frameworks this could be a key feature. > > Thanks, > Olaf > > > > > > > > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/FLEXJS-POC-MXML-Live-Editing-tp51

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread Alex Harui
On 1/15/16, 6:23 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >One really cool feature would be to have a website where we can invite >users to 'try out' FlexJS. Essentially like JSFiddle, where you can type >mxml/as3

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread OmPrakash Muppirala
ions and tested your POC by using FlexJS >> 0.6.0 and it just works! >> Awesome, very impressive! >> IMO a live editing feature would be a big plus. In competition to other >> transpiling JS frameworks this could be a key feature. >> >> Thanks, >>

Re: [FLEXJS] POC MXML "Live" Editing

2016-01-15 Thread Alex Harui
anspiling JS frameworks this could be a key feature. >> >> Thanks, >> Olaf >> >> >> >> >> >> >> >> -- >> View this message in context: >> >>http://apache-flex-development.247.n4.nabble.com/FLEXJS-POC-MXML-Live >>-Editing-tp51278p51291.html >> Sent from the Apache Flex Development mailing list archive at >>Nabble.com. >>

[FLEXJS] POC MXML "Live" Editing

2016-01-14 Thread Alex Harui
Hi, I spend the last few days creating a proof-of-concept that FlexJS and the Falcon compiler can support limited "live" editing of MXML. I've never used Design View in FB, but when tweaking the UI for Flex apps, I often find myself in a cycle of: edit some values in the mxml, save it, reload