I Agree, Before it does suddenly stop, does anyone fancy \ have the skills to port the list to another host or server.
I don't know about everyone else, but I'd be happy to make a small donation to the running costs of a revived service, as this list has helped me out of a jam on many an occasion. Tim -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Pyle Sent: 03 April 2006 13:49 To: [email protected] Subject: <lingo-l> Custom Scrollbar Folks >>Kurt Griffen wrote... >Since the traffic on this list seems to be dying slowly, I'd like to >say one thing in case it all goes away. > >Thank you. All of you. Ditto. This list is/has been terrific. >>Irv Kalb wrote... >Instead of doing what you are doing in a prepareFrame handler, try >doing it in the on beginSprite handler instead. Irv - good suggestion - that kinda worked but I'd prolly not got it quite right and broke something else in the project. But in the process of moving things around I ended up with a new order in my original handler. Original was.... sprite("ScrollingSprite").member = member(gCurrentBodyText, "BodyText") sprite("ScrollingSprite").member.scrolltop = 0 sprite("ScrollingSprite").member.width = 300 sprite("ScrollingSprite").member.height = 525 sprite("ScrollingSprite").member.boxType = #fixed And that became... sprite("ScrollingSprite").member = member(gCurrentBodyText, "BodyText") sprite("ScrollingSprite").member.scrolltop = 0 sprite("ScrollingSprite").member.boxType = #fixed sprite("ScrollingSprite").member.width = 400 sprite("ScrollingSprite").member.height = 525 So as I read it fixing the boxtype before setting the pixel dimensions has solved the issue. Either that or changing the box width did some magic :-) Any clues as to why? -- Cheers DAVO David Pyle (mailto:[EMAIL PROTECTED]) 0407 047 900 (mob) 07 3004 7900 (wk) 07 3846 1220 (fax) snail to: PO Box 3015 Sth Brisbane QLD 4101 http://www.toadshow.com.au The TV business is a cruel and shallow money trench, a long plastic hallway where thieves and pimps run free and good men die like dogs. - Hunter S Thompson [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
