Tag: component
-
Custom component for distribution – live preview detection
It’s been a while since I worked on a custom component for distribution, to auto-install in the Adobe Extension Manager. Many online tuts and official documentation assume that you want to extend…
-
Strangeness in custom component parameters
I decided today to systematically analyse a problem that’s bothered me for several years: What determines whether a parameter setter for a custom component will be called? Today I’ve finally worked it…
-
Frustrating Flex problems solved #7 – Removing DragDrop animation
In Flex was building a simple drag and drop from a library list to another simple list. I also wanted to build the functionality of dragging the item out of the simple…
-
Frustrating Flex problems solved #6 – Keydown
Spent some time screaming “Why can’t my component receive keyboard events? “ Crazy, I’m not sure why i never knew this, but for a component to receive keyboard events, it needs to…
-
"Color" component parameter
I never really understood why when you define a component parameter, you can define its type. Wouldn’t the variable type that the parameter is related to, always define the type of the…
