How to implement paging in a flex spark text area - apache-flex

I am beginning to start implement a paging mechanism in my flex application and I am wondering where do I start off. Some examples that I have seen on internet work on plain text whereas I have the text in the text flow and I don't want to loose the formatting saved in the text flow. Any pointers will be helpful.
Thanks

Related

TextBox does not display any text in silverlight

I am displaying the text in a textbox and sometimes it does not display the text at all.
The richtexteditor is saving the text to the database and whenever the richtexteditor saves the text with Typography manner then the text wont show up otherwise it does. I cant understand why is that. Its just an observation. i am not 100% sure thats the cause of the problem.
If the richtextbox saves it in the Typography manner then it wont display the text in the textbox if it is 4.x.x versions of the silverlight. If it is 5.x.x versions it displays just fine. I just upgraded the silverlight and it started working fine.

FlashBuilder4.6/AIR Mobile TextInput Broken

I am creating a mobile app using FB4.6/AIR. I am running into several issues when I have TextInput fields in my view. If I have a TextField (StageText) that has text pre-populated in it (i.e. from a data object), when the view loads, the TextField will flash the text until it eventually stops and the text disappears. Upon selecting the TextField, the text will reappear. Obviously, this is not an ideal situation. So, after doing some research, I bypassed using the StageText by using the SkinClass - 'spark.skins.mobile.TextInputSkin'. This fixed the flashing text issue, however, now upon entering text in the TextField, after a certain point, the text seems to duplicate itself several times over, so that the the word, in this case an email address, becomes unrecognizable (i.e. John.Doe#MyEmail.com would become John.Doe#MyEmail.com#MyEmail.comJohn.Doe#My).
Obviously, I need to find a solution for one of these situations. Suggestions?
Thanks, in advance.

How to get the modified portion of text in a TextArea

i need to know which part of the text is been modified by the user inside a Flex TextArea. I'm listening to TextArea's Event.CHANGE and my code run on everychange but i don't know what the user have done to the text and it's too long to process it again at every keypress or paste
We are still with Flex 3.5 but i may consider Flex 4 if the solution is easier.
Thanks a lot
Consider using focusOut and firing your function when the user leaves the text area.

Inability to store long list of values

I am not able to figure out how to store long list of values (like a big text) in a dropdown list or in intellisense of search box. I see that it is displaying only half of the text but not full. How to make it appear full in the intellisense or dropdown?
Yes, dropdownlist control or the other similar controls are not suitable for displaying long texts. You should increase their with and it's not look pretty. My recommendation is to develope a tooltip client side script that display the full text, this would help you to show much text than the actual one.

Making a text field flow like a paragraph in Adobe Livecycle Designer

I intend to create a form using Adobe Livecycle Designer 7.00 in which I want a field to flow as does a paragraph in a text editor.
To be more specific, I have a text object before and after the text field which is contained in a subform. As there is some text before the text field, it naturally would not start from extreme left. Now when the user starts filling the field it should grow rightwards (that is easy by clciking "fit to width") however, instead of growing out of paper, it, like a parqagraph in text editor, goes to next line which starts from the exteme left of the form and continues rightwards.
Looking forward to your help.
If I'm understanding your question correctly, what you need to do is change the Subform's type to Flow Content, then changing it's Flow Direction to "Western Text".
Hope that helps.
Based on your description, you can achieve this by using a floating field (if the data is coming from the backend).
You can add the pre and post dynamic data in the text object and create a floaing field in the middle of the text object.
I hope this helps. Let me know if you have any more questions.
Thanks,
Armaghan.

Resources