[flexcoders] Skins - Position changed with release version

2008-02-25 Thread hergy80
I just upgraded from the last beta to the released version of FB3, and our skinned panels/title windows now have everything shifted up into the title area. Was there any changes regarding skins that would cause this? ALso, is there any notes regarding what has changed, like there was on the

[flexcoders] Run code when object is removed (destructors?)

2008-01-18 Thread hergy80
I have a custom container object that creates some items in the DOM through the externalinterface commands. I'm looking to find a way to know when the container is removed (ie: if it was part of a tab pane and the tab was closed) so I can call a javascript command to remove the created

[flexcoders] Re: iterating across an object

2007-10-26 Thread hergy80
You can try (this works well with XML items, should work here I would imagine). for each(var mapItem:Object in map) { ... } --- In flexcoders@yahoogroups.com, simonjpalmer [EMAIL PROTECTED] wrote: In the absence of a formal Map I am using an object as a key/value pair map as follows: var

[flexcoders] Dynamic layout

2007-10-25 Thread hergy80
I'm new to the Flex world, so please bear with me. I'm trying to figure out a way to construct a basic 'form' that will display various information stored in an XML in a nice formatted way. Currently we have a system that collects credit applications, but they vary in the fields/information