Re: Spark date field

2013-09-06 Thread Alex Harui
I haven't tried it, but if you like it, please encourage JabbyPanda to donate it. -Alex On 9/6/13 2:43 AM, "Marcus Wilkinson" wrote: >Does anyone have experience of any Spark DateField? I couldn't find one in >the experimental components. > >I found this: >http://jabbypanda.com/blog/2010/12/dat

JavaScript List component for FlexJS

2013-09-06 Thread Peter Ent
Hi, I've just pushed an update to FlexJS that modifies theJavaScript List component such that it uses itemRenderers and closely matches its ActionScript counterpart; the original FlexJS JavaScript List was merely a wrapper for the HTML element. These new changes and additions bring the List co

Masking an Image

2013-09-06 Thread Tintin
Hello I am struggling to display a moving image within a clipping mask. Let me summarise my setup. I have an MXML Component which is a Spark Image within a parent group. The 'y' property is bound to a changing value driving the image up and down the screen. I am trying to define a rectangular Cl

Re: function caller reference

2013-09-06 Thread Alex Harui
On 9/6/13 2:24 AM, "Tom Chiverton" wrote: >On 05/09/2013 17:44, Alex Harui wrote: >> The stack trace >> idea isn't guaranteed to work on release players. >I thought all recent release players could generate a stack trace with >recent versions of the SDK ? >http://renaun.com/blog/2012/09/getti

Re: Spark date field

2013-09-06 Thread Cosma Colanicchia
Found this some weeks ago searching for a Spark implementation, but this is based on the mx DateField (see [1]) and adding some overrides (which, BTW, are not very clear to me). [1] https://github.com/JabbyPanda/DateField4/blob/master/src/com/jabbypanda/controls/DateField4.as#L27 2013/9/6 Alex H

Re: Automated testing for Flex applications

2013-09-06 Thread Gary Young
Adobe Flex used to have automation built in with Qt test or something, but it's not really practical, I studied it before, the idea is simple: when user operate a component, it dispatches a event driving everything, automation test will record who dispatched what event on when and a bunch of prope

Re: Flex 32599 Issue not integrated on apache 4.10

2013-09-06 Thread Alex Harui
On 9/6/13 6:04 AM, "reisan lukelog" wrote: >Hi guys, > >TypeError: Error #1009: Cannot access a property or method of a null >object >reference.at >mx.controls::AdvancedDataGrid/findHeaderRenderer()mx.controls::AdvancedDat >aGrid/mouseEventToItemRenderer() > >issue : >https://issues.apache.org/

RE: Automated testing for Flex applications

2013-09-06 Thread 3rgqrms02
FlexUnit is available - please refer to the docs here: http://docs.flexunit.org/index.php?title=Main_Page -Original Message- From: mark goldin markzolotoy-at-gmail.com |Apache Flex mailing lists/Example Allow| [mailto:v65k8eh...@sneakemail.com] Sent: Friday, September 06, 2013 11:31 AM

Automated testing for Flex applications

2013-09-06 Thread mark goldin
Are there automated tools available for Flex applications testing/regression testing? Thanks

AW: Automated testing for Flex applications

2013-09-06 Thread christofer.d...@c-ware.de
Guess this could be what you are looking for ... but it's not quite up to date. I guess a lot has been done since I evaluated all of These Tools: https://dev.c-ware.de/confluence/display/PUBLIC/Functional+Testing+Tools Chris Von: mark goldin [markzolo...@

Re: Help with IntelliJ on MacOS

2013-09-06 Thread Alexander Doroshko
Don't hesitate to ask questions. Feedback helps us to make the next IntelliJ IDEA 13 better. The fastest way to get support for IntelliJ DEA is our forum ([1]) or if you don't want your question to be publicly visible - Help | Contact Support Team. [1] http://devnet.jetbrains.com/community/ide

Re: Help with IntelliJ on MacOS

2013-09-06 Thread Scott Matheson
Hi I know what you mean, it took me 2 weeks to get an environment up and running an checking in with SVN (well almost), this is a nice tool with good support it just take a long time to tune a generic tool to you flex environment, I will run out of time before I complete the process so will go b

Re: Help with IntelliJ on MacOS

2013-09-06 Thread Mathieu St-Gelais
Thanks a lot! It's now working flawlessly. Mat On Fri, Sep 6, 2013 at 10:42 AM, Maarten Cammaert wrote: > Hey Mat, > > It's probably the incorrect AIR version in the default application > descriptor file. > > Try creating a manual descriptor.xml file (Project Structure -> Modules -> > Android o

Re: Help with IntelliJ on MacOS

2013-09-06 Thread Maarten Cammaert
Hey Mat, It's probably the incorrect AIR version in the default application descriptor file. Try creating a manual descriptor.xml file (Project Structure -> Modules -> Android or IOS tab -> Application descriptor -> Custom template). Hit the Create button, and change the xmlns to the correct AIR

Help with IntelliJ on MacOS

2013-09-06 Thread Mathieu St-Gelais
Hi guys I'm relatively new to Mac, and I've been struggling to setup my Flex environment for two days now. Here's what I have achieved so far: - I've installed the latest Flex SDK - I've installed the latest AIR version (3.8) - I've installed IntelliJ IDEA - I've successfully deployed

Re: Flex and iOS 7 ?

2013-09-06 Thread Mathieu St-Gelais
Good news! Thanks guys! Mat On Fri, Sep 6, 2013 at 9:50 AM, Angelo Lazzari wrote: > Hi Mathieu, i've installed IOS7 on my iphone 4s: no problems with our flex > mobile apps! > > Cheers > Angelo > > > 2013/9/6 Mathieu St-Gelais > > > Good morning Flex users! > > > > I'm currently evaluating Fle

Re: Flex and iOS 7 ?

2013-09-06 Thread Angelo Lazzari
Hi Mathieu, i've installed IOS7 on my iphone 4s: no problems with our flex mobile apps! Cheers Angelo 2013/9/6 Mathieu St-Gelais > Good morning Flex users! > > I'm currently evaluating Flex for my next project that will be released on > Android and iOS, and I was wondering if I should expect a

Re: Flex and iOS 7 ?

2013-09-06 Thread Maarten Cammaert
We haven't experienced any issues yet Maarten On Fri, Sep 6, 2013 at 3:04 PM, Mathieu St-Gelais < mathieu.stgel...@gmail.com> wrote: > Good morning Flex users! > > I'm currently evaluating Flex for my next project that will be released on > Android and iOS, and I was wondering if I should expec

Flex 32599 Issue not integrated on apache 4.10

2013-09-06 Thread reisan lukelog
Hi guys, TypeError: Error #1009: Cannot access a property or method of a null object reference.at mx.controls::AdvancedDataGrid/findHeaderRenderer()mx.controls::AdvancedDataGrid/mouseEventToItemRenderer() issue : https://issues.apache.org/jira/browse/FLEX-32599 still exist, any help? thanks

Flex and iOS 7 ?

2013-09-06 Thread Mathieu St-Gelais
Good morning Flex users! I'm currently evaluating Flex for my next project that will be released on Android and iOS, and I was wondering if I should expect any "problem" with iOS 7. Any news on that? I suppose it pretty much depends on Adobe and the AIR releases... Thanks a lot for your time. Ma

Spark date field

2013-09-06 Thread Marcus Wilkinson
Does anyone have experience of any Spark DateField? I couldn't find one in the experimental components. I found this: http://jabbypanda.com/blog/2010/12/datefield4-component-for-flex-4-sdk/ Has anyone used it - and might we consider using it in Apache Flex (with the author's permission of course?

Re: function caller reference

2013-09-06 Thread Tom Chiverton
On 05/09/2013 17:44, Alex Harui wrote: The stack trace idea isn't guaranteed to work on release players. I thought all recent release players could generate a stack trace with recent versions of the SDK ? http://renaun.com/blog/2012/09/getting-the-stack-trace-in-a-release-flash-player/ Tom