On Apr 15, 2016 12:56 AM, "jude" <flexcapaci...@gmail.com> wrote: > > thanks, I was concerned if there was anything special or if it was about > the metadata. > > I might add patches for these and maybe a visibleInLayout property that > sets both the visible and includeInLayout at the same time.
Yeah that would be very useful. I can help you test this feature out. Thanks, Om > On Apr 14, 2016 11:20 PM, "Alex Harui" <aha...@adobe.com> wrote: > > > > On 4/14/16, 8:07 PM, "jude" <flexcapaci...@gmail.com> wrote: > > >In the Flex SDK we have some styles like top, left, right, bottom that we > >can define as styles. These also happen to be available as properties on > >UIComponent. > > > >I'd like to be able to set the properties like visible, includeInLayout > >and > >includeIn as styles as well. This is so we can create a sort of > >"responsive" design that changes the visibility or state was the size of > >the application changes. > > > >My question is, if I want to be able to change the state as the size of > >the > >application changes and make some of the properties change via styles how > >would I go about doing this? > > You can copy how left, right, top and bottom are coded up in UIComponent. > > HTH, > -Alex