Skip to main content

Questions tagged [text]

Text is a sequence of printable characters.

text
12 votes
11 answers
12k views

UISearchBar text color

Browsed the documentation and I couldn't find anything to change the color of UISearchBar. Does anybody know how to change it? There isn't any textColor property :/ Thx
user avatar
3 votes
3 answers
3k views

Parse multiple doubles from string in C#

I have a string that contains a known number of double values. What's the cleanest way (via C#) to parse the string and plug the results into matching scalar variables. Basically, I want to do the ...
Jeff Godfrey's user avatar
2 votes
1 answer
47k views

How do you format text/strings in VBA?

In the code below, I take some input parameters, either text or a cell, and combine them to form one string using the formatting I need. I need to make Task_Name bold, as well as text like "Lead :". ...
achinda99's user avatar
  • 5,080
1 vote
2 answers
3k views

Stop IE8 from opening or downloading a text/plain MIME type

I'm dynamically generating a text file in PHP, so it has a .php extension but a text/plain MIME type. All browsers display the file as nicely preformatted text, except IE8. Googling tells me that ...
Michael Hinds's user avatar
1 vote
2 answers
2k views

Basic jQuery slideUp/slideDown help

I was wondering if there was a function that I can add to this, that would show the data again, as in make it slide back down or something after a given set of time so you can go back and re-enter ...
homework's user avatar
  • 5,037
36 votes
5 answers
105k views

How to right-align numeric data?

I have some data that I am displaying in 3 column format, of the form: key: value key: <tab> key: value <tab> key: value. Here's an example: p: 1 sl: 10 afy: 4 q: 12 lg: 10 kla: ...
foobarfuzzbizz's user avatar
-1 votes
5 answers
6k views

How can I remove all non-word characters except the newline?

I have a file like this: my line - some words & text oh lóok i've got some characters I want to 'normalize' it and remove all the non-word characters. I want to end up with something like this: ...
Amandasaurus's user avatar
  • 59.9k
1 vote
1 answer
576 views

Oracle Text URL indexing performance

I have an oracle table that has two columns - id and url. The URL is simply http://somemachinename/mypage.php?id= I then create an oracle text index using the URL datastore on the url column. If I ...
pauljwilliams's user avatar
4 votes
2 answers
2k views

Split ByteString on a ByteString (instead of a Word8 or Char)

I know I already have the Haskell Data.ByteString.Lazy function to split a CSV on a single character, such as: split :: Word8 -> ByteString -> [ByteString] But I want to split on a multi-...
Daniel Quinlan's user avatar
2 votes
1 answer
5k views

Flash: How to change a text fields' textFormat on the fly/per action in AS3?

Hi :) my question today is how to change a textFormat on a textfield. I have a textFormat that has white text and one that has green text, on a button rollover I need to swap that textFormat on my ...
Leon Gaban's user avatar
  • 38.9k
1 vote
2 answers
2k views

Adobe Flex - any way to automatically change font size to fit in its container?

I have a component in Flex, and part of that component is a label. Is there a way to automatically adjust the font size to fit into its container?
Seidleroni's user avatar
  • 1,044
1 vote
1 answer
2k views

How to save text in php as a pdf file?

I have textarea in my site(link shortening site) i want to user enter some kind of text and as a return i will give(shorten link) a pdf file which user can download.How can i do that with php do i ...
Burak Dede's user avatar
  • 3,745
3 votes
4 answers
401 views

How can I get a TextBlock to literally say "{Binding}"?

In XAML, if you insert <TextBlock Text="Hello World" /> You will see the words "Hello World". If you insert <TextBlock Text="{Binding}" /> it will trigger the data binding ...
Andrew Shepherd's user avatar
3 votes
2 answers
214 views

How to convert a document back to string?

I need a java script function that converts the document object of the current loaded page back to it's source text. In firefox it's smth like that: var doc = document; var str = (new XMLSerializer())...
Chris's user avatar
  • 15.5k
0 votes
3 answers
352 views

Find diff between web pages

With C# .NET i would like to DL 2 webpages and find the DIFF between the webpage. Then i would like to program my app to allow me to label specific dif areas then parse for a series of urls. What ...
user avatar

15 30 50 per page