On the rollOut event of the grid just write the following method:

public function removeBtn():void{
    parentOfButton.removeChild('IDofButton');
}

this should help.

-Ravi

On Feb 24, 4:05 pm, Gerald Anto <[email protected]> wrote:
> Hello Friends,
>
> I have a Grid which has 3 label controls one by one.
> when i rollOver any label i could get a button.
> now i need that when i rollOut Grid, the button should be removed.
> I have done that but the button will be hidden when i rollout from
> label control.but
> i need to acheive that only when i rollOut Grid control.
> hope quick reply
>
> Thanks & Regards,
> A Gerald Anto Fernando
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to