Re: [flexcoders] Questions about createChild() and destroyChildAt()

2005-10-02 Thread Manish Jethani
On 9/27/05, Prasad Dhananjaya [EMAIL PROTECTED] wrote: 1.How can I give mouseOver,mouseOverEffect,mouseOut,mouseOutEffect,mouseUp events to createChild().(check ★).I want to give above affects to all created children which are on the JobNetCanves. (In below code all

Re: [flexcoders] Questions about createChild() and destroyChildAt()

2005-09-29 Thread Prasad Dhananjaya
Hi all, Still I have a problem with destroyChild().I want to destroy only img1. But it destroys every thing on the application including panel,canvas. Not only selected child. can someone tell me why it is destroying every thing. thanks Prasad

RE: [flexcoders] Questions about createChild() and destroyChildAt()

2005-09-29 Thread Nischal Pathania
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Questions about createChild() and destroyChildAt() Hi all, Still I have a problem with destroyChild().I want to destroy only img1. But it destroys every thing on the application including panel,canvas. Not only selected child. can someone tell me

Re: [flexcoders] Questions about createChild() and destroyChildAt()

2005-09-29 Thread Prasad Dhananjaya
] On Behalf Of Prasad Dhananjaya Sent: Friday, September 30, 2005 06:05 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Questions about createChild() and destroyChildAt() Hi all, Still I have a problem with destroyChild().I want to destroy only img1. But it destroys every thing

RE: [flexcoders] Questions about createChild() and destroyChildAt()

2005-09-27 Thread Tracy Spratt
#2: How about: var iChildIndex as Number = JobNetCanves.getChildIndex(event.target); destroyChildAt(iChildIndex); Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Prasad Dhananjaya Sent: Tuesday, September 27, 2005 5:15 AM To: FlexML