Re: [Flashcoders] ScrollPain

2006-05-10 Thread Muzak
's in the docs). Any particular reason why you're using spContentHolder instead of just ScrollPane.content (which is also documented)? regards, Muzak - Original Message - From: "Mike Levy" <[EMAIL PROTECTED]> To: "'Flashcoders mailing list'&

Re: [Flashcoders] ScrollPain

2006-05-10 Thread bryan.rice
On May 10, 2006, at 12:24 PM, Mike Levy wrote: Thanks for any explanations! I think it has something to do with the movieClip not loading by the time I call attachMovie, but I read on another thread that if everything is in class files that there is no timing issues with attachMovie. Y

RE: [Flashcoders] ScrollPain

2006-05-10 Thread Sumeet Basak
coders mailing list Subject: Re: [Flashcoders] ScrollPain ScrollPain, haha. That's a good pun. Are you sure that the target movieclip you're calling attachMovie is being targeted correctly? btw, I think it's invalidate() and not redraw(). M On 5/10/06, Mike Levy <[EMAIL PROTECTE

Re: [Flashcoders] ScrollPain

2006-05-10 Thread elibol
ScrollPain, haha. That's a good pun. Are you sure that the target movieclip you're calling attachMovie is being targeted correctly? btw, I think it's invalidate() and not redraw(). M On 5/10/06, Mike Levy <[EMAIL PROTECTED]> wrote: Hi All, I have the following code in AS2 Class files. (no

[Flashcoders] ScrollPain

2006-05-10 Thread Mike Levy
Hi All, I have the following code in AS2 Class files. (no code on timelines) The function below is a button handler for a Class that extends MovieClip. In the button handler function, I am attaching a movieClip that has a public ScrollPane so that I can add content to it from this function. Wh

Re: [Flashcoders] Scrollpain Overlap Issues

2005-12-24 Thread GregoryN
Mike, I've been trying to get a bug like yours for about an hour and ... succeed! But the code you posted this time is correct (working, while not perfect :-). The matter can be investigated from your prev. (dec 15 2005) post: >> I've ran across a V2 scrollpane issue in one of the projects I'm

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread Merrill, Jason
gt;-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of Mike Boutin >>Sent: Friday, December 23, 2005 3:46 PM >>To: Flashcoders mailing list >>Subject: Re: [Flashcoders] Scrollpain Overlap Issues >> >>I am able

Re: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread Mike Boutin
mailing list Subject: RE: [Flashcoders] Scrollpain Overlap Issues Nope. Can't view source on a file I can't reach. Tried it again, no dice. Maybe someone else on the list can try and see if its just me or a problem on your end. Jason Merrill | E-Learning Solutions | icfcons

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread tech
I uploaded to the root directory. Try this. http://mike.randm.org/scrollpain.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Friday, December 23, 2005 2:42 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Scrollpain

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread Merrill, Jason
From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of tech >>Sent: Friday, December 23, 2005 3:37 PM >>To: 'Flashcoders mailing list' >>Subject: RE: [Flashcoders] Scrollpain Overlap Issues >> >>Jason, >> >>I republished

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread tech
Jason Sent: Friday, December 23, 2005 12:32 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Scrollpain Overlap Issues Tried it in both IE and Firefox. Not having any other network issues either. Jason Merrill | E-Learning Solutions | icfconsulting.com >>-Origi

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread Merrill, Jason
ent: Friday, December 23, 2005 1:28 PM >>To: 'Flashcoders mailing list' >>Subject: RE: [Flashcoders] Scrollpain Overlap Issues >> >>That's weird. I've sent the link to people here at work and offsite, and >>they could view it. Let me republish and

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread tech
r 23, 2005 12:25 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] Scrollpain Overlap Issues Yeah, still get a page cannot be displayed error. I don't think its your detection script, it's the location of your HTML file. Jason Merrill | E-Learning Solutions

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread Merrill, Jason
rs- >>[EMAIL PROTECTED] On Behalf Of tech >>Sent: Friday, December 23, 2005 1:05 PM >>To: 'Flashcoders mailing list' >>Subject: RE: [Flashcoders] Scrollpain Overlap Issues >> >>Try it again, I've added the default flash 8 detection script. >

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread tech
rrill, Jason Sent: Friday, December 23, 2005 11:30 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] Scrollpain Overlap Issues That URL you sent doesn't seem to be working. http://mike.randm.org/flash/scrollpain/ ? Jason Merrill | E-Learning Solutions | icfcons

RE: [Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread Merrill, Jason
Of tech >>Sent: Friday, December 23, 2005 12:19 PM >>To: 'Flashcoders mailing list' >>Subject: [Flashcoders] Scrollpain Overlap Issues >> >>Hello, >> >> >> >>I'm running into some problems with the scrollpane component. Here's a qu

[Flashcoders] Scrollpain Overlap Issues

2005-12-23 Thread tech
Hello, I'm running into some problems with the scrollpane component. Here's a quick breakdown of what's happening: 1. I'm using the v2 scrollPane component to build a menu list 2. I attach movieClips from the library into a container movieclip, each attached clip contains different v2 com