Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
115 views

Reverse scroll in jquery

I am working on a jquery timeline. I need to make the main content draggable and move the handlebar in relation to the the distance dragged. Can anyone tell me how I can do that? ...
2
votes
0answers
75 views

jQuery function stops when browser zooms out

I'm using SmoothDivScroll 1.1 and everything is working fine till I zoom out in a browser (firefox, chrome and safari tested on windows 7) (when zoomed in the scroller doesn't stop). The way ...
2
votes
1answer
107 views

jquery slider and scroller interaction

I have a content scroller based on the great work at flowplayer. This has a left navigation panel with buttons that each scroll content across to the right place. I have put a slider in place beneath ...
2
votes
0answers
84 views

Flex 4 Scroller sometimes doesn't show

Ok so I have a simple unskinned Scroller component , the problem I'm having is that at aparently random times the vertical scrollbar dissapears. I can still scroll the content with my mouse wheel but ...
2
votes
1answer
87 views

Custom style scroll bar

Does anyone here know any tutorial/guide lines/link that will help me create an scrollbar like the one at http://www.wdyl.com/#apple [on the left top]
2
votes
1answer
233 views

Flex 4: Scrolling a Spark Form to focussed element programatically?

I found this example http://blog.flexexamples.com/2009/11/02/auto-scrolling-the-contents-of-a-vgroup-container-in-flex-4/ which works great but only if you have the focussable elements in a VGroup. ...
2
votes
2answers
21k views

Continuously scrolling horizontal ticker containing images in jQuery?

I would like to do something like this: http://javascript.about.com/library/blcmarquee1.htm The script I referenced however seems to be a bit laggy (outdated?), so I was wondering if anyone knew of a ...
1
vote
0answers
24 views

Flex 4.5 skinnable container generic skin

How can I write a generic skin and use it for multiple containers. Say, I have different border containers, with different background gradients. I want to write a single skin file and use it in all ...
1
vote
2answers
24 views

How to use scroller containing two forms in adobe flex?

I have layout with two forms. I'm using scroller but scrollbars don't align to window but appear somewhere in the middle of the application screen. <s:WindowedApplication ...
1
vote
2answers
34 views

Javascript: Delete conflict from two equal script instance

i make a simple scroller but when i create the second scrooler, the first stop working, the code is here http://jsfiddle.net/3aZLE/3/ Thanks so much
1
vote
1answer
51 views

Centering text in a touch scroller

I modified a version of the iScroll touch scroller. It was modified based on the carousel demo in the sample file when you download the library. I need to center the text that is displayed when you ...
1
vote
1answer
394 views

Jquery Vertical content scroller

I am currently working on creating a vertical scroller and have got so far but have got stuck on some of the functionality My HTML looks like this <div class="outer"> <div ...
1
vote
1answer
709 views

scroller.scrollTo in Sencha Touch don't work if not launched manually just before

I encounter a problem when i want to use the scrollTo function of the scroller component. When i execute this command (by a button located on an another panel) : myPanel.scroller.scrollTo({x: 0, y: ...
1
vote
1answer
204 views

jquery infinite scroller

I would like to load content while scrolling with jquery an I found something useful but doesn't work for me: link: http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/ in ...
1
vote
1answer
471 views

Android scroller fling

I hava a problem with a scroller. @Override public boolean onTouchEvent(MotionEvent ev) { Log.d(TAG, "compute: " + mScroller.computeScrollOffset()); mScroller.fling(0, 0, 0, 1000, 0, 0, ...
1
vote
1answer
2k views

jquery horizontal scroll

i would like to use the scroller of jquery UI : http://jqueryui.com/demos/slider/#side-scroll but with a mouseover event, i looked everywhere, i think i can do it by binding the event, but i dont ...
1
vote
0answers
86 views

webOS Horzontal Scroller now working

I'm still trying to figure out why this isn't working and I'm at the end of my rope. Every different method I've tried always takes me back to the zero position. Here's what my code looks like: ...
1
vote
1answer
838 views

Event when the scroller starts scrolling or ending scrolling in Flex 4.0

are there any events that the scroller will dispatch when being scrolled?
1
vote
1answer
734 views

Timeline Style JQuery Scroller

Hey, not exactly looking for code help as it's too much to ask for someone just to write it up, I assume, but basically I'm in need of a script that will display a single div (that contains text and ...
1
vote
3answers
247 views

Finding an item with JQuery whose index matches a count variable

I have an image scroller set up, and I keep a count of the current item through a variable called current_item. Now, I want to display the alt text of the image in a list of images whose index matches ...
1
vote
2answers
584 views

Spark Scroller, limit to vertical scrolling

I have a Spark Scroller within my View because I have a lot of content and require vertical scrolling. I current have some labels that get data from my dataProvider, and the strings are sometimes ...
1
vote
1answer
325 views

colorbox and scroller

I'm having problem with colorbox when loading content first time after opening the page. I was making a list of people with button description for each person. after pressing a button opens a colorbox ...
1
vote
1answer
2k views

Creating a auto scrolling circular jquery image scroller

I have searched high and low, but have found very little to achieve my desired result, I am trying to take a bunch of images, and create a smooth auto scrolling horizontal image scroller, similar to ...
1
vote
0answers
999 views

Android - How can i get a scrollView to scroll automatically at a definable rate?

I am writing a teleprompter app for the Android and i am trying to get the script to automatically scroll at a definable rate. I have attempted to do so by extending Scrollview and writing a new ...
1
vote
1answer
376 views

Group should scroll vertically but is expanding to infinite in width

I have a group for which I want to enable horizontal scrolling. Vertically the group should be as wide as possible (100%). <s:Scroller left="0" right="0" top="0" bottom="0" ...
1
vote
2answers
357 views

Scaling an image in a scroller resizes the scroller when relative dimension are set to the scroller

I would like to position relatively a scroller in my application like below. When I scale the image, I resize the scroller... <s:Scroller width="50%" height="50%" > <s:Group> ...
1
vote
2answers
1k views

Horizontal text scroller with length detection javascript/jquery

I am looking for a way to do Horizontal text scrolling that only scrolls ONLY WHEN the text length is longer than the container DIV. Any suggestion how to do that?
1
vote
0answers
882 views

Automatic Horizontal Scroller with Left/Right Controls

Has anyone worked on this before? An automatic horizontal scroller based on JavaScript (preferably using Jquery), that can produce a continuous scroll for a ul list, with pause on hover, and left ...
0
votes
1answer
13 views

How to adjust scroller step size

I'm using Flash Builder 4.5. I have a spark scroller that contains a spark tile group. When I scroll using the mouse wheel, it scrolls about 450px at a time. This is AFTER I have adjusted the delta of ...
0
votes
0answers
16 views

Scroller class in Android

I was anylizing some Android source when I found the Scroller class. Can anyone give me link to a tutorial or an example on how to use that class? Thanks in advance
0
votes
0answers
16 views

jquery horizontal scroller and resize loading off

If you go to http://jpatrolla.com, you will see that the main body container is off by a couple of pixels (8 to be exact) Now if you resize your window it fixes automatically. The hard solution is ...
0
votes
0answers
27 views

jQuery Image Scroller issue

I am trying to implement the jQuery Image Scroller: http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/. However, it appears that there is a huge gap when the images ...
0
votes
2answers
36 views

Flex - How to detect scrolling

I have Scroller and in this scroller I have 3 swfloaders. How I can detect when scroll bar is scrolled on (event, my be)? //edit Sorry for the little information. In scroller I have Group code: ...
0
votes
0answers
44 views

Zynga scroller works in IE 9 but not in windows phone

Zynga Scroller works in IE9 on my desktop but when I try their demo page on windows phone 7.5 it doesn't seem to respond. Is there any property which needs to be set for it to work on windows phone ? ...
0
votes
0answers
24 views

Images are “shaking” when using children cache in Scroller's startScroll

Im bulding an application which using an horizontalpager: https://github.com/ysamlan/horizontalpager in the application im navigating between pages (which holding views) the fling effect of the ...
0
votes
1answer
35 views

How to use Scroller in ViewGroup (android)

I have a custom ViewGroup and would like to add scrolling ability to it. Is it possible to use a Scroller object and link it up with view group? I have read somewhere that Scroller does not do any ...
0
votes
0answers
45 views

jcarousellite scroller with tabs

On website swiftstays.appliedculture.in jcarousellite scroll having problem with ui tabs display data in one tab only but click on another tabs its not displaying data but data is coming. I don't ...
0
votes
0answers
33 views

javascript tap and scroll

i have a navigation bar that contains thumbs - position:absolute divs (positioned using left attributes). I would like to know how to implement a tap and drag scrolling effect in the navigation bar ...
0
votes
0answers
127 views

Jquery horizontal scroller - emulate the new BBC homepage

I am looking to emulate the scroller on the BBC homepage. http://www.bbc.co.uk/ It has a transparent area either side of the main image showing the other images behind. It must be viewed on a desktop ...
0
votes
0answers
99 views

jquery mobile struts2 form post - page scroller

when I submit my form (login acctualy) from login.jsp I get redirected to second page in /secure/items/second.jsp that displays me a list of href items... But the list is longer than the page but the ...
0
votes
0answers
25 views

Show Vertical Scroller

I'm using Xcode4 on Lion. The inspector for a NSScrollView object has, in the Behaviour section, a "Show Vertical Scroller" flag. How can this flag be toggled programmatically? Please note that I need ...
0
votes
1answer
213 views

jQuery Facebook/Tumblr-style infinite scroller

Here's the code: (modified version of a tutorial thanks to hycus.com) <script type="text/javascript"> var properlast=10; $(window).scroll(function(){ if($(window).scrollTop() == ...
0
votes
1answer
52 views

SimpleModal with scrollbar script

I am using SimpleModal script. Also I want to display in it a special DIV tag with long text. This DIV need to have his own scrollbar. Sample code: www.sildev.pl/basic/index.html You can download ...
0
votes
3answers
53 views

Horizontol Scrolling View in Android

I want to create a Horizontol Scrolling View in Android. The view would be a combination of images and text scrolling horizontally and I should be able to dynamically modify the content(text and ...
0
votes
0answers
140 views

Make Scroller more smooth in ViewGroup in Android

I am developing an Android application that use ViewGroup to display Application list. It contains many sheets and each sheets contain 4x4 icon. When I fling from one sheet to another sheet, I use an ...
0
votes
0answers
140 views

scrolling one view at a time in flex mobile

I am making this application in which there is a Scroller inside whicgh there is a Hgroup which further has VGoups each of which is supposed to display relevant information. User experience is to ...
0
votes
2answers
49 views

How to force Scroller scrollbars to overlap content in Flex 4.0

I have the following spark Scroller <s:VGroup width="100%" height="100%" gap="0"> <s:Scroller width="100%" height="100%"> <s:DataGroup width="100%" height="100%" ...
0
votes
0answers
120 views

Android Scroller set offset

I am trying to use a Scroller ( not a ScrollView ) to display a large number of items inside a view. I want to set the initial offset of the scroller to x from the left ( say 10000 ). How can I ...
0
votes
1answer
386 views

android scrollview animation

I am trying to animate a Scrollview. Particularly the SmoothScrollTo(x,y) function. Any ideas on how I go about this. Thanks ScrollView scroller = (ScrollView) findViewById(R.id.scroller); ...
0
votes
0answers
125 views

Way to speed up add/removeClass for iPad slider

I have a scrolling plugin I have modified from someone else's to allow horizontal sliding. This plugin is made so if you slide left, it displays the next page underneath the sliding page. If you ...

1 2