what exactly you want to do, I didnt get u complete
i think u need to show selection so try this
a button not child of the canvas placed some where else
on click of it
try this
private function clickB():void
{
for(var i:int=0;i<(Mycanvas.numChildren-1);i++)
{
(Mycanvas.getChildAt(i) as UIComponent).setFocus(true);
}
}
-----------------------------
Warm Regards,
HISSAM,
Soft Engg,
iThinkLabs Pvt Ltd.
India.
website:http://www.ithink-labs.com
http://www.yureekah.com
------------------------------
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---