RE: XML hasOwnProperty method

2017-08-04 Thread Jim Norris
Thanks, I will give it a try today. -Original Message- From: Harbs [mailto:harbs.li...@gmail.com] Sent: Friday, August 4, 2017 8:20 AM To: dev@flex.apache.org Subject: Re: XML hasOwnProperty method I just committed some code which I think fixes IE. Harbs > On Jul 31, 2017, at 11:40

Re: XML hasOwnProperty method

2017-08-04 Thread Harbs
s-error-in-ie-but-not-in-chrome?noredirect=1=1 > > Let me know if I can provide any additional info. > > > > > Thanks, > > Jim > > -Original Message----- > From: Harbs [mailto:harbs.li...@gmail.com] > Sent: Sunday, July 30, 2017 4:37 PM > To: dev@flex.apache.org &

Re: XML hasOwnProperty method

2017-08-01 Thread Harbs
> > Thanks, > > Jim > > -Original Message- > From: Harbs [mailto:harbs.li...@gmail.com] > Sent: Sunday, July 30, 2017 4:37 PM > To: dev@flex.apache.org > Subject: Re: XML hasOwnProperty method > > There are quite a few fixes to XML in particular in the

RE: XML hasOwnProperty method

2017-07-31 Thread Jim Norris
-throws-error-in-ie-but-not-in-chrome?noredirect=1=1 Let me know if I can provide any additional info. Thanks, Jim -Original Message- From: Harbs [mailto:harbs.li...@gmail.com] Sent: Sunday, July 30, 2017 4:37 PM To: dev@flex.apache.org Subject: Re: XML hasOwnProperty method Th

Re: XML hasOwnProperty method

2017-07-30 Thread Harbs
ws! I am using 0.8 right now although I may need to get this > update to be able to progress much further. > > > > Thanks, > > Jim > > -Original Message- > From: Harbs [mailto:harbs.li...@gmail.com] > Sent: Sunday, July 30, 2017 3:47 PM > To: de

RE: XML hasOwnProperty method

2017-07-30 Thread Jim Norris
hasOwnProperty method I just tried this and I see the problem. I should have it fixed soon… > On Jul 30, 2017, at 10:38 PM, Harbs <harbs.li...@gmail.com> wrote: > > Hi Jim, > > Do you get some kind of error when you do this? Are you using 0.8.0 or the > nightly? > >

Re: XML hasOwnProperty method

2017-07-30 Thread Harbs
I just pushed a fix. If you know how to patch your build, you can do that. Otherwise, the fix should be in tomorrow’s nightly. Thanks, Harbs > On Jul 30, 2017, at 10:47 PM, Harbs wrote: > > I just tried this and I see the problem. > > I should have it fixed soon… > >>

Re: XML hasOwnProperty method

2017-07-30 Thread Harbs
I just tried this and I see the problem. I should have it fixed soon… > On Jul 30, 2017, at 10:38 PM, Harbs wrote: > > Hi Jim, > > Do you get some kind of error when you do this? Are you using 0.8.0 or the > nightly? > > I don’t think hasOwnProperty is something I

Re: XML hasOwnProperty method

2017-07-30 Thread Harbs
Hi Jim, Do you get some kind of error when you do this? Are you using 0.8.0 or the nightly? I don’t think hasOwnProperty is something I personally use, so I wouldn’t be too surprised if there are issues there. (FWIW, you should be able to use if(resourceXML.@collapsible.length()) as a

XML hasOwnProperty method

2017-07-30 Thread Jim Norris
This may be for Harbs as I think he did a lot of the work for XML. I am working on some existing Flex code and trying to convert portions of it to FlexJS. As part of the application it loads a lot of XML files and uses E4X to parse them. I was able to get this working quickly in swf format,