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

Creating graphics within a scrolling section

Guest
Jul 16, 2011 Jul 16, 2011

Copy link to clipboard

Copied

I have on one of my view a lot of text so I have created it so to scroll see below, (if wrong plese let me know):

<s:Scroller left="20" right="20" top="20" bottom="0">

     <s:RichEditableText percentWidth="100" percentHeight="100" editable="false" selectable="false">

          <s:p>My text goes here</s:p>

     </s:RichEditableText>

</s:Scroller>

Now with in this text would live to place some graphics like boxes with text inside as I want to create a diagram etc, but if i place my rectangle code (see below) with in the 'RichEditableText' section all goes well until till I click on a link to goto this view and nothing happens and it freezes up

<s:Rect width="135" height="71" radiusX="10">

     <s:fill>

<s:SolidColor color="#ff990" />

     </s:fill>

</s:Rect>

Does any one know how I can add the graphics etc with in there to work an scroll with the text, or am i using the wrong scroll method etc.


Many Thanks

Si

Views

371

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 ,
Jul 18, 2011 Jul 18, 2011

Copy link to clipboard

Copied

Chances of someone posting a helpful answer for this question will be higher in the Flex general discussions forum.

This forum is more focused on Flash Builder.

-Anirudh

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
Guest
Jul 18, 2011 Jul 18, 2011

Copy link to clipboard

Copied

Thanks Anirudh, I will re-post thsi there.

Si

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
Engaged ,
Jul 18, 2011 Jul 18, 2011

Copy link to clipboard

Copied

LATEST

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