I have a program that the user enters some data and then it creates a form letter and copys it to there clipboard
Some of the users came back and said they would like some parts of the letter to be underlined to help the people they are sending it to read it easier ( headlines etc)
I don't know of a way to mark something as underlined
...
Is there a way to wrap the text in a TPanel.Caption in Delphi (in my case Delphi 6)?
thanks!
...
In a database, I have the text <b>ISBOLD</b><i>isitalic</i>
How do I do that if I pull out this string, I will see
ISBOLD isitalic
and not
<b>ISBOLD</b><i>isitalic</i>
...
Hi, I need to write a text file viewer (not the directory tree, but the actual file contents) for use in a browser. It will be used to view large files. I want to give the user the ability to actually ummm, browse the file, ie prev page & next page buttons, while each page will show only a portion of the file.
Two question:
Is there a...
Sometimes i generate data that is as little as 1k. I thought it may be good if i could convert it to text so i can paste it to someone on a forum or on MSN. How can i convert data into text then convert back? How many bits can i use? I must have it compatible with pasting on forums and i would like it to be compatible with msn if the str...
Hello,
I have a bunch of lines of Arabic text in UTF-8. The device I am trying to display this one does not support arabic text being displayed. Therefore, I need to convert the text into images.
I would like to save each line of text as an image with a specific width. I need to use a specific font as well. What is the best way to ...
Question about Batch/Windows/CMD:
I would like that my batch file can search for a line (which I already achieved, but what comes next not), it looks like this:
<name>MyName</name>
It needs to find the text in between <name> and </name>. After that it needs to set that as a variable (%name%).
Does anyone have any idea?
EDIT: if som...
Hi, im trying to validate a string of text that must be in the following format,
The number "1" followed by a semicolon followed by between 1 and three numbers only - it would look something like this.
1:1 (correct)
1:34 (correct)
1:847 (correct)
1:2322 (incorrect)
There can be no letters or anything else except numbers.
Does anyo...
Hey,
How do you get the text of a TextView to be Justified (with text flush on the left- and right- hand sides)?
I found a possible solution here, but it does not work (even if you change vertical-center to center_vertical, etc).
Cheers,
Pete
...
I wonder if there's a plugin to enable a sort of smart truncation. I need to truncate my text with a precision of a word or of a sentence.
For example:
Post.my_message.smart_truncate(
"Once upon a time in a world far far away. And they found that many people
were sleeping better.", :sentences => 1)
# => Once upon a time in a w...
Hi, I use Zend Framework for my project. And my question is how can I convert html text like "helloworld" into PDF text to be the same using Zend_PDF ?
Thx.
...
Is it possible to display a multiline string in a Flex DataGridColumn?
i.e. Display:
Text line one.
Text line two.
I've tried putting "\n","\r"," " when storing the string but nothing seems to work.
Currently only "Text line one." is displayed and the rest is hidden in the cell. I would prefer not to use "wordWrap=true" ...
I have a log file with backspace characters in it (^H). I'm looking through the file in Vim and it can be quite hard to see what's going on.
Ideally I'd like to be able to "apply" all the ^H on a given line/range so that I can see the final result.
I'd much rather do this within Vim on a line-by-line basis, but a solution which convert...
Hey guys,
How do you read text files in objective c? I just need the coding.
Thanxs.
...
Hi All,
I want to know if mysql TEXT data type reserves any space even if there is no data in that row? I am little confuse. Can anyone provide me any input on this.
Thanks in advance.
...
I have started to use (or, try to use) sqlite for a simple catalog. What I want to do is be able to take out the information for each catalogued item from the sqlite, and export it into a text file.
e.g.
Title1, Genre1, Author1
Title2, Genre2, Author2
Title3, Genre3, Author3
I don't want these to be in columns, just a single line. A...
Hi everyone.
I have a column called price and all the values are TEXT so like this: "$26.71".
I want to sort this column in descending order but i can't because the column is not defined as INTEGER and it has a "$" character in front of all the values.
What should i do in order to make this work??
Thanks.
...
I want to have a text input that on focus selects all of the text inside, if any. This is so that I can click on the text input and just start typing rather than having to clear the current value out, assuming I wanted to overwrite what was already in the text input.
How would I do this with jQuery?
...
Where can I find an efficient algorithm for breaking lines of text for formatted display?
...
I want to format srt subtitle text files to avoid wrapping problems on my media player.
I need to set a line wrap width to a number of characters e.g. 43
I can do this with Editplus, its a built in function and works well. The reason I want to do it in Vim, firstly Editplus is only available on the PC and the secondly Vim is badass.
...