Archive for the ‘ Flex ’ Category
Hi folks, since so many people liked the CookieUtil, I will give away one of my other utils I have – a PasswordUtil. Many of you that are developing web applications with flex, or other actionscript 3 techniques, might have been in a situation where you needed to offer your users a solution to register [ READ MORE ]
Hi folks, a lot of time has gone by since my last post, I’m quite busy at the moment. But this didn’t stop me from setting up this post. I have written a small utility class which I think some of you really would like to use. It is a small class that makes it [ READ MORE ]
Since so many people requested it, the sources are online again. No online demo yet but you can grab the files and check it out on your local System. See the post here[ READ MORE ]
Today I wanted to show a simple preloader in an itemRenderer that just contained one Image. The problem was to get the image’s events before it was too late since you just can’t catch the OPEN, PROGRESS or COMPLETE event via MXML (Why did’t they just add the metadata for that?). I have seen quite [ READ MORE ]
I have fixed the bug issued that it would close all other windows if closed (as I said, they were only invisible) and added CustomEvents and 2 properties most of you will like – startMaximized and startCollapsed. You can guess what the will do =) The events are resize, collapse, expand, maximize and minimize (opposite [ READ MORE ]
I have come around the Post regarding SuperPanel and was kind of upset it wasn’t that what I have been searching for. Also the perfomance is a little sucky (never mind ) So I thought I have to do it better – this is what I made out of it Check the demo here (Currently [ READ MORE ]
Hi folks, I recognized a lot of views on the last post I made came from users searching for stuff like 0xFFFFFFFF color code or something in that manner. This made me suggest there are a lot of people who do not understand what this means to Flex/Flash using Actionscript 3. So here is a little explanation: [ READ MORE ]
Some time ago I was fronted by a problem in one of my problems, I needed to set a mask to a dynamic image – not very tough, the problem was that the mask had to be taken from a greyscale Image which was also dynamically loaded. The mask image was seperated into a black and [ READ MORE ]
I wrote a simple Mouse Capture component for Flex 2.0.1 – this will save the mouse position every N seconds and on every click. After capturing it is able to draw the path the mouse has gone as well as any clicks. This is very simple and will be a lot of more a tutorial [ READ MORE ]
Hi Folks, Since blogging is cool and the hottest you can do as a developer I’m starting out this Blog for all my Flex regarding stuff. Since I’m German please excuse weird grammar from time to time. So let’s start out, yesterday Marc Hughes released his new version of the Object Handles Component for Flex [ READ MORE ]
Get every new post delivered to your Inbox.