
26.04.2002, 01:07
|
|
Регистрация: Jan 2002
Сообщений: 18
|
ScrollPane and TextFields
Hi all!
I just found one problem with scrollpane from UI Components.
If I use as a scrollcontent movieclip with components inside - all works ok.
I use an embedding font Arial and put in first frame of movie that consist
ScrollPane action script:
globalStyleFormat.embedFonts = true;
globalStyleFormat.textFont = "myFont";
globalStyleFormat.applyChanges();
But, when I use as a scrollconent movie clip with text fields inside -
nothing work. Scrolling in ScrollPane doesn't work correctly.
This is my example.
|