Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
120 views

How to show tooltips inside a ScrollPane without letting Flash 8 hide the tooltip?

I have the content of a scrollpane that, when clicked, show a tooltip movieclip with attachMovieClip; the problem is that the attached movie clip, for the first rows, goes under the border of the ...
4
votes
2answers
453 views

How to use my trackpad for horizontal mousewheel scrolling in a Java AWT ScrollPane

Like many modern mice and trackpads, my laptop supports vertical and horizontal scrolling. It's an addictive feature once you get used to it. I simply want my Java apps to support horizontal ...
2
votes
2answers
2k views

jquery scrollpane ms ajax updatepanel doesn’t work after post back

I have received a new design for a website and in the design the designer used jquery. I'm implementing the design no into an ASP.NET Ajax application. But I ran into a problem. I have a page with an ...
1
vote
2answers
67 views

Custom design JScollPane Java Swing

I need to design this scrollbar for all my scrollpanes : With Java Swing. I am using Netbeans IDE. What is the simplest solution ? Thank you very much. Regards
1
vote
0answers
13 views

How do I incorporate a scroll bar after a few instances of actionListener?

Ok. so I'm writing a grocery checkout system code and on the right side of the frame, I'm displaying a Jpanel with Labels. Every time I click the 'Scan' button, I add a new label into the JPanel so ...
1
vote
1answer
129 views

AS3 buttons within movie clip, inside ScrollPane

I have a multiple scenes *.fla, there is a linkage between scenes using buttons which works just fine. Some of these scenes contain components ScrollPane (1 per scene), inside a ScrollPanes there ...
1
vote
1answer
63 views

How can I get rid of the extra space in a Scala Scrollpane table?

I am making a table in SCALA using the ScrollPane, by creating a Table and RowHeader inside of the scrollpane, which lets me give the user the ability to resize my column widths. However, when there ...
1
vote
2answers
203 views

How to make a specific row visible of a textArea in Java

My JTextArea contains thousands of lines but not all of them are visible at a time. I want to programmatically scroll to a specific row of the textArea so that the line is visible. I found that ...
1
vote
0answers
276 views

JQuery Scrollpane Refresh Issue [closed]

Possible Duplicate: jquery scrollpane I am using jquery treeview to build a tree, and then scrollpane for the scrolling. Everything working great, except when I collapse the tree, and the ...
1
vote
1answer
392 views

ScrollPane doesn't work

I have a problem with ScrollPane and TextArea I put a scroll there and when I try to type in the TextArea it doesn't scroll it gets wider. Here you got the code for it: package interface_Components; ...
1
vote
0answers
179 views

Drag from a ScrollPane to a target outside of the ScrollPane?

I haven't been able to find a non-hack way to use Drag and Drop with the AS3 ScrollPane component. Here's what I'm doing: I create a container mc, which I then add a bunch of children to. The ...
1
vote
1answer
1k views

null object reference in ScrollPane/endDrag() when scrollDrag=true

In my flash application, I've got multiple windows which use Scrollpanes. The scrollDrag property is set to true on these because I want that functionality. If I close (within my application) one of ...
0
votes
3answers
98 views

Java JTextPane + JScrollPane: de/activate automatic scrolling

I'm currently writing a simple chat in Java and currently I'm stuck on this problem: I want my output JTextPane to behave like you would expect it to from a good chat, ie by default the text scrolls ...
0
votes
4answers
55 views

Get shown component in scrollpane

I have a scrollpane where is a Jpanel inside and I fill this jpanel with many Buttons. Is there any possibility to get the current shown components? Because I want to know which are the buttons that ...
0
votes
0answers
81 views

selecting text in flash scrollpane

so I've recently figured out how to access the textsnapshot in a loaded swf, which I did like this: loader.contentLoaderInfo.removeEventListener(Event.COMPLETE,checkHandler); libMC = ...
0
votes
2answers
205 views

Horizontal scrollPanel not displaying with CellTree

I have a Celltree inside a ScrollPanel. I set the size of the ScrollPanel in the UIBinder as follow <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder ...
0
votes
1answer
240 views

Flash as3 dragging Movieclips from Scrollpane component into a movieclip/stage

Hi im new on this board hope you can help me. Im trying to make a flash map game.Now i have got items in a Movieclip and want this Movieclip into a scrollpane component but i have got probs cause the ...
0
votes
0answers
111 views

Reset content in FLash AS2 scrollpane component to top

I have a scrollpane component that I need to force to the top on certain moments. That is, if the person scrolled to the middle but selects a button outside the scrollpane, I need the content to be at ...
0
votes
0answers
105 views

Can´t interact with elements inside scrollpanel with GWT Designer 2.3.2 after update

After updating GPE to the latest release I am no longer able to interact to the scrollpanel widget in GWT Designer. I can´t add widgets to it and I can´t select any widget that are already inside it. ...
0
votes
3answers
38 views

ScrollPane only shows content after minimizing

After loading a pane with checkBoxes and then loading that back into the ScrollPane. Then I'm only able to see the new content after first minimizing then restoring the window.
0
votes
1answer
82 views

Get scrollpane's child

I have a ScrollPane component to stage and I give it as source a new MovieClip instance. How can I access the movieclip inside scrollpane? This is what I have so far but it returns null: var regForm ...
0
votes
1answer
123 views

jquery scrollpane vertical bar height

I have a div 300px in height but i dont want the vertical scrollbar/track to be 300px. How do i set the height of the scrollbar/track?
0
votes
1answer
148 views

how do I put checkboxes or other content in a scrollpane?

How would I put buttons or checkboxes in a scroll pane so it will scroll. I tried adding them as children but they seem to be attached to the scrollpane but not inside. they do not scroll they just ...
0
votes
1answer
383 views

AS3 - Dragging Items within a Scrollpane

I'm using the Flash ScrollPane component to hold a vertical stack of movieclips. I have implemented functionality to allow the user to drag and drop these movieclips up and down within the vertical ...
0
votes
1answer
139 views

Graphics are erased from Canvas when scrolling in ScrollPane

I have a JFrame that contains 4 instances of ScrollPane, each with its own Canvas and BufferStrategy. When my drawing first takes place everything works as expected, but when I scroll in ScrollPane ...
0
votes
1answer
101 views

ScrollPanel with movieclips, does not show up

I'm trying to get a scrollpane going with some movieclips, but as soon as i set the source of the sP, the content vanishes... Code below: public class main extends MovieClip { var ...
0
votes
1answer
101 views

is there a way to set the border and background color of a Flash ScrollPane component to transparent?

I'm looking at this documentation and am completely confused by what the hell they're saying. Does anyone have a simple example of modifying the style of a ScrollPane component to set the pane area to ...
0
votes
0answers
133 views

Flash ScrollPane - scroll issue

I've been searching around for solution, and even found some - but they didn't solved the problem. I'm working with ScrollPane component which cantains mixed MC. Everything is ok, except the fact that ...
0
votes
1answer
513 views

AS3 calculating ScrollPane.verticalScrollPosition

I spend almost 3 hours trying to figure this out, hope someone can help me. I have a a set up like this: ScrollPane > Sprite > multiple Loader one after another along y coordinate > external swf. ...
0
votes
0answers
316 views

jquery scrollpane

I am using jquery treeview to build a tree, and then scrollpane for the scrolling. Everything working great, except when I collapse the tree, and the height is no longer exceeding my box height, the ...
0
votes
3answers
602 views

AS3 ScrollPane dispatch event to content

i've loaded external swf into ScrollPane and i need to dispatch click event to this external swf. is it possible? ScrollPane.content.dispatchEvent(new MouseEvent(MouseEvent.CLICK,true)); doesn't work. ...
0
votes
1answer
466 views

Referencing movieclip within another movie in Flash AS3

I was creating a drap and drop simple game, dragging and dropping an item from within a movie clip. All was working fine, but then I had to add more items so I created a ScrollPane and referenced the ...
0
votes
3answers
2k views

problems with scrolling a java TextArea

All, I am running into an issue using JTextArea and JScrollPane. For some reason the scroll pane appears to not recognize the last line in the document, and will only scroll down to the line before ...
0
votes
2answers
819 views

Customizing AWT ScrollPane

I have an AWT canvas (3rd party library) that displays some information. I need to display a scroll pane over top of it. Since the canvas is AWT, I need to use a ScrollPane instead of a JScrollPane. ...
0
votes
1answer
365 views

Scrollpane - allow scrollDrag when clicking anywhere inside the pane?

I am using a ScrollPane that I want users to be able to scroll by clicking andywhere inside it. I have set up the pane like this: scrollDrag = true; verticalScrollPolicy = ScrollPolicy.OFF; ...
0
votes
1answer
905 views

Custom ScrollBar in Flash

Okay so I've probably watched and read every tutorial available on this subject, and none of them have worked for me, so I'm going to the pros(thats you guys :D) I'm trying to make a custom scroll ...
0
votes
1answer
957 views

flash vertical menu - adding code for scrollpane

I got a flash vertical menu which has auto scroll but it scrolls too fast and the only way to slow it down is to increase the height of the button. I would like to replace the code with a scrollpane ...
0
votes
1answer
806 views

How do you tell a ScrollPane to scroll up or down using actionscript?

I want to trigger an event that causes the ScrollPane to start scrolling up or down. Ideally the ScrollPane would scroll continue to scroll all the way up or down unless canceled by another event.
0
votes
1answer
1k views

Best method to scroll a ScrollPane by mouse hover location in actionscript?

When mouse nears top edge of scrollpane, it scrolls up until it reaches the top only interrupted if the mouse leaves the top edge area. Same for bottom edge.
-1
votes
1answer
77 views

Flash AS3 ScrollPane help

I need the code for Scroll Pane scroll to top.I tried every thing but nothing happen.Thanks in advance