Re: hasOwnProperty with namespace

2014-06-25 Thread Mihai Chira
Yes, that's the solution we've chosen so far. I thought it would be temporary :-) On 25 Jun 2014 07:01, "Alex Harui" wrote: > 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 startin

Re: Flex mobile application & Accessibility

2014-06-25 Thread Tonic
Thx Javier, but how to access to the property 'accessibility enabled' ? I haven't seen anything to access or listening this device property... -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-mobile-application-Accessibility-tp6889p6986.html Sent from the Ap

Re: Flex mobile application & Accessibility

2014-06-25 Thread Javier Guerrero García
And what if you don't? :) Place a "enable accesibility" option in your app, store the setting in any persistence mechanism, query it on startup, and return the "modified" DPI if it is on :) I know it's a workarround, but it IS a workarround :) On Wed, Jun 25, 2014 at 9:04 AM, Tonic wrote: > T

Re: Flex automation Help

2014-06-25 Thread Miguel Ferreira
There is tools that help You achieving that: Flex monkey Riatest Test complete ... The first one is for free but there is no more support for it. Sent from my iPhone > On 25 Jun 2014, at 07:40, "ak.arjun" wrote: > > Hi, > > I have a complex flex web application and i want to automate its

Re: Flex automation Help

2014-06-25 Thread ak.arjun
I tried lot of tools, some are expensive and rest couldnt provide exactly what i want. So i was thinking to develop one of my own? So was looking for documentation related it to use flex automation api's but couldn't find any -- View this message in context: http://apache-flex-users.246

To access and display friendlist in my app using Graph API

2014-06-25 Thread skvsarathyourfriend
I am trying to display my friends in a my app. * public var permissions:Array = ["user_birthday","read_stream","publish_stream","read_friendlists"]; * i have gave the permissions to read the friendslist. Here is some snippet of code to for this module. *FacebookMobile.api

Re: Can we edit tickets reported by "Adobe JIRA"?

2014-06-25 Thread Mihai Chira
Could we do the same for https://issues.apache.org/jira/browse/FLEX-24893, please? On 5 June 2014 15:12, Mihai Chira wrote: > Thanks, Justin. > > > On 5 June 2014 13:13, Justin Mclean wrote: >> >> Hi. >> >> > a ticket I just commented >> > >> >

RE: To access and display friendlist in my app using Graph API

2014-06-25 Thread Patil, Virat
Please go through this : http://www.actionscript.org/resources/articles/926/1/Creating-Facebook-application-with-Flex/Page1.html http://www.emanueleferonato.com/2009/11/11/creating-a-flash-facebook-application-with-the-facebook-actionscript-api-part-2/ Regards Virat -Original Message-

Re: Flex mobile application & Accessibility

2014-06-25 Thread Tonic
Thanks Javier, I'm agree with you about this workarround. I was just hoping there is an ANE or native Air feature to get the accessibility property, because if user has an handicap, it is possible they can't access to the option. -- View this message in context: http://apache-flex-users.2

Re: Can we edit tickets reported by "Adobe JIRA"?

2014-06-25 Thread Justin Mclean
Hi, > Could we do the same for > https://issues.apache.org/jira/browse/FLEX-24893, please? Done - but I think you should have permission to do that. Thanks, Justin

Re: Can we edit tickets reported by "Adobe JIRA"?

2014-06-25 Thread Mihai Chira
I don't. To whom can I ask for it? On 25 June 2014 12:01, Justin Mclean wrote: > Hi, > >> Could we do the same for >> https://issues.apache.org/jira/browse/FLEX-24893, please? > > Done - but I think you should have permission to do that. > > Thanks, > Justin

Re: Can we edit tickets reported by "Adobe JIRA"?

2014-06-25 Thread Justin Mclean
Hi, > I don't. To whom can I ask for it? You need to be logged in and it's sort of hidden - just roll over next to the affects version field and click on the pencil icon that appears. Try again it again - if it still doesn't work I can give you more permission. Justin

Why can't we try-catch errors thrown from event handlers?

2014-06-25 Thread Mihai Chira
Today I stumbled upon what feels like strange behaviour. In short, if there's an Error thrown in an event listener, it won't be caught in the catch block of the code that dispatched the event. Instead, it will be dispatched by the uncaughtErrorEvents property of LoaderInfo. (See the code below.) D

Re: Can we edit tickets reported by "Adobe JIRA"?

2014-06-25 Thread Mihai Chira
I'm using Jira at work and I know the button you're referring to, but it's not there, and I have a feeling I don't have enough permissions. Because if I could change it from there I should also be able to see the "Edit" button on the top button bar, but I don't have it (as I do, for instance, for t

Re: Can we edit tickets reported by "Adobe JIRA"?

2014-06-25 Thread Justin Mclean
Hi, > I'm using Jira at work and I know the button you're referring to Not problem just checking. I updated your permissions in JIRA to "committer". Tell me if can do it now. Justin

Re: Flex mobile application & Accessibility

2014-06-25 Thread Javier Guerrero García
Well, then just think it the other way round :) Place a small button and a timeout, and assume the user is handicapped by default: if he/she manages to press it, DISABLE the accesible behaviour of the app :) Of course, all of this just while the SDK manages to catch up with the real world ;) Che

[Flexjs] Image Problem

2014-06-25 Thread jcvfc
Hi. I'm developing a new project that has to be built to Html5 and to Flash. When i use the image class and build the project to Html the image is shown, but when i build the project with the Flex compiler or with ActionScript i can't see the image. Does anyone knows what is happening? Is it th

Re: Can we edit tickets reported by "Adobe JIRA"?

2014-06-25 Thread Mihai Chira
I can, yes. Thanks for that! On 25 June 2014 14:02, Justin Mclean wrote: > Hi, > >> I'm using Jira at work and I know the button you're referring to > Not problem just checking. > > I updated your permissions in JIRA to "committer". Tell me if can do it now. > > Justin >

Re: [Flexjs] Image Problem

2014-06-25 Thread Javier Guerrero García
Yes, it is completely normal. The developers spent months trying to make the image class NOT display an image. It was really hard, but it finally was worth the wait, don't you think? X-DD (sorry for the reply, but I had to :) Did you really pretended to get an useful answer without giving

Re: [Flexjs] Image Problem

2014-06-25 Thread Peter Ent
The FlexJS tag requires width and height to be specified right now. There isn't a discovery phase where the image is downloaded and then the component sized to fit the image (that's for later or for some interested party to do). Peter Ent Adobe Systems On 6/25/14 9:56 AM, "jcvfc" wrote: >Hi. >

Re: [Flexjs] Image Problem

2014-06-25 Thread Justin Mclean
Hi, > The FlexJS tag requires width and height to be specified > right now. There isn't a discovery phase where the image is downloaded and > then the component sized to fit the image (that's for later or for some > interested party to do). Perhaps raise this as a JIRA - sort of important to kno

Pan/Zoom

2014-06-25 Thread Trevor Holman
By chance has anyone ever updated the pan/zoom component that Adobe had been working on way back when? Trevor

Some thoughts on maven dependencyManagement in flex sdks

2014-06-25 Thread Christofer Dutz
Hi, I am currently finishing up the new Mavenizer ... today I had an idea that I thought could be quite cool: At the moment I generate the dependencies without a version and generate a dependencyManagement block in the same pom that defines the version. This way we can import the dependencyMan

Re: Some thoughts on maven dependencyManagement in flex sdks

2014-06-25 Thread Gary Yang
Sounds delicious! I am so looking forward to trying it! Thank you very much! On Wed, Jun 25, 2014 at 12:50 PM, Christofer Dutz wrote: > Hi, > > I am currently finishing up the new Mavenizer ... today I had an idea that > I thought could be quite cool: > > At the moment I generate the dependenc

Bindable functions

2014-06-25 Thread Scott Matheson
Hi well I have never manage to get Bindable functions to work, but now i may need then I have a view stack, with a renderer, in the rendered i would to disable elements of the render dependent on the view stack, i could hold a bit off Bindable data (thats what i do in other place), if i coul

Re: Bindable functions

2014-06-25 Thread Justin Ransom Dallas
If you have a bind able function, then you must have an event in mind. Why don't you listen for that event to be dispatched and run your function in the handler. Also, If you have to do something to your renderer, why not try modifying your model displayed in the renderer (I.e. A wrapper or

Re: Passing '<' '>' characters in Web Service

2014-06-25 Thread Oleg Konovalov
Which doc? No attachment or link... On Tue, Jun 24, 2014 at 2:53 AM, Alex Harui wrote: > See the doc. Try a simple test project. > > On 6/23/14 8:24 PM, "Oleg Konovalov" wrote: > > >Could you please elaborate? > >I haven't seen any of that and never used it. > > > >Any pointers? Code sample

Re: Passing '<' '>' characters in Web Service

2014-06-25 Thread OmPrakash Muppirala
On Jun 25, 2014 6:57 PM, "Oleg Konovalov" wrote: > > Which doc? > No attachment or link... > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/package.html Thanks, Om > > On Tue, Jun 24, 2014 at 2:53 AM, Alex Harui wrote: > > > See the doc. Try a simple test project. > > > >

Re: Why can't we try-catch errors thrown from event handlers?

2014-06-25 Thread Alex Harui
On 6/25/14 4:53 AM, "Mihai Chira" wrote: >Today I stumbled upon what feels like strange behaviour. In short, if >there's an Error thrown in an event listener, it won't be caught in >the catch block of the code that dispatched the event. Instead, it >will be dispatched by the uncaughtErrorEvents