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

Set user defined bullet Style

New Here ,
Feb 08, 2012 Feb 08, 2012

Copy link to clipboard

Copied

  Dear All,

  In our project we are using BulltedList in TLF. We have  requirement to change the bullet style. Is there any way to change the bullet style by using an fxg . I am trying to create the List amrker formet by using the following code sniplet

              

                                   var lnkelement:ListElement = childElement as ListElement;

                                           var lstMarkerFormat:ListMarkerFormat = ListMarkerFormat.createListMarkerFormat(new bulletblue());

                                              lnkelement.listMarkerFormat = lstMarkerFormat;

In the above code the new bulletblue() is my fxg graphic , but it does't have any effect.

Any help would be highely appreceated.

Thanks in advance

Regards,

Gaurav

TOPICS
Text layout framework

Views

2.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
Adobe Employee ,
Feb 09, 2012 Feb 09, 2012

Copy link to clipboard

Copied

LATEST

TLF does not provide direct interface to replace list marker with your custom one till now.

You can set style of marker as ListStyleType.NONE, and then take advantage of some formats in flashx.textLayout.formats.ListMarkerFormat to make it.

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