The scrollable tag has no wiki summary.
6
votes
0answers
259 views
How to stop a UserControl (nee ScrollableControl) from calling ScrollWindow?
The .NET UserControl (which descends from ScrollableControl) has to ability to display horizontal and vertical scrollbars.
The caller can set the visibility, and range, of these horizontal and ...
5
votes
1answer
113 views
how to drag from a scrollable div to a droppable and then drag again?
I have a scrollable list on the left of the page (overflow:auto) and several droppables on the right of the page. I found a workaround to allow an element to be dragged from the list to a container ...
4
votes
3answers
157 views
Get the first and last visible element in a scrollable div
I have list of thumbs in a scrollable div, animated with next/prev button. Each click on "next "button should match the attribute of the first visible element. Each click on "prev" button should give ...
4
votes
5answers
4k views
How can I get my ListView to scroll?
I have a quite complex View build-up, and as a part of that, I have a ListView inside a LinearLayout within a ScrollView (and quite a lot more components, but they do not matter in this issue).
Now ...
3
votes
3answers
2k views
How to make scrollable DIV with scrollbar outside div like on facebook?
I would like to has a scrollable div but scrollbar should be on the right side of browser as default (but not on the right side of div). I've seen that on facebook (ceter div - contentArea is scrolled ...
3
votes
2answers
77 views
Who owns the color of the edges of a Java Swing scrollable viewport?
I have a JScrollPane with a JPanel that implements Scrollable as its viewport view. When I set ScrollableTracksViewportHeight and ScrollableTracksViewportWidth to false, my panel stays at its ...
3
votes
1answer
1k views
Get mouse position in scrollable div
Yet another question that has been pecking away at me the last few days. As you may have seen from my other questions I am creating some mind map software. So (extremely simplified) I have a two divs. ...
2
votes
3answers
300 views
jQuery Tools Scrollable with Mousewheel - scroll ONE position and stop
I am using bind/unbind for mousewheel scrolling, based on this SO response:
Jquery, unbinding mousewheel event, then rebinding it after actions are completed?
I'm tunneling up the event tree from ...
2
votes
1answer
74 views
Drawing a scrollable tiled background
I'm developing a game where the background is drawn using tiles, there are about 100 tiles in it. The background should also be scrollable. Problem is that it won't scroll smoothly, there is not ...
2
votes
2answers
98 views
flexible Header, scrollable body and footer in HTML
I'm trying to create a simple HTML layout where there is a header, content and footer section vertically layed out.
The heights of both header and footer should be flexible, determined by the ...
2
votes
2answers
105 views
Java: ScrollablePicture make it scroll with given coordinates
I'm trying to adapt the following example: http://docs.oracle.com/javase/tutorial/uiswing/examples/zipfiles/components-ScrollDemoProject.zip
The purpose of i want to do is to allow the user to ...
2
votes
5answers
101 views
How to make HTML text field readonly, but also scrollable?
I've got an HTML text field that I have made READONLY. Thing is though, that say the field is only a 100 pixels wide. And I have a sentence for example that doesn't get displayed in that 100 pixels. ...
2
votes
1answer
143 views
elementFromPoint returns null when it used in onscroll event
I have a simple html page with a master div with fixed height (scrollable) and 2 small divs in this div. I am trying to get the current element in the middle point of master div during scroll. It ...
2
votes
1answer
58 views
Stop selection of page elements when link is clicked
I'm writing a page containing a javascript scrollable element using the jQuery Tools Scrollble plug in. You can view my page here: idiots.mrtriangle.me
When you click on the Gallery tab, access a ...
2
votes
0answers
61 views
is there an error with jQuery Tools Scrollable wizard error?
I'm trying to implement a wizard for the current web application i'm working on.
Everything works great when there are 3 items(panes) in the list.
When I add the 4th item (titled Finalize), the ...
2
votes
3answers
110 views
Scrollable table ideas (tricky)
I've been wrestling with this for some time now. Say that I have a table that has many rows and many columns (overflows the page vertically and horizontally). I want to fix the first row (thead) in ...
2
votes
1answer
383 views
Problems with jquery tools scrollable API
I'm using the jQuery Tools scrollable plugin and have been trying to make use of its API to create custom controls. However, I can't get them to work no matter what I do!
I have an autoscrolling, ...
2
votes
1answer
536 views
C# print screen scrollable control
i have a control that is the plotter which is scrollable. After the plotter has finished plotting, it is able to scroll just like this:
My plotter is a real-time plotter i.e. meaning it plots as ...
2
votes
1answer
434 views
jQuery TOOLS scrollable can't find its navigator
So, got a little problem here :)
I'm using jQuery TOOLS to make a neat, little scrollable gallery. Worked perfectly fine until i moved the correlating navigator one node too far away from the ...
2
votes
3answers
327 views
Jump to content inside of a scrollable div
I apologize if the title of this question is a bit misleading, I could not come up with a better name.
I got the following HTML:
<div style="height:200px;overflow-y:scroll;">
...
2
votes
1answer
967 views
jQuery/css/html: scrollable table with fixed header
i know this question has been asked several times but i couldn't find a satisfying, x-browser solution yet :(
i thought the easiest way to acomplish a scrollable table with fixed header should be ...
2
votes
3answers
203 views
how to draw nonscrollable elements on ScrollableControl
I have ScrollableControl inheritor and i want to draw elements (like header) which are not scrollable during scrolling.
Is there any solution?
2
votes
1answer
171 views
How to change the size of the graphics
I have Java applet to draw an array (just some rectangle one after another).
When user select to create array of size n, it will draw n rectangles connected together. When n gets bigger, the graphics ...
1
vote
0answers
17 views
Scrollable fails when collection has over 11 containers
why jquerytools scrollable fails when collection has over 11 containers?
Example http://jsfiddle.net/bDUTy/
scroll to 12 frame and further
1
vote
2answers
28 views
How to add a class to the first and last visible element of a jQuery image scrollable
I'm using the jQuery tools slider by flowplayer
I have set up a vertical scrollable, total 4 tiles, with 3 tiles being visible at a time. The wrapping element has a border radius and I now want to ...
1
vote
0answers
66 views
jQuery Tools Scrollable - only scrolls to 10 thumbnails
I have jQuery Tools Scrollable set up so that the thumbnails are acting as navigation. This works great with galleries that only have 10 images like this example:
...
1
vote
0answers
60 views
How to make DIV scrollable with overflow for iPad/mobile Devices?
i have a scrollable div which has the CSS Attribute overflow. With my iPad i can scroll the content of this div, but there are no scrollbars. Is it possible to show this scrollbars and to use them ...
1
vote
1answer
128 views
Is it possible fade instead of scroll using jquery ui tools scrollable?
I know this might be a mad question given this tool is called 'scrollable', but does anyone know if its possible to fade the elements instead of scroll?
I'm using Jquery Ui Tools Scrollable and I'm ...
1
vote
0answers
77 views
dynamically created flowplayer scrollable addItem scrolls out of the container
I am creating a horizontal scrollable list which is also editable. The size of the container of this list is dynamic based on the width of the visible area of the browser. When I have a list of items ...
1
vote
1answer
60 views
Scrolling a scrollable DIV without Javascript?
I basically have a fixed width DIV with an unordered list inside that overflows to the right of the DIV when the list is too large. It basically looks like this:
http://i.imgur.com/Tr36X.jpg
Each ...
1
vote
1answer
108 views
scrollable drop down list
I am trying to figure this out. Here is the sample code
<select>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
...
1
vote
1answer
133 views
Google Docs Android app navigation top bar
Anyone has an idea of what controls does Google use on its Google Docs App top bar? I'm referring to the scrollable one with the Starred/All Items/Owned by me/Home labels that appears after you select ...
1
vote
2answers
335 views
JPanel Preferred Size Not Being Set
When is the preferred size of a JPanel set if you don't set it explicitly?
I have the following code:
private static class ScrollableJPanel extends JPanel implements Scrollable {
@Override
...
1
vote
0answers
187 views
How to change font and font size in scrollable text view in xcode?
How can I change the font and font size of my text in a scrollable text view in xCode? Will this require code or can I do it only in Interface Builder?
1
vote
1answer
223 views
Two dimensional scrollable table
I have a big HTML table which contains data. The data is identified by the header (columns) and the first column. We would like the header AND the first row to stay while the content is scrollable. ...
1
vote
1answer
2k views
jQuery Scroll Box Without Scrollbar
I have a box that is 250px x 250px. I want to make it scrollable, but I don't want to have the scrollbars appear because of how much space they take up. I assume this is possible with jQuery, but not ...
1
vote
1answer
470 views
add and remove items from jQueryTools' scrollable
I have a simple want.. to add to a scrollable from another.. so that means a add which was easy with the docs here.. but the remove.. no luck.. I can make the move but the scrollable doesn't reflect ...
1
vote
2answers
1k views
Scrollable TextView in Android Widget
I would like to create an android widget with a scrollable textview.
The solutions given to this question
http://stackoverflow.com/questions/1748977/making-textview-scrollable-in-android
cannot be ...
1
vote
1answer
2k views
Jquery Tools - Scrollable, circular - problem with a logo parade, logos don't re-appear until the last logo is shown
I am having an issue with jquery tools / scrollable plugin.
Using the circular:true option, on this page:
http://oda.sanscode.com/
The logo parade shown will only clone the logos when the last ...
1
vote
1answer
598 views
Creating a floating, editable and scrollable list in Android
I want to show a list of items when the user clicks an overlay item on a map. The user should be able to select any of these items and edit them. The list can have many items (more than that can fit ...
1
vote
3answers
577 views
How to make a scrollable JList to add details got from a JOptionPane
I want to repeatedly take input from the user(probably using a button) via a JOptionPane(already done) and store the details in something(how about a dynamic object array) and display this information ...
1
vote
1answer
414 views
disable arrow key on flowplayer scrollable
i need to disable the arrow keys in a flowplayer.org scrollable i have a text input that i cant move between the letters due to the scroller moving when arrow keys pressed, i dont care to disable the ...
1
vote
1answer
3k views
JQuery Tools Scrollable: On Click, stop scrolling?
I am using the scrollable plugin, excellent stuff and works the way I want.
The only thing I want to change is the following:
I have a list of linked images that scroll. When I click on an image, ...
0
votes
1answer
27 views
Problems with scrollable in Jquery
How could I arrive scrollable like this web site?
http://juliaariellephotography.com/
I know that they are use the “jQuery Tools”. But I have included the “Library of http://jquery.com/”. If I add ...
0
votes
2answers
49 views
How to make a “Fixed” element Scrollable
I know this sounds somewhat counterintuitive, but let me explain what I am trying to do.
I have a large element that serves as the background. It does not resize. It is often larger than the screen ...
0
votes
2answers
35 views
Making linearlayouts scrollable in android
I am making an android application that needs to use a scrollable layout that contains a couple of linearlayouts, a textview and a listview. How can i make this happen??? Please help and thanks SO ...
0
votes
0answers
39 views
Infinite scrollable canvas using PyQt
Currently I'm using something similar to jbillfinger's solution for fixing bugs in PyQt's Scribble example code that is in C:\Python27\Lib\site-packages\PyQt4\examples\widgets or ...
0
votes
0answers
60 views
How disable touch scroll?
Touch srolling on mobile devices is awful for my needs.
How disable touch scroll on mobile i or droid devices?
[clarification]
I mean I want to disable scroll containers (slide effect is provided by ...
0
votes
0answers
22 views
How to populate 3 listviews in a view flipper?
I never had to put more then a ListView in a single activity. Now I need to build an app that has a view flipper in it. In the view flipper, there are 3 tabs. I want 3 different listviews in these ...
0
votes
0answers
89 views
jQuery Tools Scrollable Circular Skips Over Items
I'm using jQuery Tools Scrollable to display one video at a time. I have it set to be circular. After a video gets to the end, it fires the below event (FYI: using JW Player here).
onComplete: ...