<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="0.91">
    <channel>
        <title>Scroll box</title>
        <description>The 10 most recently added comments in the topic &quot;Scroll box&quot;</description>
        <link>http://freewaytalk.net/</link>
        <lastBuildDate>Tue, 07 Feb 2012 13:09:18 -500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77540</link>
            <description>&lt;p&gt;I don&amp;#8217;t think it&amp;#8217;s going to be possible to set up the slider when it
is a part of a Carousel like this. The issue is deep in the bowels of
Scriptaculous. When the slider setup event for the second and third
sliders happens, those sliders are off-screen in CSS limbo. The reason
that the thumbs work to move the sliders is because the thumb only has
to know the offset of  the thumb &lt;em&gt;relative to&lt;/em&gt; its track. But in order
for clicks on the track to be observed and converted into changes on
the slider&amp;#8217;s thumb, the click has to be checked against the position
of the left side of the track at the moment that the slider is set up,
not at the moment that the click is registered. At the moment that the
slider is set up (page load) that position is off screen to the right
(and hidden by CSS). Clicks on the track area when the Carousel has
scrolled the slider into view don&amp;#8217;t register, because they are outside
of the zone on the screen where the slider used to be.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On Sep 30, 2010, at 9:59 AM, Thomas Kimmich wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;OK Walter,&lt;/p&gt;
  
  &lt;p&gt;here we go:&lt;/p&gt;
  
  &lt;p&gt;the one under the other (working):&lt;/p&gt;
  
  &lt;p&gt;&lt;a href=&quot;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel.html&quot;&gt;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel.html&lt;/a&gt;&lt;/p&gt;
  
  &lt;p&gt;next stage adding carousel, pane and prev/next:&lt;/p&gt;
  
  &lt;p&gt;&lt;a href=&quot;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel2.html&quot;&gt;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel2.html&lt;/a&gt;&lt;/p&gt;
  
  &lt;p&gt;Thanks&lt;/p&gt;
  
  &lt;p&gt;Thomas&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;freewaytalk mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Thu, 30 Sep 2010 15:18:06 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77535</link>
            <description>&lt;p&gt;OK Walter,&lt;/p&gt;

&lt;p&gt;here we go:&lt;/p&gt;

&lt;p&gt;the one under the other (working):&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel.html&quot;&gt;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;next stage adding carousel, pane and prev/next:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel2.html&quot;&gt;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel2.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Thomas&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Thomas Kimmich</author>
            <pubDate>Thu, 30 Sep 2010 13:59:17 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77533</link>
            <description>&lt;p&gt;I see the problem occurring, but I don&amp;#8217;t see any errors in the
JavaScript console related to the functions. Everything appears to be
named correctly. Could you please do me a favor and remove all other
Actions &amp;#8212; especially Caxton &amp;#8212; from the page, just as an aid to
debugging? It is possible that another Action has declared an error
handler which is &amp;#8220;gobbling up&amp;#8221; the errors, making them impossible to
see. Once I see an error, I can propose a solution. As things stand,
you have followed my directions exactly, so it should work.&lt;/p&gt;

&lt;p&gt;As far as removing Carousel from the page, try putting the three panes
one above the other in the middle of the page, so you see all of them
at once. That should make this relatively simple to diagnose.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On Sep 30, 2010, at 9:12 AM, Thomas Kimmich wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Hi Walter,&lt;/p&gt;
  
  &lt;p&gt;still this one:&lt;/p&gt;
  
  &lt;p&gt;&lt;a href=&quot;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel.html&quot;&gt;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel.html&lt;/a&gt;&lt;/p&gt;
  
  &lt;p&gt;Thomas&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;freewaytalk mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Thu, 30 Sep 2010 13:30:57 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77532</link>
            <description>&lt;p&gt;Hi Walter,&lt;/p&gt;

&lt;p&gt;still this one:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel.html&quot;&gt;http://www.kimmich-dm.de/kunden/michaelmeier/slider-carousel.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thomas&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Thomas Kimmich</author>
            <pubDate>Thu, 30 Sep 2010 13:12:30 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77531</link>
            <description>&lt;p&gt;On Sep 30, 2010, at 3:13 AM, Thomas Kimmich wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;on klick somewhere on &amp;#8216;sliderTrack2&amp;#8217;,&amp;#8217;sliderTrack3&amp;#8217;&amp;#8230; will not
  effect, that slider is pushed forward/backward like it is in
  &amp;#8216;sliderTrack&amp;#8217; and I can&amp;#8217;t find out what function will bring me this
  (or will bring me not in pane 2+3&amp;#8230;).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Do you have an example page showing this problem? I can&amp;#8217;t really tell
from your description, but it sounds as though you may have wired more
than one slider to the same element, or vice-versa.&lt;/p&gt;



&lt;blockquote&gt;
  &lt;p&gt;This is to me a really important aspect regarding &amp;#8220;touch&amp;#8221;.&lt;/p&gt;
  
  &lt;p&gt;And one question to ScriptyLightbox:&lt;/p&gt;
  
  &lt;p&gt;What about titles and prev/next image - is it possible to achieve?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;There wasn&amp;#8217;t any good way to map this behavior onto the Freeway
interface when I developed the Action, so I disabled this feature. (It
is built in to the core effect library Lightwindow.js. It may return
in a future version of the Action.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Thu, 30 Sep 2010 13:08:47 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77520</link>
            <description>&lt;p&gt;Walter - thanks!&lt;/p&gt;

&lt;p&gt;One thing left:&lt;/p&gt;

&lt;p&gt;on klick somewhere on &amp;#8216;sliderTrack2&amp;#8217;,&amp;#8217;sliderTrack3&amp;#8217;&amp;#8230; will not effect, that slider is pushed forward/backward like it is in &amp;#8216;sliderTrack&amp;#8217; and I can&amp;#8217;t find out what function will bring me this (or will bring me not in pane 2+3&amp;#8230;).&lt;/p&gt;

&lt;p&gt;This is to me a really important aspect regarding &amp;#8220;touch&amp;#8221;.&lt;/p&gt;

&lt;p&gt;And one question to ScriptyLightbox:&lt;/p&gt;

&lt;p&gt;What about titles and prev/next image - is it possible to achieve?&lt;/p&gt;

&lt;p&gt;Thomas&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Thomas Kimmich</author>
            <pubDate>Thu, 30 Sep 2010 07:13:34 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77500</link>
            <description>&lt;p&gt;I mean that you need to clean up what you have, make sure that the first instance works correctly. Then duplicate the code in the Function Body area, and rename the functions and variables within that second set.&lt;/p&gt;

&lt;p&gt;It should look something like this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var f = function(value){
    var inner = $('innerContentBox');
    var w = inner.getWidth();
    w = (w - inner.up('div').getWidth());
    var leftPos = Math.round(value * w) * -1;
    inner.style.left = leftPos + 'px';
}
var s = new Control.Slider('thumb','sliderTrack', {
    onSlide: f,
    onChange: f
});

var f2 = function(value){
    var inner = $('innerContentBox2');
    var w = inner.getWidth();
    w = (w - inner.up('div').getWidth());
    var leftPos = Math.round(value * w) * -1;
    inner.style.left = leftPos + 'px';
}
var s2 = new Control.Slider('thumb2','sliderTrack2', {
    onSlide: f2,
    onChange: f2
});
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;To change the ID of an HTML box in Freeway, just use the Title field of the Inspector. The three elements you need to rename are the inner box of the slider area, the thumb, and the track of the slider. Those are called innerContentBox2, thumb2, and sliderTrack2 in the example above.&lt;/p&gt;

&lt;p&gt;Just for a little extra geekery, the variables &lt;code&gt;inner&lt;/code&gt;, &lt;code&gt;w&lt;/code&gt;, and &lt;code&gt;leftPos&lt;/code&gt; do not need to be changed, because they are encapsulated inside a function, declared with the &lt;code&gt;var&lt;/code&gt; keyword, and not declared outside of that function body.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Wed, 29 Sep 2010 16:01:40 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77490</link>
            <description>&lt;p&gt;Walter,&lt;/p&gt;

&lt;p&gt;to be honest:&lt;/p&gt;

&lt;p&gt;except of the fact, that the function s has to be renamed into s2, nearly nothing I really understood.&lt;/p&gt;

&lt;p&gt;OK - to remove the second codeset s from the functions body of protaculous so there is only the basic - no deal.&lt;/p&gt;

&lt;p&gt;But where to insert the s2 code-instance instead? It is a single page and the &amp;#8220;s2&amp;#8221; is a carousel pane sitting on the same page.&lt;/p&gt;

&lt;p&gt;Change the ids of HTML-Element will be extended -&gt; class = id; name = s2? Or where do I change the HTML ids properly?&lt;/p&gt;

&lt;p&gt;Well - I&amp;#8217;m willing to learn this and store it in brain  - but actually I need some further advices.&lt;/p&gt;

&lt;p&gt;Thanks in advance&lt;/p&gt;

&lt;p&gt;Thomas&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Thomas Kimmich</author>
            <pubDate>Wed, 29 Sep 2010 14:52:42 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77481</link>
            <description>&lt;p&gt;Please read through the second-to-last paragraph in my last long answer to you. Your primary issue is variable and function naming. Each sliding area needs its own set of variables, and these need to be policed inside and out of the function bodies. There&amp;#8217;s a whole list of them in that previous message. I would try removing all but one set of code from the page, then copy that, go through all the variables, and tack a 2 to the end of each, and then change the ids of your HTML elements to match.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Wed, 29 Sep 2010 13:05:49 -500</pubDate>
        </item>
        <item>
            <title>Re: Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309#m_77480</link>
            <description>&lt;p&gt;Hi Walter,&lt;/p&gt;

&lt;p&gt;no I haven&amp;#8217;t &amp;#8216;cause I removed the +/- buttons as a &amp;#8220;not necessary&amp;#8221; one.&lt;/p&gt;

&lt;p&gt;So yet only slider-problem left.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Thomas&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Thomas Kimmich</author>
            <pubDate>Wed, 29 Sep 2010 12:44:05 -500</pubDate>
        </item>
        <item>
            <title>Scroll box</title>
            <link>http://freewaytalk.net/thread/view/27309</link>
            <description>&lt;p&gt;How do I create a scrolling box like the one here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.apple.com/mac/&quot;&gt;http://www.apple.com/mac/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;Tony&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>duotone</author>
            <pubDate>Wed, 13 Feb 2008 13:32:22 -500</pubDate>
        </item>
    </channel>
</rss>

