• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Displaying text

Explorer ,
Jun 17, 2012 Jun 17, 2012

Copy link to clipboard

Copied

This question was posted in response to the following article: http://help.adobe.com/en_US/as3/dev/WS8d7bb3e8da6fb92f-20050207122bd5f80cb-8000.html

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jun 17, 2012 Jun 17, 2012

Copy link to clipboard

Copied

Make sure you use Device Fonts if your bolded text isn't displaying.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 09, 2012 Oct 09, 2012

Copy link to clipboard

Copied

Hi, am using flash builder 4.6. I am trying to use scrollV property to my textarea control. but it is not available, what could be the problem?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 10, 2012 Oct 10, 2012

Copy link to clipboard

Copied

Hi. Sorry, don't use Flash Builder. Have you tried googling this? Might

want to post question in Flash Builder forum.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 10, 2012 Oct 10, 2012

Copy link to clipboard

Copied

Thanks for your reply Danial!

I achieved it by using the following code.

textareaid.scroller.verticalScrollBar.Value=textChat.scroller.verticalScrollBar.maximum;

textChat.validateNow();

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jun 06, 2013 Jun 06, 2013

Copy link to clipboard

Copied

LATEST

Just copying and pasting the code of 'Using images in text fields' throws me this error:

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at TextWithImage()[/Users/josvecht/Projecten/JMW-app/scroll-bar-test-package/TextWithImage.as:13]

at runtime::ContentPlayer/loadInitialContent()

at runtime::ContentPlayer/playRawContent()

at runtime::ContentPlayer/playContent()

at runtime::AppRunner/run()

at ADLAppEntry/run()

at global/runtime::ADLEntry()

Tried it several times.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines