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
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
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
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
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
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
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"
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
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 o