Questions tagged [htmltext]

103 questions
0
votes
1 answer

AS3 Make user input safe for display in htmltext

I've been searching for a good hour or two for this but I haven't found anything to what I'm looking for. I'm making a chat application( socket server made in Python ) and it's working fine. The main chat area where messages are stored use HTML, it…
0
votes
1 answer

How to set Html Css text to TextView

I have Textview.am getting web response in the fallowing way asdgfsagasgs asdsa sa sad asd sada sdas  asdsad ad sad sad sad ad asdsad asdsadsadsadsadsadsad asdsadsadsadsaddsadsadasdasdasda sda…
user3431851
0
votes
1 answer

Display HTML text in the Adobe Air Label

I am trying to display HTML text inside the Label in my Adobe Air mobile application, so far I realized that Label doesn't support HTML, I went through the few solutions I found so far on the web: Instead of Label - User TextArea and then…
inside
  • 3,047
  • 10
  • 49
  • 75
0
votes
1 answer

Textfield displaying data in multiple line even when the multiline property is set to false

I am displaying dynamic data in the text field and its multiline property is set to false, but for one the data row the data is displayed in 2 lines instead of one. I tried to set the data to the htmlText as well as normal text but still the issue…
opensource-developer
  • 2,826
  • 4
  • 38
  • 88
0
votes
2 answers

How can I reference only a portion of a TextArea's htmlText block?

I have a number of very poor-quality pdf documents that look like 80's photocopies, which I'm rebuilding in Flash (Flex Builder 3 MXML application), representing paragraphs of text in TextAreas so that selected portions can be bold or italic, or…
Charles Shoults
  • 151
  • 3
  • 13
0
votes
3 answers

Change UIWebView's color while loading content

I have a UIWebView in my app that shows some html-formatted text (loaded from a .plist file from my bundle). The UIWebView takes about 1 second to render the text on the screen and during that second the whole UIWebView is white. I have tried…
Dimitris
  • 13,480
  • 17
  • 74
  • 94
0
votes
1 answer

Storing htmlText in Arrays

Im creating a simple program that will compare user input to a predetermined string (for memorization help). So far, after the user pushes space a code will run to break the user input text into individual characters (in an array) to test it against…
timo352
  • 13
  • 2
  • 4
0
votes
1 answer

Search Text/Phrase in the Web Browser control in Vb.net

I am using Web Browser control to display some HTML Text in my windows application. Now i want a functionality that can be search text or phrase within the HTML text. So can anyone help me to find out how to do this? and if there is scroll bar on…
Brijesh Patel
  • 2,901
  • 15
  • 50
  • 73
0
votes
0 answers

Why the last line of my dynamic TextField doesn't appears?

I'm trying to write various texts in various dynamics text fields, who have a variable height. When i do all my tests in AIR 3.2 for Apple, all the texts fields are ok. Then i started the tests using AIR 3.2 for Android, and when i'm using the AIR…
bsberti
  • 41
  • 6
0
votes
0 answers

Flash AS2 htmlText works in CS3, but not in CS6

I have a problem with an old (Flash CS3) Flash-File in ActionScript 2. I have a dynamic textfield on the stage containing HTML-text in bold and italic. Anti-Aliasing is set to "Readability". If i trace(myTextField.htmlText) i get the following…
tFranz
  • 138
  • 1
  • 9
0
votes
1 answer

Richedit control htmltext table formatting

I am using richeditcontrol in C#. I want to display a table(html) in this control. I did it but now I want to change font size and color of celltext, it did not work :/ Here is my code: String htmlBilgi = "
user983924
  • 395
  • 2
  • 10
  • 23
0
votes
0 answers

Why is jQuery causing error in IE8

I've been working with asp.net and jQuery for a long time. It always worked in all browsers. But now in one of my recent application, I'm using jQuery 1.9.1 from Google APIs. I'm getting an error if I use jQuery with IE8; the same is working with IE…
Krishanu Dey
  • 6,326
  • 7
  • 51
  • 69
0
votes
1 answer

Replace character inside the htmlText

I have a htmlText with this normal content:

...

And user can customize my textFeild, so it would happen to have many

tags, inside this htmlText... How can I replace all these…

borna
  • 283
  • 2
  • 16
0
votes
1 answer

htmlText in air and inline images

I'm trying to add inline images to the htmlText so that they would appear like smileys for a chat conversation. Currently we use htmlText property of a TextField component, i've researched enough on it, they say Air framework ignores the
Zeus
  • 6,386
  • 6
  • 54
  • 89
0
votes
2 answers

How to make an image repeat if there is more text

I have images that surround text like a border. So one image on top, one image on the left,one right and one bottom. It's fine when text is short but when I insert longer text than the height of left and right image it isn't a border anymore. I have…
gabrjan
  • 3,080
  • 9
  • 40
  • 69