AdvancedForm v1.2 update

There was a little bug that affected the AdvancedForm’s isValid property for a certain condition. Thanks to Dustin for finding the bug. I have updated the component to fix the bug. The situation arose when you reset a form after the isValid = true, the reset changes isValid to false but then would set isValid = true after the first validator became valid. It should not do this unless all validators on the page are valid. Get the...

Read More

Flex Builder – What do the Icons in Variables View mean?

Take a look at a typical Flex Debugging perspective Variables view.There is a lot of images with other symbols on top of them. From red squares, green circles to yellow diamonds with (), C, S etc… icons on top. What do they all mean? Well I am not totally sure myself, but some are obvious. – Red Square This defines a private variable. – Green Circle This defines a public variable. – Yellow Diamond This defines a...

Read More