underriding in flex (or monkey patching)
when u want to make all the components re sizable or rotatable.
you can use under riding
the secret behind this is nothing but making the the framework classes to do the work as you want
.since the framework it self was implemented by some really good coders,we are using it for dependency ,but it may not be the most accurate one which we need.
so under riding means we change the frame work as we want so that
we can apply certain patches to give all the components specific functionality to work on.
Don’t reinvent the wheel, just make it rounder. Take advantage of those 243K lines of code in the framework.
speicial thankx to Doug for this great way of handling the framework
you can find the demo and implementation below.
Yorumlar
Yorum Gönder