Search the web
Sign In
New User? Sign Up
ycarousel · Bill Scott's Carousel Component
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 115 - 145 of 505   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
115
Try it out at: http://billwscott.com/carousel_0.6.0 Fixes include: AutoPlay now stops on previous event interaction (as it did with next) Prebuilds work better...
billwaynescott
Offline Send Email
Jul 2, 2007
11:16 pm
116
You set up the array to look like this: var tabPages = [ "tester.html", "tab-two-contents.png", "tab-three-contents.png", "tab-four-contents.png" ]; When you...
billwaynescott
Offline Send Email
Jul 2, 2007
11:37 pm
117
Really hard to tell just from a screenshot. Some live code (before and after would help.) Given a problem like this, I use Firebug. I use inspect to click on ...
billwaynescott
Offline Send Email
Jul 2, 2007
11:40 pm
118
Try John Resigs RSS to JSON for a simple way to do this: http://ejohn.org/blog/json-and-rss/ Once you have the data as JSON you can iterate over it or grab...
billwaynescott
Offline Send Email
Jul 2, 2007
11:44 pm
119
Yes, you simply need to change the opacity to the objects that are partially revealed. In the 0.6.0 release, you will find that the example: ...
billwaynescott
Offline Send Email
Jul 3, 2007
1:45 am
120
I would not take that approach... What you have done is essentially break the layout mechanism in the carousel so that the items wrap. However nothing else...
billwaynescott
Offline Send Email
Jul 3, 2007
1:48 am
121
The new version makes this fix with a few other changes around the same issue. Try http://billwscott.com/carousel_0.6.0/ and see if it addresses this issue. ...
billwaynescott
Offline Send Email
Jul 3, 2007
3:52 am
122
Ok, your issue was the impetus for the 0.6.0 release. I rewrote the property handling... So try the new version and see if it resolves your issue. ...
billwaynescott
Offline Send Email
Jul 3, 2007
3:54 am
123
Hi Bill, Great work on the carousel, it does alot of what I'm looking for, and you've also done a very great job with the documentation. I'm trying to get the...
pedalpete28
Offline Send Email
Jul 3, 2007
4:48 am
124
Hello Bill, I have spent the last day looking for a solution to my problems with the scrollTo function etc. and found one. As you might guess it involved the...
mikewillstew
Offline Send Email
Jul 3, 2007
6:57 pm
125
Hello, Congratulations, it is a wonderful component! I just downloaded it and I am wondering if it is possible to use carousel without images, just a name and...
jcmoscon
Offline Send Email
Jul 6, 2007
2:44 am
126
Sure. The carousel accepts any valid HTML (or DOM node). In the examples, I usually create a method called fmtItem (just my choice in the examples) that...
billwaynescott
Offline Send Email
Jul 6, 2007
3:11 am
127
At http://billwscott.com/carousel/...
billwaynescott
Offline Send Email
Jul 6, 2007
3:11 am
128
In my example, I call spotlight(this) from the loadInitialItems method which was configured as the loadInitHandler for the carousel. As such this method gets...
billwaynescott
Offline Send Email
Jul 6, 2007
3:15 am
129
Hi; I am in the process of porting 0.4.0 to 0.6.0 i noticed that the loadNextHandler function gets different values in the args array. for a vertical carousel...
lower_trestles
Offline Send Email
Jul 8, 2007
10:48 am
130
thanks Bill....i see it now. Just one more help question pls...if you go to http://beta.thefreemason.com/ (not live and under const.)....You will see the left...
bty203638
Offline Send Email
Jul 8, 2007
8:15 pm
131
Which browser? On FF 2 it looks fine. -- Bill...
billwaynescott
Offline Send Email
Jul 9, 2007
2:51 am
132
It was a bug. Thanks for catching this. New version 0.6.1 is now available that fixes this. The bug was introduced when I adjusted the logic to try to...
billwaynescott
Offline Send Email
Jul 9, 2007
3:36 am
133
http://billwscott.com/carousel/ Cleaned up docs, fixed some bugs around load handlers and what gets passed to them. Added a few new properties to support...
billwaynescott
Offline Send Email
Jul 9, 2007
3:39 am
134
Thanks for your detailed post. I added (for another reason) a couple of properties that should solve your problem. scrollBeforeAmount and scrollAfterAmount. ...
billwaynescott
Offline Send Email
Jul 9, 2007
3:40 am
135
You will want to upgrade to 0.6.1 and check out the spotlight example as it has been updated to reflect some of the changes in 0.6.1 that make it easier to do...
billwaynescott
Offline Send Email
Jul 9, 2007
3:42 am
136
IE7 ... From: "billwaynescott" <billwaynescott@...> To: ycarousel@yahoogroups.com Sent: 09/07/07 03:51 Subject: [ycarousel] Re: Newbie question....Module...
Mike Murphy
bty203638
Offline Send Email
Jul 9, 2007
10:11 am
137
Hi Bill, Great work with this carousel implementation! I've gotten it working with a bunch of other JS on our site and it works and looks great. I was curious...
Jenny Mok
balipstick
Offline Send Email
Jul 9, 2007
5:39 pm
138
I was actually able to fix this myself. I'm passing in the CarouselID to init in the pageLoad() then am using that to disable the "onmousedown" for Firefox. ...
Jenny Mok
balipstick
Offline Send Email
Jul 9, 2007
6:39 pm
139
Excellent. Another way to do this is the following: YAHOO.util.Event.addListener(this.carouselElem, 'mousedown', function(e) { ...
billwaynescott
Offline Send Email
Jul 9, 2007
11:09 pm
140
Thanks Bill. I'll give that a try. Cheers. -- Jimmiejo...
ygggroup
Offline Send Email
Jul 11, 2007
3:29 pm
142
i'm trying to get the selectNext() function to get called when an event running from a seperate javascript is triggered. I have flagged an alert, so i know the...
pedalpete28
Offline Send Email
Jul 12, 2007
10:24 pm
143
First, YAHOO.extension.Carousel.scrollNext will not work. You create a carousel instance with something like: var carousel = new YAHOO.extension.Carousel.... ...
billwaynescott
Offline Send Email
Jul 13, 2007
6:32 pm
144
Just to be clearer... carousel.scrollNext(); if your variable name is 'carousel' and is visible to where you are doing this. -- Bill ... ...
billwaynescott
Offline Send Email
Jul 13, 2007
9:33 pm
145
i want this to happen to my site. if i clicked a link, the carousel must appear dynamically(asynchronously) including the scripts cause the size(items) on the...
jonesdollesin
Offline Send Email
Jul 16, 2007
1:17 am
Messages 115 - 145 of 505   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help