Показать сообщение отдельно
Старый 26.04.2002, 01:07
Alex_197 вне форума Посмотреть профиль Отправить личное сообщение для Alex_197 Найти все сообщения от Alex_197
  № 1  
Alex_197

Регистрация: 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.