| Author |
How to you put form into a scrollable field?
|
|
| Jeremy Tan 2004-02-15, 8:29 pm |
| I am creating a flash form which having lots of field that can't fit into the screen, so i wonder how can i create a scroll bar to scroll the form?
| |
| Carixpig 2004-02-15, 10:28 pm |
| Put your form into a scrollpan
O
If you are worried about using components, you'll have to use actionscript.
Just make some little arrows to scroll it, then use the arrows to make hte form
move up or down by a few points each ime you click the arrow. Remember that you
can't use layers to mask input or dynamic text, so you might have to use
setMask or just go for the scrollpane component.
Consult the Actionscript reference for help with components and search the web
for tutorials on "motion with actionscript"
| |
| Jeremy Tan 2004-02-16, 4:29 pm |
| I put the form work with the scrollpane, but is there any where that i can remove the border of the scrollpane?
| |
| Schlurpee 2004-02-16, 5:28 pm |
| Yeah you can. on the timeline where the scrollpane exists, use the setStyle method
myScrollPane.setStyle("borderStyle", "none");
Worked for me...
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |