Monkey patches and Runtime Shared Libraries (RSLs)

03:08 AM

Monkey patching is replacing parts of the flex framework with your own classes. For example, you can copy mx.core.UIComponent to src folder of your project, modify it, and flex will use your modified class instead of framework’s one.
Genereally it’s considered to be evil, and I actually agree with this point of view. But sometimes you [...]

2

First post

03:07 AM

Hello!
Welcome to my blog. My name is Nikita Petrov, I’m flash/flex developer.
I’ll try to write about unobvious problems in flex and flash – the solutions to obvious ones you can find in Internet and in documentation.
I know english, and though my knowledge is far from perfect, I’ll be writing in two languages – in russian [...]

Comments Off