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
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 ex
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 s
My JTextArea contains thousands of lin开发者_StackOverflow中文版es 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 vi
I spend almost 3 hours trying to figure this out, hope someone can help me. I have a a set up like this:
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 wor
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
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 i
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
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.