Flex automation Help

2014-06-24 Thread ak.arjun
Hi, I have a complex flex web application and i want to automate its testing, i have learned about flex have automation support for recording and replaying user actions, but couldn't find any documentation regarding how to develop an app that can record and play any flex application. Can anyone

Re: hasOwnProperty with namespace

2014-06-24 Thread Alex Harui
I would use try/catch On 6/24/14 10:58 AM, "Mihai Chira" wrote: >Great article, thank you. It's good to discover this functionality. > >Though I'm now starting to think it's impossible to do what I was hoping >without describeType[JSON]? I find it strange. >On 24 Jun 2014 18:22, "Mark Line" wro

Re: Recent Adobe Flex Donations -- Is this true?

2014-06-24 Thread Marcus Wilkinson
Right you are. Thanks On Tuesday, June 24, 2014, OmPrakash Muppirala wrote: > You probably looked in master. It has been checked into the develop > branch: > > https://github.com/apache/flex-utilities/tree/develop/Squiggly > > Thanks, > Om > > > On Tue, Jun 24, 2014 at 10:24 AM, Jake Knerr > w

Re: hasOwnProperty with namespace

2014-06-24 Thread Mihai Chira
Great article, thank you. It's good to discover this functionality. Though I'm now starting to think it's impossible to do what I was hoping without describeType[JSON]? I find it strange. On 24 Jun 2014 18:22, "Mark Line" wrote: > This might help: http://jacksondunstan.com/articles/2609 > On 24

Re: Recent Adobe Flex Donations -- Is this true?

2014-06-24 Thread Jake Knerr
ah, thanks! On Tue, Jun 24, 2014 at 11:26 AM, OmPrakash Muppirala wrote: > You probably looked in master. It has been checked into the develop > branch: > > https://github.com/apache/flex-utilities/tree/develop/Squiggly > > Thanks, > Om > > > On Tue, Jun 24, 2014 at 10:24 AM, Jake Knerr wrote

Re: Recent Adobe Flex Donations -- Is this true?

2014-06-24 Thread OmPrakash Muppirala
You probably looked in master. It has been checked into the develop branch: https://github.com/apache/flex-utilities/tree/develop/Squiggly Thanks, Om On Tue, Jun 24, 2014 at 10:24 AM, Jake Knerr wrote: > +1 I had the same problem finding it. > > - Jake > > > On Tue, Jun 24, 2014 at 10:51 AM

Re: Recent Adobe Flex Donations -- Is this true?

2014-06-24 Thread Jake Knerr
+1 I had the same problem finding it. - Jake On Tue, Jun 24, 2014 at 10:51 AM, Marcus Wilkinson < wilkinsonmar...@gmail.com> wrote: > Hi Alex, > > I have been looking for Squiggly in all the flex-* repos within Github > (including flex-utilites) but I can't find it anywhere. Do you know where

Re: hasOwnProperty with namespace

2014-06-24 Thread Mark Line
This might help: http://jacksondunstan.com/articles/2609 On 24 Jun 2014 18:08, "Mihai Chira" wrote: > It does do it, but I was hoping I could achieve it with > hasOwnProperty() because it's in a memory and speed-sensitive area of > the application. > > On 24 June 2014 17:06, Subscriptions wrote:

Re: hasOwnProperty with namespace

2014-06-24 Thread Mihai Chira
It does do it, but I was hoping I could achieve it with hasOwnProperty() because it's in a memory and speed-sensitive area of the application. On 24 June 2014 17:06, Subscriptions wrote: > describeType might do the job > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/u

Re: Flex mobile application & Accessibility

2014-06-24 Thread Javier Guerrero García
P.S. By "bigger" i meant "smaller" :D (the smaller the DPIclass, the bigger the UI) :) On Tue, Jun 24, 2014 at 7:08 PM, Javier Guerrero García wrote: > Hi Tonic: > > If the only thing you're looking for is "making it bigger", maybe you > could write your own ApplicationRuntimeDPI class, and ret

Re: Flex mobile application & Accessibility

2014-06-24 Thread Javier Guerrero García
Hi Tonic: If the only thing you're looking for is "making it bigger", maybe you could write your own ApplicationRuntimeDPI class, and return a "bigger" runtimeDPI if your "accessibility enabled" conditions are met, so the whole application will scale (i.e., bigger buttons, UI components, and so on

Re: Recent Adobe Flex Donations -- Is this true?

2014-06-24 Thread Marcus Wilkinson
Hi Alex, I have been looking for Squiggly in all the flex-* repos within Github (including flex-utilites) but I can't find it anywhere. Do you know where it might be? Marcus On 16 May 2014 07:17, Alex Harui wrote: > Should be in flex-utilities > Sent via the PANTECH Discover, an AT&T 4G LTE s

Re: hasOwnProperty with namespace

2014-06-24 Thread Subscriptions
describeType might do the job http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/utils/package.html#describeType() On 24/06/2014 16:46, Mihai Chira wrote: Is there a way to check if an object instance has a non-public property if you know its namespace? If you say object

hasOwnProperty with namespace

2014-06-24 Thread Mihai Chira
Is there a way to check if an object instance has a non-public property if you know its namespace? If you say object.hasOwnProperty("name") it will only return true if "name" is public. However, it returns false if "name" is, say, mx_internal (or under another namespace): mx_internal var name:Stri

Re: AW: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread arpit agarwal
We haven't tested with earlier adobe version as our project is already on apache release when this issue surfaced. On 24-Jun-2014 8:51 pm, "arpit agarwal" wrote: > That is my point as well, but if we look closely at error 2 then it > suggest that type of hostcomponent is object. > That was my ins

Re: AW: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread arpit agarwal
That is my point as well, but if we look closely at error 2 then it suggest that type of hostcomponent is object. That was my inspiration for the fix we did. We migrated to apache flex long back. Do you remembered my colleague Poonam who worked with you for several issues. it leaves my implementa

Re: Flex mobile application & Accessibility

2014-06-24 Thread Tonic
Thanks for your response Alex. I have't finded ANE for listening font size change, there is only ANE to implements speech recognition, and it's only available for Android. http://myappsnippet.com/google-speech-api-air-native-extension/ -- View this message in context: http://apache-flex-us

AW: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread Christofer Dutz
Well I wouldn't assume that the Metadata handling is generally broken as this would have caused quite some problems in other builds. Guess it must have something to do with your setup. Did this work with prior versions of apache Flex or are you just in the process of migrating from Adobe Flex t

Re: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread arpit agarwal
Both the errors are resolved when I implemented skin change I specified earlier on all the skins used in my project. But I fail to comprehend how could 1st error (null) was related to other skin related error. Moreover I don't like the fix as it would imply metadata handling is somewhat flawed in

Re: Integrating facebook in my mobile app

2014-06-24 Thread Angelo Lazzari
hi, if you google a little you can find link like this one http://rjdesignz.com/adobe-flex/facebook-api-in-flex-mobile-air-app/...or facebook ane like the one of distriqt http://distriqt.com/product/air-native-extensions/facebookapi have fun! Angelo > El Jun 24, 2014, a las 10:26 AM, skvsarath

Re: AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-06-24 Thread Maxim Solodovnik
Great ! Thanks :) Will wait this huge release :) On 24 June 2014 18:32, Christofer Dutz wrote: > Yes actually there are updates: > - Flexmojos now works with the new mavenized fdks > - I removed a lot of legacy stuff, that made flexmojos depend on flex 2 > and flex 3 from Adobe > - The testsuit

AW: AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-06-24 Thread Christofer Dutz
Yes actually there are updates: - Flexmojos now works with the new mavenized fdks - I removed a lot of legacy stuff, that made flexmojos depend on flex 2 and flex 3 from Adobe - The testsuite is now 100% green and I wanted to commit those changes as soon as I had the time to review the changes ag

Re: AW: flexmojos-maven-plugin: building flex project without mavenizing Flex binaries

2014-06-24 Thread Maxim Solodovnik
Hello Chris, Any updates on this issue? On 30 May 2014 22:54, Maxim Solodovnik wrote: > Thanks for the update :) > Also will have a vacation (hopefully) > Please let me know if you need any help with testing :) > > > On Fri, May 30, 2014 at 10:50 PM, Christofer Dutz < > christofer.d...@c-ware.d

Re: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread arpit agarwal
Hi, I have added the exclusion and i won't see a duplicate entry of playerglobal artifact. I also validate the configration.xml from target folder no suspicious dependencies there all are from 4.10 except playerglobal 11.8 ( as per required flashplayer version). as3common.reflect and validation l

AW: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread Christofer Dutz
Perhaps sending the configuration.xml in the target directory could help ... it should contain a list of all external libraries ... if you see any flex libs with strange versions (Not version 4.10.x) these need to be excluded. Chris Von: Frédéric THOMAS

RE: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread Frédéric THOMAS
Can you provide or check your FlexMojo config to make sure it has been correctly setup. Example for a simple project: net.flexmojos.oss flexmojos-maven-plugin ${flexmojos.version} true

Re: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread arpit agarwal
Thanks Chris. I have run that command to find out maven dependencies tree. we use com.adobe.cairngorm:validation:swc and org.as3commons:as3commons-reflect:swc I see in dependencies tree, there is import for a different version of playerGlobal.swc from as3 commons. can this be a cause and if yes ho

RE: Integrating facebook in my mobile app

2014-06-24 Thread skvsarathyourfriend
Can u please give me any link of tutorial for acessing facebook?? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Integrating-facebook-in-my-mobile-app-tp6953p6958.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

AW: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread Christofer Dutz
Ok ... in that case you have to stick to Flexmojos 6 But eventually third party libraries could be causing this as the artifacts from the mavenizer are not 100% the same as the ones Velo used to deploy. So you could be linking against third party libs that were compiled using Velo's FDKs and her

Re: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread arpit agarwal
Hi Chrish, The group id for spark and sparkSkin arttifact is "com.adobe.flex.framework". Moreover, We are able to resolve one Error (below) by removing [HostComponent] metadata and adding a hostComponent property (as we do for AS3 skins). It looks like when compiler parse this metadata and create

AW: AW: AW: Maven build failure issue with Flexmojo 6.x

2014-06-24 Thread Christofer Dutz
What I'm asking you and I won't be able to assist you, if you don't answer this question: What is the groupId of the spark artifact? Is it "com.adobe.flex.framework" or "org.apache.flex.framework"? Chris Von: arpit agarwal Gesendet: Montag, 23. Juni 2

RE: Integrating facebook in my mobile app

2014-06-24 Thread Patil, Virat
You need to check the API of Facebook for that. Check http://developers.facebook.com -Original Message- From: skvsarathyourfriend [mailto:skvsarathyourfri...@gmail.com] Sent: Tuesday, June 24, 2014 12:30 PM To: users@flex.apache.org Subject: Integrating facebook in my mobile app I want t

Integrating facebook in my mobile app

2014-06-24 Thread skvsarathyourfriend
I want to integrate facebook into my mobile app and access fb from my ap to update the status and post on my friend's timeline from my app itself. how can i achieve that?? Thank you in advance. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Integrating-facebook