--- In [email protected], "jason bronson" <[EMAIL PROTECTED]> wrote:
>
> <mx:DataGrid id="dgUserRequest" x="21" y="50" dataProvider="{
> userRequest.lastResult.users.user}" width="1008" height="358"
> itemDoubleClick="{testdude.htmlText=userRequest.lastResult.users.user[
> testdude.selectedIndex].descriptionlong}">
>
> ive been googling my heart out but cant seem to find the reason for
this?
> i was following a tutorial for php&Flex and copied everything but
just cant
> seem to make sense of this?
>
> anyone?
>
> heres full code http://pastebin.org/25644
>
SAID that theres not a lot of support around here
anyhow if anyone wonders how i fixed it here is the fix
i instead of trying to handle the click in datagrid i did this
<mx:TextArea x="21" y="407" width="1008" height="291" id="testdude"
wordWrap="true" editable="false" enabled="true"
text="`{dataGrid.selectedItem.descriptionlong}` =
{dataGrid.selectedItem.descriptionlong}"/>