PDA

View Full Version : Draggable Input Text


groggg
04-09-2003, 03:06 AM
I am trying to create input text that can be dragged. When I stick the input in a movie clip I can make it draggable, but not edit it. I have even tried Selection.setFocus(text); but this doesn't work either.

lbower
04-10-2003, 03:25 PM
Have you tried using the DraggablePane component (Flash MX)? I just tried it, and it worked greate. What I did was create a movie clip with an input text box. Then I dragged an instance of the DraggablePane component onto the stage and had it call the movie I just created.

Hope this helps.

groggg
04-10-2003, 08:58 PM
Do you mean a "ScrollPAne," I don't have a "draggable pane" in my componenents. Do you have a sample, or more explanation. I still don't get what you mean.

lbower
04-10-2003, 09:24 PM
From the Macromedia website, you can download a second set of components, called Flash UI Components Set 2, that includes a calendar component, tree component, draggablePane component, and a few others. The last time I checked, this download was free.

They also have another set, called Flash UI Components Set 3, but for that one I believe they charge you.

lbower
04-10-2003, 09:36 PM
Here's a link to where you can download the component set 2:

http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn110#loc=en_us&view=sn111&viewName=Flash%20Extension&extID=365880&lc_id=61295

groggg
04-11-2003, 02:03 AM
Thank you!