Re: [FlexJS] Panel

2017-03-09 Thread Peter Ent
>In other words, docked items override the container's layout and change >the >coordinates axis point of origin. > > > >-- >View this message in context: >http://apache-flex-development.247.n4.nabble.com/FlexJS-Panel-tp60285p >60307.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Panel

2017-03-09 Thread yishayw
and change the coordinates axis point of origin. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Panel-tp60285p60307.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Panel

2017-03-09 Thread Alex Harui
On 3/9/17, 8:49 AM, "Peter Ent" wrote: >The idea of "chrome" is that these are components that do not count as >regular children and have special locations within the component. The >TitleBar and ControlBar are considered chrome because if you ask for the >children of the

Re: [FlexJS] Panel

2017-03-09 Thread Peter Ent
che Flex PMC >piotrzarzyck...@gmail.com > > >-- >If you reply to this email, your message will be added to the discussion >below: >http://apache-flex-development.247.n4.nabble.com/FlexJS-Panel- >tp60285p60286.html >To start a new topic under Apac

Re: [FlexJS] Panel

2017-03-09 Thread PKumar
ge will be added to the discussion below: http://apache-flex-development.247.n4.nabble.com/FlexJS-Panel- tp60285p60286.html To start a new topic under Apache Flex Development, email ml-node+s247n1...@n4.nabble.com To unsubscribe from Apache Flex Development, click here <http://apache-flex-dev

Re: [FlexJS] Panel

2017-03-09 Thread piotrz
Hi Peter, Let's say that you reconstructed Panel using new Group container - How can we use there Chrome ? I would go with ChromedContainer. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS

[FlexJS] Panel

2017-03-09 Thread Peter Ent
Hi, I'm trying to determine if "chrome" is a necessity as part of Container or if a specialty "ChromedContainer" should be made (or if at all). Panel is one component that uses chrome (the TitleBar and ControlBar implement IChrome). Is Panel used a lot? As an alternative, Panel can be

[FlexJS] Panel Broken

2016-11-01 Thread yishayw
I filed a bug: https://issues.apache.org/jira/browse/FLEX-35144 I think it has to do with binding and reflection changes. Maybe we didn't merge them in correctly to refactor-sprite? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Panel-Broken