Re: Shift Enter in TLF

2013-08-30 Thread Alex Harui
On 8/30/13 4:58 PM, "Justin Mclean" wrote: >Hi, > >Would a check on the SDK version number be a better way to handle this? That was Adobe policy, but it meant you had to go back to old code paths for any other paths changed in that version as well. IMO, that was too big a pill to swallow for s

Re: Shift Enter in TLF

2013-08-30 Thread Justin Mclean
Hi, Would a check on the SDK version number be a better way to handle this? Justin

Re: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-30 Thread Sharma, Pratyoosh
Thanks Alex, I can see that the project is mature enough for people like me to start helping, looking forward to contribute back. Have a great labor day weekend!! Thanks, Pratyoosh - Original Message - From: Alex Harui [mailto:aha...@adobe.com] Sent: Friday, August 30, 2013 05:26 PM Eas

Re: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-30 Thread Peter Ent
Oh yes, my bad: please use the GIT repository, develop branch. I've created a *very basic* FlexJS Application introduction page. It probably won't help much at the moment, but I wanted to get something out there and I will continue to refine it and fill it out. https://cwiki.apache.org/confluence

Re: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-30 Thread Alex Harui
And Peter did prototype wrapping Jquery and CreateJS components. It is up to the community to decide what gets done next. Thank you for trying it out and we are looking forward to your feedback. -Alex On 8/30/13 2:08 PM, "Peter Ent" wrote: >We use Google Closure as the foundation for the Java

Re: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-30 Thread Peter Ent
We use Google Closure as the foundation for the JavaScript version of the components. It helps with basic things like events and inheritance and is beneficial for cross-browser compatibility. I think you have the right idea. We don't have an official roadmap yet as this still alpha and we are cons

RE: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-30 Thread Sharma, Pratyoosh
Thanks Om & Peter, you guys have been really helping the community, I am coming quite late to the party when things are mature enough for me to be productive, so I am trying to make sure I get the fundamentals right I get the basic idea, there are basically 2 folders Flex http://svn.apache.org/

Re: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-30 Thread OmPrakash Muppirala
On Fri, Aug 30, 2013 at 11:10 AM, Peter Ent wrote: > Hi, > > I'm the author of the Creating Components wiki page for FlexJS. Please let > me know, via this email list, any confusion you have over creating the > components. > > Based on your earlier email, I'm creating another Wiki page that descr

Re: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-30 Thread Peter Ent
Hi, I'm the author of the Creating Components wiki page for FlexJS. Please let me know, via this email list, any confusion you have over creating the components. Based on your earlier email, I'm creating another Wiki page that describes how to build a FlexJS Application. It will be a rough draft

RE: [FlexJS] Getting errors with FlexJS & a simple Flex program

2013-08-30 Thread Sharma, Pratyoosh
Alex et al. I am trying to extend the FlexJS library & try create some component on my own I'll be using guidelines here https://cwiki.apache.org/confluence/display/FLEX/Creating+Components Is this the right branch to base my code out of, is that where the working examples for Data binding wer

Re: Hanging Indents in TLF Lists

2013-08-30 Thread Alex Harui
Having recently gone digging in the TLF code, it appears that the main classes you'll need to change are in BaseCompose.as and ComposeState.as. I haven't looked at your test case yet, but I think there is one place where it positions the lines horizontally. That will be an easy change unless the p

Re: Shift Enter in TLF

2013-08-30 Thread Alex Harui
I'm ok with that, but please consider leaving the old code paths based on some flag for folks who may rely on the old behavior. I'm about to check in a bunch of changes to handle discretionary hyphens and put a tlf_internal flag in ContainerController to switch it off and on. -Alex On 8/30/13 2:

Re: Shift Enter in TLF

2013-08-30 Thread OmPrakash Muppirala
On Aug 30, 2013 2:36 AM, "Harbs" wrote: > > Currently, TLF (or rather EditManager.as) treats shift-enter as a regular return unless the context is in a ListElement. When the context is a ListElement, it does not create a new list item, but it does create a new paragraph. > > The general convention

RE: FlexUnit

2013-08-30 Thread Michael A. Labriola
>It was 6 now it's 7 still failing :-( Okay, the only thing that makes sense though is a mismatch. Possible there are two JDKs on the box, one that is in your JAVA_HOME but another being used for the compilation? I ask because this error is fairly well documented in the Java community for other

RE: AW: AW: AW: FlexUnit

2013-08-30 Thread Frédéric THOMAS
Yes, you are right but some can be skiped, I'm thinking about the 1rst param as we know where the mavenized SDK is already and we maybe able to detect if maven is installed, in this case, skip the last param. I'm not fan of mavenizing the SDK directly in the maven repo, the user might haven't Mave

Re: AW: AW: AW: FlexUnit

2013-08-30 Thread Avi Kessner
I was thinking about the deploy script actually, sorry I wasn't clear On 30 Aug 2013 12:44, "christofer.d...@c-ware.de" wrote: > Well the arguments should be source-directory and target Directory. > I made the target-directory a Parameter because I didn't want the > mavenizer to mess with my loc

AW: AW: AW: FlexUnit

2013-08-30 Thread christofer.d...@c-ware.de
Well the arguments should be source-directory and target Directory. I made the target-directory a Parameter because I didn't want the mavenizer to mess with my local repo while developing it. But it should be a valid Approach to use the FDK Directory as source and have a look at the mavens ~use

Shift Enter in TLF

2013-08-30 Thread Harbs
Currently, TLF (or rather EditManager.as) treats shift-enter as a regular return unless the context is in a ListElement. When the context is a ListElement, it does not create a new list item, but it does create a new paragraph. The general convention in applications is that shift-enter is used

Re: AW: AW: FlexUnit

2013-08-30 Thread Avi Kessner
Just incase it isn't clear, the command line tool requires some user specific arguments, so the installer needs to handle that as well On 30 Aug 2013 10:28, "OmPrakash Muppirala" wrote: On Aug 29, 2013 11:44 PM, "christofer.d...@c-ware.de" < christofer.d...@c-ware.de> wrote: > > Well the poms th

AW: AW: AW: FlexUnit

2013-08-30 Thread christofer.d...@c-ware.de
Sounds sensible and it would simplyfy stuff greatly :-) Chris Von: omup...@gmail.com [omup...@gmail.com] im Auftrag von OmPrakash Muppirala [bigosma...@gmail.com] Gesendet: Freitag, 30. August 2013 09:27 An: dev@flex.apache.org Betreff: Re: AW: AW: FlexUn

Re: Hanging Indents in TLF Lists

2013-08-30 Thread Harbs
Here is the JIRA: https://issues.apache.org/jira/browse/FLEX-33693 While writing up the test app, I figured out a workaround as I described in the JIRA ticket. I still think the behavior is wrong. I could probably write up another test case to illustrate this further, but if you specify tab posi

Re: AW: AW: FlexUnit

2013-08-30 Thread OmPrakash Muppirala
On Aug 29, 2013 11:44 PM, "christofer.d...@c-ware.de" < christofer.d...@c-ware.de> wrote: > > Well the poms themselves don't help with the libs. I will probably be adding functionality to download Adobe stuff after asking for confirmation by the user as we discussed some months ago as soon as I am