Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
goat_boy #1
RichTextEditor and Scrolling
I'm using a RichTextEditor for a chat program. As the users type the text gets
placed in the RichTextEditor but the scrollbar does not go to the bottom of the
screen. I've tried the following but this does not seem to work for
RichTextEditor.
valueCommit="conversation.verticalScrollPosition=c onversation.maxVerticalScrollP
osition"
Is there a solution to getting the scrollbar to move down as the text area
fills up?
goat_boy Guest
-
Flex RichTextEditor
How can I programmatically get/set the text alignment for the contents of a Flex RichTextEditor component? -
Can and how can i add image to richtexteditor
I would love to see some sort of Insert Image integrated with the RTE as well! -
Richtexteditor: How is TEXTFORMAT defined
If I use a RichTextEditor() component and retrieve 'htmltext', I get code like this: <TEXTFORMAT LEADING="2"> <P ALIGN="LEFT"> <FONT... -
combination scrolling text scrolling picture and on MouseEnter function
it would help if you posted the code for us to look at... that way we can try to help ;) In article <bk6jip$ctm$1@forums.macromedia.com>, <... -
Custom Scroll Bar: Want to switch scrolling member, but keep scrolling intact.
Hey all. This is a juicy one. Simple Idea, Simple minded author can't find solution.... I have a text member in sprite 29. I have the "Custom... -
goat_boy #2
Re: RichTextEditor and Scrolling
I found the solution. You have to access the TextArea child that's inside the
RichTextEditor. The following will move the scrollbar position to the bottom
for a RichTextEditor: (look at the valueCommit)
<mx:RichTextEditor id="rte"
valueCommit="rte.textArea.verticalScrollPosition=r te.textArea.maxVerticalScrollP
osition"/>
goat_boy Guest
-
1113g41 #3
Re: RichTextEditor and Scrolling
thanks! spent about 3 hours to find out how to do it.
1113g41 Guest



Reply With Quote

