Adobe TLF Demo

2014-04-07 Thread Joseph Balderson
Does anyone know if Adobe has donated their TLF demo here: https://www.adobe.com/devnet-apps/tlf/demo/ ? I've been wrestling with the TLF demon for a week now, and having the source code from that demo would be a godsend right about now. I'm trying to build a custom TLF rich text editor, but

RE: Adobe TLF Demo

2014-04-07 Thread Miguel Ferreira
For the first question, i don't know... But this helped me a lot to implement some features that i needed for my projects: https://code.google.com/p/tlfx/ Is a extended TLF with already a lot of functionality. TLF could be the answer for a lot of our problems but on my personal opinion is

Re: Docs on TLF composition?

2014-04-07 Thread Harbs
I started documenting it here: https://docs.google.com/document/d/1u-ljSsTjZORoUVQtJT9gt0wcZxBBkRZaGza3MbzNsL8 I'll be adding to the doc as I go. I enabled commenting for anyone with a link. Please add comments to correct anything I have wrong. If anyone wants editing rights, let me know…

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
So this is a crazy, no-win situation. Our box model is either compatible with the standard of most browsers or compatible with some quirk or extra feature that attempts to make sense out of something that shouldn't have been done in the first place. Or, to put it another way, we are trying to

Re: Build failed in Jenkins: flex-sdk #744

2014-04-07 Thread Erik de Bruin
I'm looking at it now... EdB On Sun, Apr 6, 2014 at 7:44 AM, Alex Harui aha...@adobe.com wrote: Did you see the note about how to do a clean checkout? Is that worth a try? -Alex On 4/5/14 10:23 AM, Erik de Bruin e...@ixsoftware.nl wrote: Here we go again :-( EdB On

RE: [FlexJS] CSS Box Model

2014-04-07 Thread mark.kessler.ctr
Well the box-sizing: border-box html/css property works pretty good. Wouldn't that make it more compatible with the AS side? -Mark -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: Monday, April 07, 2014 9:20 AM To: dev@flex.apache.org Subject: Re: [FlexJS] CSS Box Model

Re: Build failed in Jenkins: flex-sdk #744

2014-04-07 Thread Erik de Bruin
I've made the suggested change to the 'flex-sdk' job, but as both windows slaves are offline again I can't test it - I admire you guys' patience with the builds@/INFRA people more and more, my blood boils every time my time is wasted because of some long standing issue on those machines :-( EdB

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
Yes, the border-box property will make things more compatible, but this type of stuff in CSS always makes me think twice. Suppose some browser maker decides to stop supporting it or gives it a different definition? Highly unlikely, but still possible. I was not aware of this property until I read

Re: [FlexJS] CSS Box Model

2014-04-07 Thread jude
Welcome to HTML world. I've been mulling over this for the last few months. I agree that the border box model would be closer to what people would expect. The default box model is based on the original use case of layout and position of documents not applications. The border box model was

Re: Adobe TLF Demo

2014-04-07 Thread Alex Harui
Adobe has not donated it. Not sure where the source is. There is a sample app in the flex-tlf repo. I didn't look at it, have you? -Alex On 4/7/14 1:28 AM, Joseph Balderson n...@joeflash.ca wrote: Does anyone know if Adobe has donated their TLF demo here:

Re: Build failed in Jenkins: flex-sdk #744

2014-04-07 Thread Erik de Bruin
So far, so good, the 'flex-sdk' job and it's dependants ran fine. Now let's see if the new setting will keep it running fine... EdB On Mon, Apr 7, 2014 at 4:16 PM, Erik de Bruin e...@ixsoftware.nl wrote: I've made the suggested change to the 'flex-sdk' job, but as both windows slaves are

Re: Adobe TLF Demo

2014-04-07 Thread John Cunliffe
http://blogs.adobe.com/tlf/2011/03/tlf-samples-now-on-sourceforge.html http://sourceforge.net/projects/tlf.adobe/files/3.0/current/samples.zip/download Am 07.04.2014 17:01 schrieb Alex Harui aha...@adobe.com: Adobe has not donated it. Not sure where the source is. There is a sample app in

Re: Docs on TLF composition?

2014-04-07 Thread Harbs
One thing I'm having trouble figuring out: What clips text beyond the bounds of the container? On Apr 6, 2014, at 8:26 PM, Alex Harui wrote: I don't know of any. It would be great if you could document it. On 4/6/14 5:27 AM, Harbs harbs.li...@gmail.com wrote: I'm referring more to the

Re: Docs on TLF composition?

2014-04-07 Thread Alex Harui
Without looking, TLF is width-dependent. You give a composition width and the TextLines are created with just enough stuff in it to fit the width. Then, once you've created enough TextLines to fill the composition height, it stops creating more TextLines. -Alex On 4/7/14 9:45 AM, Harbs

Re: [FlexJS] CSS Box Model

2014-04-07 Thread Peter Ent
Thanks your help and insight. After some experimentation, the border-box model is how we'll proceed. Thus .width and .height properties will be the bounding box for the component with border and padding inside this box. We'll take the margin information under advisement, but I think I agree with

Re: Docs on TLF composition?

2014-04-07 Thread Alex Harui
AFAIK, TLF does not support scrolling. The container does. For Flex TextArea, the RichEditableText is clipped by a scrollRect. If you are seeing ascender/descender clipping that might be caused by improperly sizing the TextLine or a rendering issue in the player. -Alex On 4/7/14 10:00 AM,

Re: Mobile Usage Points to More App Usage

2014-04-07 Thread Angelo Anolin
And another article pointing to mobile apps getting more traction than mobile web. http://www.cdixon.org/2014/04/07/the-decline-of-the-mobile-web/ On Wed, Apr 2, 2014 at 8:28 PM, Joel Tan joel.ta...@gmail.com wrote: Recent news:

Changes to Mavenizer and Flexmojos to allow deploying Flex SDKs to maven central

2014-04-07 Thread Christofer Dutz
Hi Guys, I'm currently sitting at the ApacheCon with Alex and weh ad a long discussion on how we could make it possible to release Flex SDKs to Maven Central. We have come up with a solution all should be happy with. The core of this would be to strip out any dependency to playerglobal and

Re: Changes to Mavenizer and Flexmojos to allow deploying Flex SDKs to maven central

2014-04-07 Thread OmPrakash Muppirala
Sounds like a plan! +1 Thanks, Om On Mon, Apr 7, 2014 at 2:28 PM, Christofer Dutz christofer.d...@c-ware.dewrote: Hi Guys, I'm currently sitting at the ApacheCon with Alex and weh ad a long discussion on how we could make it possible to release Flex SDKs to Maven Central. We have come up

Re: Changes to Mavenizer and Flexmojos to allow deploying Flex SDKs to maven central

2014-04-07 Thread piotrz
Chris, Alex!!! This is fantastic news!!! +100!!! :) Piotr - Apache Flex Committer piotrzarzyck...@gmail.com -- View this message in context:

Re: Changes to Mavenizer and Flexmojos to allow deploying Flex SDKs to maven central

2014-04-07 Thread Carlos Rovira
sounds good! :) +1 as well! C. 2014-04-08 0:12 GMT+02:00 OmPrakash Muppirala bigosma...@gmail.com: Sounds like a plan! +1 Thanks, Om On Mon, Apr 7, 2014 at 2:28 PM, Christofer Dutz christofer.d...@c-ware.dewrote: Hi Guys, I'm currently sitting at the ApacheCon with Alex and

Re: Adobe TLF Demo

2014-04-07 Thread Joseph Balderson
Thanks for that link Miguel, there's some useful gems in there! ___ Joseph Balderson, Flex Flash Platform Developer :: http://joeflash.ca Author, Professional Flex 3 :: http://tinyurl.com/proflex3book Miguel Ferreira wrote:

Re: Adobe TLF Demo

2014-04-07 Thread Joseph Balderson
Thanks for the link John. I must have downloaded an earlier one from the first link, when Adobe first put up the samples, because I only saw two examples in that one. Your second link has more complex examples, obviously a more recent addition. Some gems in there too!

RE: Changes to Mavenizer and Flexmojos to allow deploying Flex SDKs to maven central

2014-04-07 Thread Maurice Amsellem
No objection from me Maurice -Message d'origine- De : carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] De la part de Carlos Rovira Envoyé : mardi 8 avril 2014 00:20 À : dev@flex.apache.org Objet : Re: Changes to Mavenizer and Flexmojos to allow deploying Flex SDKs to maven

Re: Changes to Mavenizer and Flexmojos to allow deploying Flex SDKs to maven central

2014-04-07 Thread Gary Yang
Finally, this is great news indeed! On Mon, Apr 7, 2014 at 6:49 PM, Maurice Amsellem maurice.amsel...@systar.com wrote: No objection from me Maurice -Message d'origine- De : carlos.rov...@gmail.com [mailto:carlos.rov...@gmail.com] De la part de Carlos Rovira Envoyé : mardi 8