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

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

2005-09-27 Thread Prasad Dhananjaya
Hi all, Need your help to solve 2 questions about createChild() and destroyChildAt(). My JobNetCanves have some images lines.They all are created by using createChild(). 1.How can I give mouseOver,mouseOverEffect,mouseOut,mouseOutEffect,mouseUp events to createChild().(check ★).I want to give

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

2005-09-27 Thread Tracy Spratt
Subject: [flexcoders] Questions about createChild() and destroyChildAt() Hi all, Need your help to solve 2 questions about createChild() and destroyChildAt(). My JobNetCanves have some images lines.They all are created by using createChild(). 1.How can I give mouseOver,mouseOverEffect,mouseOut