Questions tagged [scroller]

248 questions
3
votes
0 answers

webOS Horizontal Scroller not 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: function MainAssistant(argFromPusher)…
Ryan
  • 31
  • 1
3
votes
3 answers

RecyclerView crashes on scrolling

I have some images arranged in horizontal grid. I want to move my grid from left to right and right to left using key events. When I move through the grid two things happened The item at second position is selected. For example, I'm at position 0…
Andrain
  • 872
  • 1
  • 16
  • 43
3
votes
1 answer

How to bring dragged div to top of everything while using two scrollers?

I have two horizontal scrollers and I need to drag div from upper scroller to lower scroller. This is working fine but the problem is that the dragged div gets lost under the scroller borders while dragged. Dragging comes from jquery-UI and…
Jarno
  • 139
  • 1
  • 13
3
votes
1 answer

to determine which image is being currently displayed on vertical image viewer

i am displaying images from inside a div to a vertical scroller on html page. How can I determine which image is being currently displayed. My div is like this :
sukhi
  • 904
  • 7
  • 11
3
votes
2 answers

Updating skrollr dynamically

I'm looking for a way update the absolute position values of skrollr dynamically. Relative positioning is out of the question as the body tag is the parent element and extends the entire length of the page. The object in question is of fixed…
3
votes
0 answers

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 Custom ViewGroup/AdapterView? On going through source…
Mani
  • 2,599
  • 4
  • 30
  • 49
3
votes
2 answers

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 javascript is disabled but I'd like it to at least show…
crazy sarah
  • 611
  • 4
  • 13
  • 29
3
votes
4 answers

Adobe Air: scroller throws error when changes focus between different applications

TypeError: Error #1009: Cannot access a property or method of a null object reference. at spark.components::Scroller/focusInHandler()[E:\dev\4.y\frameworks\projects\spark\src\spark\components\Scroller.as:2139] at flash.display::Stage/set…
Karl
  • 5,613
  • 13
  • 73
  • 107
2
votes
2 answers

vertical scroller html app webos

Hi I have an app that is basically a html page. I have a problem though as the html page is longer than the viewable screen and the page wont scroll. Ive added this div:
Welsh King
  • 3,178
  • 11
  • 38
  • 60
2
votes
1 answer

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 actual scrolling. That means it must be delegating…
resp78
  • 1,414
  • 16
  • 37
2
votes
0 answers

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 border containers to apply different gradients. How…
Aditya Kappagantula
  • 564
  • 1
  • 7
  • 21
2
votes
1 answer

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 the content that also scrolls content back and…
Adam Fletcher
  • 1,021
  • 1
  • 10
  • 18
2
votes
1 answer

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 you can understand how that's just not enough…
Alex Druga
  • 21
  • 1
2
votes
1 answer

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]
ptamzz
  • 9,235
  • 31
  • 91
  • 147
2
votes
1 answer

Scroller in linearlayout

I want to develop class like gallery widget on iPhone,but on android. And i use linearlayout inherited class with scroller inside(for fling).Where i can see example scroller fling in layout?Sorry for bad english.
sagus_helgy
  • 1,417
  • 1
  • 18
  • 30
1
2
3
16 17