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 spen

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 missing

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… Harbs

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 im

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 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" wrote: > > >Here we go again :-( > > > >EdB > > > > > > > >On Saturday, April 5,

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 Mode

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 specifica

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" wrote: >Does anyone know if Adobe has donated their TLF demo here: >https://www.adobe.com/devnet-apps/tlf/demo/ ? > >I

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 wrote: > I've made the suggested change to the 'flex-sdk' job, but as both windows > slaves are offline again I ca

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" : > Adobe has not donated it. Not sure where the source is. There is a > sample app in the flex-tlf re

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" wrote: > >> I'm referring more to the composition lif

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" wro

Re: Docs on TLF composition?

2014-04-07 Thread Harbs
I'm talking about cutting off ascenders and descenders of text, or cutting off partial lines of scrolled text. I don't see where that's being done, but I'm observing the effects of it. I don't think anything in my code is causing that… On Apr 7, 2014, at 7:52 PM, Alex Harui wrote: > Without lo

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 t

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, "Har

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 wrote: > Recent news: > > http://www.talkingnewmedia.com/2014/03/31/the-washington-post-updates-ipad-app

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 air

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 wrote: > 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 s

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: http://apache-flex-development.247.n4.nabble.com/Changes-to-Mavenizer-and-Flexmojos-to-allow-deploying-Flex-SDKs-to-maven-central-tp36698p3670

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 : > Sounds like a plan! > +1 > > Thanks, > Om > > > On Mon, Apr 7, 2014 at 2:28 PM, Christofer Dutz > wrote: > > > Hi Guys, > > > > I'm currently sitting at the ApacheCon with Alex and weh ad a long > > discussion on

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 centr

Re: Adobe TLF Demo

2014-04-07 Thread Joseph Balderson
Thanks Alex, I was not aware of that repo. Thanks for the tip! PS: https://github.com/apache/flex-tlf ___ Joseph Balderson, Flex & Flash Platform Developer :: http://joeflash.ca Author, Professional Flex 3 :: http://tinyurl.com/

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é :

Re: Docs on TLF composition?

2014-04-07 Thread Harbs
The content is clipped even if you use a Sprite as a container. I used the second example here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/container/ContainerController.html The text in the second container was clipped at the bottom until I scrolled up.

Re: Adobe TLF Demo

2014-04-07 Thread Harbs
I don't think I've ever seen that project before. It looks like he's done table support, but it's handled very differently than the original TLF architecture. There's certain similarities to how I'm going about it, but that's different too. I'll have to study it some more… Thanks! On Apr 7, 20