On 3/9/17, 8:49 AM, "Peter Ent" <p...@adobe.com> 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 Panel, they are not listed and if you have so many >children in the Panel that it requires scrolling, these items do not >scroll. You can consider the fixed scrollbars in the SWF version to be >chrome pieces too. Before we go too far into whether we need Ichrome or separate slots, I'm curious about what coordinate space expectations folks have as well. In regular Flex, the pixel below the Panel's titlebar is 0,0 instead of 0, titlebar.height because the content area is its own container. Who has used Panel-like UI's in JS and what coordinate space did it use for content children? Thanks, -Alex