RE: [Flashcoders] doLater not working

2006-10-18 Thread Mendelsohn, Michael
Hi Rich and Dave... Thanks for the responses. Rich, your solution worked. I needed a combination of delaying a one frame *and* a doLater. I was doing just either or, but it was needing both, although I have no idea why. I would have thought the doLater was automatically "scheduled" to fire wit

Re: [Flashcoders] doLater not working

2006-10-18 Thread Rich Rodecker
the things in wright order... David Buff - Original Message - From: "Mendelsohn, Michael" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, October 17, 2006 9:56 PM Subject: [Flashcoders] doLater not working Hi list... I have a line of code on frame 1

Re: [Flashcoders] doLater not working

2006-10-18 Thread David Buff
elsohn, Michael" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, October 17, 2006 9:56 PM Subject: [Flashcoders] doLater not working Hi list... I have a line of code on frame 1 of the _root: _root.panelBG.sp.doLater(_root, "displayCorrectFrame"

[Flashcoders] doLater not working

2006-10-17 Thread Mendelsohn, Michael
Hi list... I have a line of code on frame 1 of the _root: _root.panelBG.sp.doLater(_root, "displayCorrectFrame"); ...where sp is a scrollPane component inited in the panelBG mc. My doLater function is also on frame 1 of the _root, but it never gets fired. I can't figure out why. I think it migh