[flexcoders] Simple addEventListener Question!

2007-09-13 Thread flexawesome
hey there, I am working on the addEventListener and I would like to change the title for panel_01 once panel_02 has moved, there is no error for the code below, but won't work. Do you have any suggestion? Thanks == ?xml version=1.0

Re: [flexcoders] Simple addEventListener Question!

2007-09-13 Thread Sheriff
i think u would need to call the invalideDisplayList() on panel_01 but i am not sure - Original Message From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 13, 2007 2:47:58 PM Subject: [flexcoders] Simple addEventListener Question

RE: [flexcoders] Simple addEventListener Question!

2007-09-13 Thread Alex Harui
panel_02.addEventListener(FlexEvent.MOVE, moveHandler); From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Thursday, September 13, 2007 12:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Simple

RE: [flexcoders] Simple addEventListener Question!

2007-09-13 Thread Gordon Smith
: Re: [flexcoders] Simple addEventListener Question! i think u would need to call the invalideDisplayList() on panel_01 but i am not sure - Original Message From: flexawesome [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, September 13, 2007 2:47:58 PM Subject