The scroller tag has no wiki summary.
-4
votes
1answer
31 views
Can I add a hyperlink into banner scroller? [closed]
Can i add a hyperlink to each of the banner images within this script?
If so, please could you let me know how?
<script type="text/javascript" ...
0
votes
1answer
16 views
ActionScript platformer hitTest
I am making a 2D side scroller in actionscript and this is my first ever project using actionscript so I need a little help. I need to be able to test if there is a collision and where it is. For ...
0
votes
0answers
19 views
android scroller scroll from current position
I have TextView with auto-scrolling, which is looping forever. Plus user can scroll TextView himself. So when user has finished scrolling i want to auto-scroller continue scroll from position user has ...
0
votes
0answers
25 views
how to change IViewPort verticalScrollPosition programmatically
I'm trying to scroll VGroup with scroller:
<s:Scroller id="scroller" width="100" height="100">
<s:VGroup id="vp" width="100%" height="100%">
<my:TripView ...
0
votes
0answers
34 views
Need clickable captions in a scroller
I have a scroller that the caption shows up on the larger image. I am
trying to get that caption p to become a clickable link but when I
change the script to caption a the caption still shows up but ...
0
votes
1answer
85 views
How can I automatically scroll a scrollview with a scroller?
I'm having trouble using a Scroller to scroll a ScrollView programmatically, so no touch gestures are involved in this so far. I want to scroll the ScrollView down at a certain speed, as long as data ...
0
votes
0answers
58 views
QT Scrolling Text Multiple colors on the same line
I am trying to scroll words on the same line in different colors. I finally got thr scroll part from finding code online. The problem is I am trying to scroll text in a different color on the same ...
0
votes
1answer
81 views
Scroller startScroll with negative offset
With a positive offset, startScroll would scroll to the right. So with a negative offset, I'm assuming it should scroll to the left-the documentation doesn't say anything about this.
However this ...
1
vote
1answer
41 views
How to display a label with dynamic size inside a Scroller
I have an issue with the display of a label in one of my application.
I have a view where I display a label. The text of this label can be updated at anytime, and this text can consist of one word as ...
1
vote
2answers
85 views
Setting Scroller on TextView for vertical scrolling
I am trying to implement a sort of vertical scrolling TextView by setting a Scroller on it. The following code works on my device which runs Android 2.3 but it does not work on devices running ...
0
votes
0answers
66 views
Flex Mobile FormItem layout with scroller
I have several on a Mobile view and I would like them to be aligned and also have scrolling. Unfortunately I cannot manage both without using s:Form.
I do not want to remove s:Form since this is ...
0
votes
1answer
49 views
jQuery Scroller animation
i am working on the parallax scroller and need a bit of help with the jquery animation.
if($(window).scrollTop() >= 180){
$("#wasBorn").animate({"top": "+=20px"}, "fast"); }
as the ...
0
votes
0answers
19 views
scroller not showig up untill i minimize browser window
please see this link:
http://www.w6d.com/temporary/Beauty%20Blaze%20Salon/html/services.html
here i have used a book-like slider.inside it are pages which can be rolled over.the poroblem is that when ...
0
votes
0answers
53 views
Fix the position of a button ontop of a scroller xcode
I have a table view with multiple cells that each load a different UIImage via a push segue. I want to be able to have buttons that are fixed at different positions on some of the images which i will ...
1
vote
1answer
32 views
How to position view based on position of one of sibling ViewGroup's child?
Ok, the question may sound confusing. Let me explain the scenario:
Refer the image at following link, (-I wasn't able to use imgur as it is blocked in my network):
...
0
votes
1answer
37 views
News post changer [closed]
Hi can anyone tell me what this technique called. I am trying to achieve the same. This news changer it has a timer and it changes from 1 to 6 and it rotates. A lot of news sites have this technique ...
0
votes
0answers
47 views
LimeJS: How to use lime.ui.Scroller properly?
I use lime scroller, it works as I wanted except one thing.
The content of the scroller gets mouse events even when it's outside the scroller area.
I'm not sophisticated in DOM and JavaScript and ...
0
votes
0answers
94 views
Change dynamically the height of the dataTable
I use DataTables with the server_processing and extra scroller.
By a javascript routine, I change the height of DataTables with this:
$(".dataTables_scrollBody").height(example);
All is well. Well ...
0
votes
1answer
357 views
AJAX-based infinite scroller with jQuery, PHP & mySQL
I am trying to construct an AJAX-based infinite scroller with jQuery, PHP & mySQL.
Pretty straightforward, there is a div in a primary page holding regular content (#theContent). When the window ...
0
votes
0answers
281 views
Twitter bootstrap based horizontal thumbnails scroller
I would like to realize a one-line horizontal thumbnails scroller based on twitter bootstrap with structure like that:
<div class="row">
<a class="thumbnails-scroll left" ...
0
votes
2answers
90 views
Which View for a “fancy” scroller?
I'm developing an app that require the selection of one element (out of three) from the user.
Right now I've tried to developed a Spinner, and then a RadioGroup, they were both working but I find ...
0
votes
1answer
148 views
How to add some custom animation when Scroll with caroufredsel?
I want to add some custom animation when the thumbnails scroll. From example when the user clicks on the next button I want for the thumbnails that leave the screen to Fade out and the thumbnails that ...
1
vote
1answer
119 views
CarouFredsel Separator
I am trying to add a separator to a CarouFredsel scroller. The easiest way of doing it is by adding a right border to each one of the items, but has you can see there is a bug in the last item. Any ...
5
votes
2answers
250 views
How to fix side bar and header using CSS for JS & jQuery Scroller
I have this layout and I want to make the left sidebar, right sidebar and the header fixed.
This is my css :
#container {
padding-left: 200px; /* LC fullwidth */
...
1
vote
3answers
448 views
Flex 4 scroller with group. Scrollbars not showing up
I know I have done this before but every time I work with scrollers and group it doesn't work for me and kills my 2 days.
<s:Scroller width="100%" height="100%" horizontalScrollPolicy="auto" ...
0
votes
0answers
32 views
How to remove bouncer effect of the Scroller
I developing a mobile app using flash builder 4.6 and i'm using a Scroller component with an image on the inside. And when i scroll that image it does bouncer effect that is very annoying and i want ...
2
votes
1answer
280 views
java game - slick scroller - player can't move
My scroller is working but I can't move player.
Player is centering to middle of window screen. And map is centering to player's position.
Window (program) size is 640 x 640 px
Map map.tmx is ...
0
votes
0answers
302 views
jquery thumbnail scroller not working in ie?
I am using jquery thumbnail scroller for scrolling images on mouseover.
It working fine in chrome and firefox.
But its not working fine in IE..
I cant find the error..
my source files are ...
0
votes
1answer
107 views
Scrollers are not displaying in UIWebView
I have a span inside a div, and although I can scroll vertically just fine, there are no scroll indicators displayed like I'd usually see in a UIWebView while scrolling. Any clues to why?
This is ...
0
votes
0answers
108 views
How to prevent content within spark scroller or list on mobile touch from being pulled below the top of the viewport
Using Flash Builder 4.7
Undesired behavior: In the emulator or on an iPad or Galaxy Tab 10.1, a user can drag-scroll the list content in the viewport such that the content is pulled down past the ...
4
votes
2answers
3k views
How to create continuous scrolling content using Jquery .animate() function? [duplicate]
Possible Duplicate:
Implementing circular scroller in jquery
I want to create vertical scroller, which will work exactly like marquee. But I want it to be continuous, like when we use ...
0
votes
0answers
81 views
MFC CTabCtrl horizontal scroller
I have a MFC CTabCtrl and set it to single-line like this:
dwStyle &= ~TCS_MULTILINE;
SetWindowLong(m_hWnd, GWL_STYLE, dwStyle);
If I have more tabs than the window can display, a horizontal ...
0
votes
1answer
181 views
Android Scroller: current velocity calculation
Some time ago I started to write some kind of a list view for my purposes and yesterday I became frustrated due to something strange happening with my scrolling behaviour.
I have read the source code ...
0
votes
2answers
101 views
Is there a scroller component for Android?
I just wanna know if anybody knows a good reference to something similiar to :
But for Android.
or I need to implement by myself ?
1
vote
0answers
229 views
Android: How to scroll the Extended adapterview or viewgroup
Following up this Extending AdapterView
I know this can be achieved by this SO post
PLEASE NOTE: Trying to understand the how listview and Gallery scrolls & reuses the view.
How to scroll the ...
0
votes
1answer
1k views
Jquery Continuous vertical text scroller that refreshes content
I have been trying to adapt JQuery to do what I want, and after spending hours trying to find the answer, am appealing to my betters. I am using vticker to create a continuously scrolling display. ...
0
votes
0answers
94 views
Make an image scroller by fetching the images from the database [closed]
I am new in php. I have build a website in which a user selects a value from a dropdown menu and I fetch and echo a link from a database.
What I want to do now is to be able to click on this link and ...
0
votes
0answers
122 views
Jquery Mobiscroll: 2wheels 1 Scroller?
I have a custom scroller that works fine on a big screen, but when I try to use it on a mobile device the ends get cut off and the user can't select everything. How would I emulate the same effects ...
0
votes
0answers
205 views
Mobiscroll Events and Click-Events on Safari
I´m facing a strange behavior with Mobiscroll on jquery mobile and Safari 5.1.7. I don´t have that problem with Firefox, IE or Chrome.
I added an ‘onChange’ Method to the scroller, which invokes an ...
1
vote
1answer
130 views
Truncated text when text size is increased in extended textview scroller
I have a class derived from Android TextView to customize a TextView which scrolls text based on this example:Original Example Code
My problem is that the text is truncated at different positions ...
1
vote
0answers
116 views
Zynga Scroller “Completed” Method?
I'm using Zynga Scroller (
https://github.com/zynga/scroller) to scroll a list and snap to middle. I need something to hook onto when the scrolling is complete to show an article based on that list ...
1
vote
1answer
58 views
How to understand if the user is using the custom scroller or the mouse for scrolling
I have implemented a custom scroller, as you can see here. For my scroller I have used ScrollTo. The problem is that I need to understand when the user is using my custom scroller and when it is using ...
-1
votes
1answer
108 views
Fix right column top after scrolling to some extent
I want to fix postion of "#rightPanelscrl" when I can see the last part of it. I am using below code and it is functioning correctly in FF and not at all working in Chrome.. Can anyone me out ...
0
votes
1answer
76 views
How to set div with image in it, outside the websites width, without scroller to appear?
I have a website with two divs aside the main body, on the left and right side, and both of them have images which are approximately 500px in width, combined with the main body width of 980px (it ...
3
votes
2answers
170 views
problems getting javascript and to degrade gracefully - image scroller
I'm trying to create a javscript scroller following the example at: http://www.deadmarshes.com/Blog/jQuery+Slideshow+with+Crossfade.html
Unfortunately this version doesn't show anything when ...
0
votes
0answers
62 views
How do I gradually show a photo in iOS? [closed]
When I use a photo scroller in iOS, it shows a photo gradually, from a blurred image to a sharp image.
I want to implement this function in my code.
How can I do this?
0
votes
0answers
243 views
Infinite scroll canvas in android custom view
I have created android custom view.Here canvas is lager than screen.I need only vertical scrolling.I used GestureDetector and Scroller to scrolling canvas.But I cant stop infinite scrolling my canvas. ...
0
votes
0answers
128 views
Detect scrolling stop and TableLayout updating
I have TableLayout in the ScrollView. I add items there in with the method:
private void appendRows(int start , int end) {
final TableLayout table = (TableLayout)findViewById(R.id.table);
...
0
votes
0answers
136 views
jquery-custom-content-scroller plugin is not working on my server
I have problem with http://manos.malihu.gr/jquery-custom-content-scroller plug-in. I have one major problem I don’t have any idea why it is not working on my web server even original examples so it is ...
0
votes
0answers
123 views
Fade effect for each line of textblock in wpf
I'm building a 'credits' screen,
I'm using textblock to display the text,
and moving it using storyboard that changes it's top property.
My question is, is there is any way to fade in lines as they ...

