0
votes
1answer
14 views

JTextAreas on JPanel inside JScrollPane does not show properly

I have created a demo by swing and I want to show full text in textarea. I want to add two textarea into a scroll bar to show all component within a scroll bar. So to do that, I create a panel and ...
-1
votes
0answers
4 views

Grid bag layout won't show JScrollPane scollbar

New to asking here, but you've helped a lot in the past, anyways: After doing some research on why JScrollPanes don't usually work/get weird resizing with GridBagLayouts I've come to the concusion ...
0
votes
0answers
96 views

Dropkick select menu with custom scrollbar

I am using the Dropkick custom select menu script and realized how ugly the scrollbars are when you have a long select menu list. So I added a custom scrollbar script on top of it and it looks great ...
0
votes
0answers
19 views

Troubles with multiple JScrollPane using API

I'm using JScrollPane plugin and i'm having troubles using api. That's my situation: var scrollBar = $("div.panel").jScrollPane({ showArrows: true, autoReinitialise: ...
1
vote
1answer
95 views

Scrollbar won't show - Jscrollpane plugin

I'm currently facing a annoying problem with the plugin jScrollPane] (demo I'm working with : tympanus.net/Tutorials/ScrollbarVisibility ). I have linked all the files required in the head of my HTML ...
0
votes
1answer
79 views

jScrollPane isnt working

I am trying to use jScrollPane, the original scrollbar disappearing and it is not working! I already used it in another site about a month ago, and it worked well. The single problam was: The mouse ...
1
vote
2answers
80 views

How to place the scrollbar of a JScrollPane in a custom position?

So I have a JTextArea and right next to it I have placed a JLabel with the same height. I want to make the JTextArea scrollable but when I do so, the scrollbar goes between the JTextArea and the ...
0
votes
0answers
42 views

JScrollPane works with Buttons not with Panel

I created a Window with two Panels. A small one on the bottom for navigation buttons and a bigger one for the content on the top. Because the content can grow I made the top panel scrollable with a ...
1
vote
0answers
108 views

jScrollpane jquery plugin reducing the scrolling area of the vertical side scroller

I'm using jScrollPane via the HTML5Player from Tean. Here's my problem: when I add borders (3px solid black) to the playlistitem element, (these are li's in a ul), JScrollpane works correctly but ...
0
votes
0answers
106 views

jQuery jScrollPane Custom Styling

So, I've been trying to get jScrollPane to work and can't. I feel like a bit of a moron. The website and some fiddles I've seen make it look simple. However, my code doesn't change the styling of the ...
4
votes
1answer
430 views

jScrollPane jquery plugin, jspDrag doesn't exceed to end

After some time fiddling today I mocked up a quick modular slider for one of my client's website. I wanted to theme the scrollbars so went ahead and picked up the the jQuery plugin called ...
0
votes
0answers
41 views

Resize all containers when jscrollpane is intialized

I have an issue where I have a panel that has a width of 200px and a height of 300px and overflow set to auto. I use jScroolPane to add custom scrollbars when the content overflows but I dont want to ...
0
votes
0answers
48 views

Can not get scroll bar in popup if parent already has a scroll using jscrollpane

I am trying to display a scroll bar in a popup of one of my application. It works fine until the parent is not having any scrolls but when the parent is having a scroll I am not able to get any scroll ...
1
vote
1answer
612 views

jScrollPane how do i remove the mousewheel functionalitie

Whenever my mouse enters jScrollPane and i use my mousewheel i want the scrollbar of the browser itself to scroll instead of the one on in jScrollPane. So when i'm scrolling down in my browser with ...
1
vote
1answer
232 views

jScrollPane is cutting my hidden content

I'm working on http://goo.gl/dB4Zw When you click on link 'opsirnije', hidden div 'content-readmore' will show. Now the problem is that when you click on the second link 'opsirnije', half of the ...
1
vote
0answers
314 views

How to disable page scroll while scrolling div

Hello guys, I have a problem disabling page scroll while user is scrolling the div (black squared scrollbar). I need to disable the page scroll when user's mouse is inside the scrolling div (that ...
2
votes
1answer
371 views

Hiding all jScrollpane scrollbars when page load

I am using jScrollPane (which is a great plugin) and created several scrollbars in a page. I also added hover events - fading the scrollbars in and out. The problem is that I want to hide all ...
1
vote
1answer
137 views

Sroll bars of scroll pane (having a textArea within it) not appearing properly in java swing GUI

I've created a Swing Frame with the following sequence, JFrame > JPanel > JScrollPane > JTextArea. I'm using card layout to Load the JPanel into JFrame. My problem is the scroll bars are not ...
0
votes
1answer
281 views

jScrollPane not working with twitter profile feed

I have applied the jscrollpane into two places in the page, one is the normal static content and other one is a twitter profile feed. The first one was working fine as expected till the twitter feed ...
1
vote
2answers
260 views

Javascript Scrollbar Disappears?

Thanks for taking the time to read. I am having some problems with JScrollPane and image reinitialize with 1 page on my website. Under the Blog Section, you can scroll down the first default article ...
0
votes
2answers
440 views

Custom Scrollbar: No mouse scroll in non-webkit browsers. (jScrollPane)

I'm using jScrollPane to create a custom scroll bar style. View my current code here: http://cwhitaker.com/deck/deck.html The jScrollPane works in all modern browsers, but the ability to scroll only ...
2
votes
1answer
3k views

jScrollPane - MouseWheel not working

I'm using jScrollPane, simply because it was the first thing on Google and I'm very tired. So, I'll start by saying that I'm not opposed to using something different. I've got a 2-column section. The ...
0
votes
1answer
293 views

jScrollpane misbehavior after several trigger

I am using jscrollpane http://jscrollpane.kelvinluck.com/ in my site and it working, but not 100%. To be clear, I am using the jscrollpane on a list of images to cater for the horizontal overflow. ...
1
vote
1answer
943 views

jScrollpane + IE7: scrollbar showing, but unable to scroll - can't click arrows, can't draw bar - help?

I have jScrollpane in a 100% width div, auto heigt, dynamic content loading with auto-reïnitialise. Works fine, but not in IE7. The scrollbar shows, height seems to be calculated fine, but when I ...
0
votes
2answers
293 views

JScrollPane doesn't appear in my JTextArea

This class is the layout and implementation for the first tab in my program, the CreatePanel. I am trying to implement a JScrollPane in my JTextArea. However, the scroll bar never appears, although ...
0
votes
1answer
176 views

Jscrollpane does not working two at a time :(

here is my problem http://www.athimannil.com/mobjob/test/news.php scrollbar does not working on one tab if u click on Digital news tab before complete loading of the page then it is working fine at ...
0
votes
3answers
4k views

Custom scrollbar

I am hoping to incorporate custom scrollbars in my site as there are divs with set heights that will overflow. I have managed to get exactly what I want using webkit styling in css however I am aware ...
0
votes
1answer
112 views

Can't run jScrollPane! please help?

Hi i've been trying jScrollPane and its not running for some weird reason. Heres the link to the code i didnt know how to include the jScrollPane scripts and all in jsfiddle,so if anyone could do ...
0
votes
1answer
398 views

jScrollPane not supported by certain objects? No custom css applied to scrollbars

I'm sorry if this is a very simple question, but I can't seem to find the answer on SO or in the jScroll google group. Currently, my code is essentially: <div id="wrapper"> Content here. ...
1
vote
2answers
1k views

Div not showing scrollbars with jScrollPane

Apologies if this question has already been asked, but I'm struggling to find an answer on SO. I'm using jQuery jScrollPane on a div. I can tell the plugin has been linked correctly as the standard ...
1
vote
1answer
1k views

jquery scrollbar

I've been looking for a solution to my problem for a few days now and was wondering if anyone from the stackoverflow community can help me. My problem is that I need a jquery carousel and a jquery ...
1
vote
1answer
380 views

JScrollBar, remove keyListener?

Hey you all, just a quick question of what i havent found anywhere. Im adding a scrollpane to a JPanel, with 2 JScrollBars. One vertical and one horizontal. Everything works fine just that i dont want ...
2
votes
4answers
8k views

jScrollPane Scrollbar Problem

I am working on a site using Wordpress as a CMS, and I wanted to use a custom scroll bar inside a div on my website. I've been trying to use the jScrollPane plugin, but I'm having trouble getting it ...
2
votes
1answer
4k views

Make a Java JScrollpane only scroll vertically

I would like my entire JFrame to vertically scroll. I have added the following code, but it only creates a horizontal scrollbar. frame.setContentPane(new JScrollPane(new GradeQuickResource())); I ...
0
votes
2answers
738 views

Scrollbars missing from simple page: jquery and jscrollpane

I have created a VERY simple page, hoping to show scrollbars, but I can't. I must be missing something obvious.. Can someone have a look at suggest what is missing? ...
1
vote
2answers
515 views

Content behind jscrollpane div

I got a pretty huge div that has a jscrollpane on it. The div has a padding to it so the scrollbar is is displayed like 200px away from the div. This means there is space between the div and the ...
0
votes
2answers
512 views

Jscrollpane: Is the function scroll 200px possible with horizontal scrollbar?

I tried doing it like in the vertical example but could not get that to work. So what I have is a div with a horizontal scrollbar in it with a lot of pictures in it. I now want to make a button that ...
0
votes
1answer
1k views

Show jScrollPane in Qtip

I use Jscrollpane for my new project. which works great on the page. The page works fine but when it is called inside the qtip, the customized bar disappears. See the customized scroll bar ...