[4.16.0] # Apache Flex SDK 4.16.0 nightly build 238: Successful

2017-02-20 Thread flex . ci . builds
flex-sdk_release-candidate - Build #238 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/238/.

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread sankar
Hi Piotr, Thanks for the update. Previously I was updating dataProvider by using but it anyway required me to change something in TabBar source. Your fixed example showing more cleaner procedure now. I shall use that. I shall update my local source soon, hopefully dynamic child problem will reso

[FlexJS] MDL - Suggestion needed on scrolling

2017-02-20 Thread sankar
Hi, In a MXML page, I want a part to be in screen all the time (i.e. menu etc.) and the rest of the screen scroll (i.e. main content area). So I tried by using Grid, which has two GridCells, but when the content area has a long length, the complete page starts scrolling. I tried by using as w

Re: [FlexJS Summit] Preparing the schedule

2017-02-20 Thread Christofer Dutz
Yeah +1 for that … directly have to send you mine ;-) Am 20.02.17, 00:33 schrieb "jus...@classsoftware.com" : HI, > Plus a 100x100 photo of yourself for the web site please. I’m missing that from everyone. The default image will be this if you don’t send me a picture :-)

Re: TLF, problem with the delay of updates

2017-02-20 Thread goratz
Thank you very much Flex capacitor for your answer. Can you put me a example of event? Anywhere were I can read about Textflow events? Exists any book about the TLF? I have so many doubts about how it works. -- View this message in context: http://apache-flex-development.247.n4.nabble.

TLF: problem with \n and TextAlign Justify

2017-02-20 Thread goratz
Hi all, I have some troubles when I try to Justify a paragraph that has a "\n". I will put a example: I put the paragraphElement.textAlign = "Justify"; Text => "This is the line 1 \n and this is the line 2." *What I expect:* Line Length: ___ Line 1:This is the li

Re: [FlexJS] Text binding showing undefined

2017-02-20 Thread Harbs
> > My understanding is that Google Closure Compiler, which does the > optimization, relies on us using foo.prototype.bar with JSDoc. For some > reason they have not chosen to output structures. If you are certain it > is more efficient, you should see if has been suggested on their issues > li

Re: TLF, problem with the delay of updates

2017-02-20 Thread Harbs
I wrote a Google Doc a while back to document the TLF lifecycle: https://docs.google.com/document/d/1u-ljSsTjZORoUVQtJT9gt0wcZxBBkRZaGza3MbzNsL8/edit?usp=sharing Harbs > On Feb 20, 2017, at 10:58 AM, goratz wrote: > > Thank you very much Flex capacitor for your answer. > > Can you put me a ex

Re: TLF: problem with \n and TextAlign Justify

2017-02-20 Thread Harbs
“\n" is interpreted as a line break (soft return) in the same paragraph, not a new paragraph. You need a new ParagraphElement to get the behavior you want. Harbs > On Feb 20, 2017, at 11:08 AM, goratz wrote: > > Hi all, > > I have some troubles when I try to Justify a paragraph that has a "\

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread sankar
Hi, I'm not sure if this is the right approach, but I took some ideas from Josh, Alex and MDL library website, and modified UIBase.as class inside HTML package. I modified it to this, > public function addElement(c:IChild, dispatchEvent:Boolean = true):void > { > COMPILE::JS >

Re: [FalconJX] org.json dependency

2017-02-20 Thread Christofer Dutz
Hi Alex, I have no objection at to removing this. I added it to the Maven build as it was included in the Ant build. I double-checked that no class of the jar is directly referenced and that the maven build succeeds without problems if I remove the dependency. Eventually I should run the mave

Re: [FalconJX] org.json dependency

2017-02-20 Thread Maxim Solodovnik
Both Apache Wicket, and Apache OpenMeetings were updated to use https://mvnrepository.com/artifact/com.tdunning/json just in case this dependency is required :) On Mon, Feb 20, 2017 at 5:46 PM, Christofer Dutz wrote: > Hi Alex, > > I have no objection at to removing this. I added it to the Maven

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread piotrz
Sankar, In case of standard component it is working and I'm going add Bead which will be doing such upgrade - This bead will be default add to some components. In case of TabBar I need to do some other things - probably this approach which find me Om. Piotr - Apache Flex PMC piotrzarzyck

Re: [FalconJX] org.json dependency

2017-02-20 Thread Christofer Dutz
Hi Alex, I just gave the build a quick run and I think I’ll be cleaning up in the maven dependencies to fix a lot of issues reported by the tool. Guess it would be good to cleanup the Ant build after that’s done. Right now it reports look like this: [INFO] --- maven-dependency-plugin:3.0.0:anal

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread sankar
Sounds good, Piotr. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Dynamic-Child-Problem-tp59595p59685.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[FlexJS] MDL - TabBarPanel children do not gets flexible sizes

2017-02-20 Thread sankar
Hi, I noticed that components declared inside a TabBarPanel, do not works with "percentWidth" or "percentHeight" properties. This applicable to any component that is the immediate child of TabBarPanel. Is it possible to get them fixed or any bead like DataGridPercentageLayout (?) Thanks! -- V

Re: [FlexJS] Text binding showing undefined

2017-02-20 Thread Alex Harui
On 2/20/17, 1:13 AM, "Harbs" wrote: > >Yes and no. There’s two issues: Runtime performance, and minified code >size. In terms of runtime performance, initializing class values should >not have a negative effect. They would (slightly) add to code size, but >having to load two different models in

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread piotrz
Sankar, I just pushed UpgradeElement bead as part of fix for this jira. I've added this bead as default to Button and TextField. You can from now on create those components dynamically. Let me know to which component you want to add more this bead and I will make the changes. Piotr - Ap

[4.16.0] # Apache Flex SDK 4.16.0 nightly build 239: Successful

2017-02-20 Thread flex . ci . builds
flex-sdk_release-candidate - Build #239 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/239/.

[Flex JS] Click handler on label fails

2017-02-20 Thread Justin Mclean
Hi, Any reason why this shouldn’t work? ie clicking on the text does nothing. http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic"> Thanks, Jus

[FlexJS] visibility compatibility with Flex SDK

2017-02-20 Thread Justin Mclean
Hi, AFAIKS visibility works differently to Flex when items can be hidden but still take up space. Is there any way of doing this in Flex JS? I’ve also run into some layout issues with content jumping down underneath after being hidden. I assume it because it’s replacing the styles and some of

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread sankar
Hi Piotr, Sound nice. Although I can't think about any one component but the feature probably good to be default to all the components available in FlexJS MDL. Let me know when I should update latest source when you done with these. I'm also hoping you get an answer to update Tabs as well. Th

Re: [FlexJS] visibility compatibility with Flex SDK

2017-02-20 Thread justin
Hi, Just in case anyone else runs into this - there are some major issues with visibility and percentage widths. This can be worked around by initially setting visibility to true and setting to false in applicationComplete. Not ideal but it works. One other thing to do is avoid to turning off a

Re: [FlexJS] MDL - Dynamic Child Problem

2017-02-20 Thread piotrz
I think it's available - you can pull the source and try TextField and Button I'm working next on adding UpgradeElement bead to RadioButton an Checkbox - it's more tricky than adding it to TextField or Button. Once I do this I will get back to work on Tabs. Piotr - Apache Flex PMC piotrza

Re: [ApacheCon] Let's make it happen :-)

2017-02-20 Thread piotrz
Hi Guys, I saw on facebook created event - Can we add in the event details also link to our event website? Did someone post officiall announcement on Twitter? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabb

Re: [FlexJS, MDL] Mixing Basic and MDL

2017-02-20 Thread yishayw
In case anyone else is interested in making this work, a work around would be to wrap the mdl components in elements. Then you can use VContainer [1], HContainer, etc. [1] https://paste.apache.org/y1bx -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Flex