Re: [Non-DoD Source] Re: Easy way to convert a property to a style

2016-04-15 Thread Alex Harui
On 4/15/16, 10:52 AM, "Kessler CTR Mark J" wrote: >Sidebar... What's your opinion of embedding assets in styles and >assigning them? I'm not quite sure what you mean, but again, the principles are about encapsulation, pay-as-you-go, and just-in-time vs just-in-case. I know of one customer tha

Re: Easy way to convert a property to a style

2016-04-15 Thread Alex Harui
On 4/15/16, 10:09 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >> >> FWIW, overuse of visible and includeInLayout together has been one of >>the >> most common performance killer I've seen in large applications. > >What would be the best way to hide the object and not let it t

RE: [Non-DoD Source] Re: Easy way to convert a property to a style

2016-04-15 Thread Kessler CTR Mark J
Easy way to convert a property to a style On Apr 15, 2016 9:35 AM, "Alex Harui" wrote: > > > > On 4/15/16, 12:56 AM, "jude" wrote: > > >thanks, I was concerned if there was anything special or if it was about > >the metadata. > > There might b

Re: Easy way to convert a property to a style

2016-04-15 Thread OmPrakash Muppirala
On Apr 15, 2016 9:35 AM, "Alex Harui" wrote: > > > > On 4/15/16, 12:56 AM, "jude" wrote: > > >thanks, I was concerned if there was anything special or if it was about > >the metadata. > > There might be some metadata involved, but I don't think so. > > > > >I might add patches for these and maybe

Re: Easy way to convert a property to a style

2016-04-15 Thread Alex Harui
On 4/15/16, 12:56 AM, "jude" wrote: >thanks, I was concerned if there was anything special or if it was about >the metadata. There might be some metadata involved, but I don't think so. > >I might add patches for these and maybe a visibleInLayout property that >sets both the visible and inclu

Re: Easy way to convert a property to a style

2016-04-15 Thread OmPrakash Muppirala
On Apr 15, 2016 12:56 AM, "jude" 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 us

Re: Easy way to convert a property to a style

2016-04-15 Thread jude
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. On Apr 14, 2016 11:20 PM, "Alex Harui" wrote: On 4/14/16, 8:07 PM, "jude"

Re: Easy way to convert a property to a style

2016-04-14 Thread Alex Harui
On 4/14/16, 8:07 PM, "jude" 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 sty