[flexcoders] Different behaviour between deployment and IDE execution

2009-09-16 Thread tendancer2000
Just finished my first ever Flex app (yay!) and deployed it to my tomcat server and it is behaving differently there compared to when I run it within the IDE. During the execution the Flex app makes an HTTPService call which returns a 404 if no data is found. My fault handler: if

[flexcoders] Is there a way to get the original array index of a selection in a datagrid?

2009-08-27 Thread tendancer2000
I have a datagrid with an Array dataprovider. A user double clicks on a row which takes them to a new state where they can do things with that data item including an action that should remove it from the original array. I was planning on using the selectedIndex property to index into the array

[flexcoders] Looking for help with a custom image tooltip in a datagrid column

2009-08-24 Thread tendancer2000
I'm new to Flex so this might be more of an ambitious first project then I can handle but I feel close, just not close enough... I have a datagrid which displays either an image of a key or an empty image depending on a value in the row data. If the key image is displayed then I'd like the