Posts tagged as 'Flex'
Modal Properties of the Alert Component
I’m not going to go into all of the properties of the Alert component. I am going to concentrate on the modal of the Alert. If you don’t know what a modal is, a modal is the translucent overlay underneath the Alert component. This can be customized using CSS, but many people simply overlook it. … Continue reading
Undetermined Number of Arguments With …rest
It’s amazing how many people still don’t know about …rest. On the other hand I think I have only played with it but never actually used it. Basically what …rest does it allows you to pass, or not pass, parameters to a function. …rest parameters are passed just like all variables but in the function … Continue reading
ActionScript Error Repository
I found a great resource today called the ActionScript Error Repository. Let’s say you are working in Flash, Flex, or AIR and you get a fun error message: Error #2032: Stream Error. You can search for the error code and it will explain the cause and how to fix it. It will give an example … Continue reading
Bitmap Smoothing
Let’s say you are loading in an image. The image is a little to big to fit in the area it is supposed to go in or maybe too small so you have to scale it up a little. The problem is, if you scale it, it will end up looking absolutely horrible. All is … Continue reading
