Re: [FlexJS] Team Page

2016-11-12 Thread PKumar
this is really inspiring. could you please share source code? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Team-Page-tp56450p56464.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Team Page

2016-11-12 Thread Carlos Rovira
It's in examples folder/TeamPage 2016-11-12 16:41 GMT+01:00 PKumar : > this is really inspiring. could you please share source code? > > > > -- > View this message in context: http://apache-flex- > development.247.n4.nabble.com/FlexJS-Team-Page-tp56450p56464.html > Sent from the Apache Flex D

[FlexJS]

2016-11-12 Thread Carlos Rovira
Hi Alex, I think the way you allowed html text in js:Button was adding only [DefaultProperty("text")] right? is needed something more? I think this would be needed in most controls and Containers. For example js:Container has already [DefaultProperty("mxmlContent")] Could we have the possi

[FlexJS] SyntaxError: Unexpected EOF

2016-11-12 Thread Carlos Rovira
Hi, just see this bug and filed a bug in JIRA https://issues.apache.org/jira/browse/FLEX-35173 Hope folks that has the ability to touch in compiler could take a look. As well, if you point me where to look and guide me it would be ok in order to start introducing myself in falcon thanks -- Ca

[FlexJS] HTML tags in text are kept in output

2016-11-12 Thread Carlos Rovira
Hi, another bug found while trying to insert html in FlexJS components. I filed and describe in a JIRA ticket: https://issues.apache.org/jira/browse/FLEX-35174 -- Carlos Rovira http://about.me/carlosrovira

Re: [LAST CALL] Flex SDK 4.16

2016-11-12 Thread OmPrakash Muppirala
On Tue, Nov 8, 2016 at 2:59 PM, Justin Mclean wrote: > Hi, > > We’re getting closer to making a release candidate for the next Flex SDK > release. > > Currently the two things holding up this release are there two JIRAs: > [1] FLEX-34880 Place Sort and SortField state setters behind mx_internal >

[FlexJS] position:relative

2016-11-12 Thread Carlos Rovira
Hi, all HTML FlexJS components use to have the line: positioner.style.position = 'relative'; this translates to the HTML output as style="position: relative;" For example, in MDL the original examples has no position set so it uses its default (static). I think we should do the same since don'

Re: [FlexJS]

2016-11-12 Thread Alex Harui
On 11/12/16, 8:45 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >I think the way you allowed html text in js:Button was adding only > >[DefaultProperty("text")] > >right? is needed something more? > >I think this would be needed in most controls and Containers.

Re: [FlexJS] SyntaxError: Unexpected EOF

2016-11-12 Thread Alex Harui
I assume you mean EOL (end of line). Not sure where to look in the compiler. -Alex On 11/12/16, 9:05 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >just see this bug and filed a bug in JIRA > >https://issues.apache.org/jira/browse/FLEX-35173 > >Hope folks that has the

Re: [FlexJS] position:relative

2016-11-12 Thread Alex Harui
FlexJS containers set position:relative or position:absolute because I think you need to do so in order to get percentWidth/percentHeight to work. If there is a way to solve all scenarios without that, or a way to be even smarter about when to set position I'd be interested. I think your app may

RE: [FlexJS] Building from Flash Builder

2016-11-12 Thread Yishay Weiss
Not sure what’s going on. I just installed the latest nightly, created a new project, and copied DataBindingExample.mxml, and related sources. Same result. From: Alex Harui Sent: Friday, November 11, 2016 9:58 AM To: dev@flex.apache.org Subje