[flexcoders] Zend_amf and boolean values

2009-01-28 Thread Mark Hage
Hi, I am trying to send a boolean from PHP to Flex. In PHP I query a MySQL database which in a column returns a boolean. In PHP I have class parameter where this boolean is saved. I use Zend_AMF to communicate with my Flex app. In Flex the PHP class is mapped to a AS class, which has the type

[flexcoders] FlexSkinning problem

2009-01-13 Thread Mark Hage
Problems with skinning components for Flex 3 in Illustrator CS3 I have installed the FlexSkinning plugin for Illustrator CS3. When I customize a Panel and import it into Flex as Skin Artwork, I have problems when scaling the Flex application in the browser. When I scale my browser window to a

[flexcoders] state change reload component

2009-01-07 Thread Mark Hage
Hi, I use states to show a form. this form is in a component. When I view the form and enter some data in a textinput, but the click 'cancel' the form is hidden. The next time I show the form, the data I typed the previous time in the form is still there. Is there a way to 'reset' the component