0
votes
0answers
4 views
Postgresql OutOfMemory with Criteria.scroll() in Hibernate with 2M records
I am running a Criteria.scroll() on PostgreSQL on a DB containing 2M
records. The memory keeps increasing and finally it generates an
OutOfMemoryException. Please can you advice how to fix this.
…
0
votes
6answers
72 views
How do I make a side-scrolling iPhone app?
I am working on a side-scrolling iPhone app, and I have every resource, except the actual side scrolling part! How do I make an app so that it side-scrolls? To be more specific, I want the view of …
1
vote
1answer
32 views
Quick Jquery Question: Scrolling
Hey,
I am working on a site, the demo is located here: http://waterwing.waterwing.ca (Please ignore the other 2 pages, they are far from finished).
Anyways, The scrollable on the home page works …
0
votes
0answers
9 views
Problem with using jquery scrollable on wp_list_pages
I am trying to create a small scroll pane to list the output of wp_list_pages() for a Wordpress sidebar. It seems the li items generated by wp_list_pages() in the scroll pane are not scrollable. Any …
0
votes
4answers
50 views
jQuery: Scroll to anchor when calling URL, replace browsers behaviour
Hey there,
I already know the jQuery plugin ScrollTo, but I didn't find any way up to now to realize the following:
The users gets to my site (by typing, NOT by clicking a link on my page) …
0
votes
1answer
23 views
Replacing frames with code that uses scrollable div; div doesn’t maintain position
I've got an ASP page that I've converted from frames to scrollable divs, but when I post back to the page I lose the position in the scrollable div. The users want me to return back to frames if I …
0
votes
1answer
28 views
getting `distance` of scroll
Hi, usinf javascript is it possible to work out the distance, or how far in pixels a window has been scrolled down?
Regards Phil
2
votes
2answers
32 views
How can I append content to the bottom of a fixed-height div and have it overflow-y: scroll?
The question explains it pretty fully, but here's some more detail:
I have a div with a fixed height.
Content is dynamically loaded via Ajax and appended to the div.
Added content is always …
-1
votes
1answer
37 views
Horizontal Step Carousel
Step Carousel
http://www.harrods.com/harrodsstore/
I need a flash or jquery Horizontal Step Carousel which has auto scroll feature and scrollbar at the bottom. Anyone saw it something like that?
0
votes
1answer
18 views
Scrolling of a Document
I'm working on an application in c#, which reads a pdf document. As we all know we have hand tool in most of the pdf reader, which is used to scroll the document. My issue is when I use the hand tool …
0
votes
0answers
64 views
Fancybox - Scrolling / page position
I am trying to automatically scroll to a anchor when opening a fancybox iframe like so: www.example.com/posts#header.
It kinda works but it scrolls to the wrong position, either too far up or way too …
0
votes
2answers
164 views
jQuery scroll div with scrollTop
I'm trying to scroll a div up or down when hovering over the respective arrows. I also want to be able to jump down the div when the buttons are clicked (think clicking the windows scroll arrows …
0
votes
2answers
47 views
Handling scroll event on listview in c#
I have a listview that generates thumbnail using a backgroundworker. When the listview is being scrolled i want to pause the backgroundworker and get the current value of the scrolled area, when the …
0
votes
0answers
22 views
Detecting when textarea scroll has reached the bottom to enable button
I want to display a license agreement in a scrolling textarea and detect when the user has scrolled to the bottom of the text area, then enable the submit button.
Is there a way to do that?
2
votes
2answers
43 views
scroll using mousewheel inside panel with dynamically added picturebox controls
I've dynamically added 20 pictureboxes to a panel. i would like to see the panel scroll when I use the mousewheel. I set the autoscroll = true on panel control. Here is the code.
For i As …
