Tagged Questions

3
votes
2answers
60 views

Algorithm to implement kinetic scrolling

What are the good algorithms to apply to kinetic scrolling implementation? The feature would be tested on custom UI list. While I am targeting mobile devices (those that do not have this feature …
0
votes
1answer
19 views

jQuery: snapped scrolling - possible?

hi all, i'm having a scrollable table with fixed header. would it be possible to have "snapped scrolling" on the scrollbar - which means that the table rows won't scroll pixel by pixel but snap …
0
votes
1answer
23 views

Vertical Scrollbar in CListCtrl

I'm using a CListCtrl in Icon view, but it scrolls horizontally: 1 3 5 7 --> 2 4 6 8 --> I'd rather it scroll horizontally: 1 2 3 4 5 6 | | V V Is there a way to do this?
3
votes
3answers
97 views

Creative way to display tables with 35 columns

I have a form where users are entering 35 different fields. I have a Content Management System where I want to display the results of an order on the form. I've thought about adding a horizontal …
1
vote
2answers
55 views

JavaScript: Highlight a row when I scroll up/down

On my web page, I a table inside a DIV that is scrollable. When I scroll down, I want to highlight the center most viewable row in my table. How would I do that? I found the following script that …
0
votes
2answers
25 views

Horizontal scrolling div with images won’t display inline

I'm trying to create a div with a fixed size that contains images only. I'd like them to be the height of the div, display inline, and scroll through them horizontally. I'm having trouble making this …
1
vote
3answers
27 views

How do I make this menu collapse on page load?

This is my code. How can I make this menu always be popped out, not just when you click on '#projects'? Change the .click function to what? $(document).ready(function($) { $.fn.longDropdown = …
0
votes
1answer
19 views

how to detect Android ListView Scrolling stopped?

Hi all, I'm trying to do something after scrolling stopped.So, I tried using OnScrollListener#onScrollStateChanged(SCROLL_STATE_IDLE) to detect when the scrolling stopped(either TOUCH_SCROLL or …
0
votes
1answer
32 views

Flex: Make advanced data grid height of rows?

I have an ADG along with some other components in a VBox. The number of rows of items in the ADG is variable. I want the height of the ADG to be however tall it needs to be to show all the rows …
1
vote
1answer
40 views

jQuery - ScrollTo and Serial Scroll not working together

I have tested the scrollTo() plugin, but I need a way to stop the scrolling animation, so I am looking at serialScroll(). Here is what I used with scrollTo: $('#scroller').scrollTo('1000px', 3000); …
0
votes
0answers
32 views

How can I make my text stay in side of my JQuery slider

Hi, I have tried everything as far as widths and margins. The problem is I have a background image and when I use a width that makes the text stay inside the slider during scroll, it cuts off my …
0
votes
1answer
124 views

scrolling tabs in jQuery

Is there simple solution to build tabs with the scrolling tabs-pane in jQuery? Like ExtJS Advanced Tabs: http://www.extjs.com/deploy/dev/examples/tabs/tabs-adv.html
0
votes
2answers
46 views

displaying news with javascript

I keep coming up against this issue. Displaying news on a website. And I'd like to come up with a solution to use like a template, something I can just drop on a site easily. The solution I keep …
0
votes
1answer
40 views

CSS Problem with Overflow width div Part 2

Hi everyone, Related to this post stackoverflow.com/questions/1736910/css-problem-with-overflow-with-div The awser helped me ie: adding display: inline; i wanted to add some div into the div …
0
votes
2answers
59 views

UITextview content moves up when textview is selected.

I am pretty new to this iPhone dev thing but so far I have built a pretty good app but I have stumbled into this problem that for the life of me I cannot seem to solve. Basically the app is a chat …

1 2 3 4 5 16 next
15 30 50 per page