Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
2answers
776 views

How can we change the font of tableview header?

I am using some background color for the tabelView and style is grouped. The text in the header for the sections is not clear so I need to modify the the text color so that the header text should be ...
6
votes
3answers
8k views

MATLAB: Assign multiple colors to text in legend

I'm trying to color code text in a legend. (Since I'm trying to sort several plots into different categories, I can't just rely on the line colors in the legend.) I've managed to set the text color ...
5
votes
2answers
5k views

Can I color different parts of text in a WPF TextBox?

I've got a WPF TextBox into which my users type XHTML. XAML... <TextBox Name="TextBoxContentBody" TextWrapping="Wrap" AcceptsReturn="True" ...
4
votes
3answers
198 views

Changing text color in C# Console Application

Hey guys I have just finished my c# Console Application code for a project and would like to add some color to my font. I would love to be able to use the color orange. Is there any way to do this? ...
4
votes
2answers
277 views

How to replicate the back button?

I understand that the only way to change the color of the text of the back button is to make your own custom button: self.navigationItem.backBarButtonItem = yourCustomBackButton; My question is: ...
3
votes
1answer
41 views

Android application crashes because of TextColor in main.xml

I have developed a basic UI activity page in android with a TextView and EditText and a Button. I have set the TextView textColor to some hexadecimal value and my application crashes because of that, ...
3
votes
3answers
4k views

Text color of a closed spinner

I understand that the closed spinner is actually a View, I think. But I am guessing it has a TextView there somewhere to show the text. How do I get access to that TextView so I can change the ...
2
votes
0answers
61 views

Characters overlaping when they have changed color and are printed backwards

As you can see the upper dark X's are cut even though there is space for them. This happens because they have changed color and are printed backwards(from right to left). Is this a bug, faulty ...
2
votes
0answers
42 views

Android HoneyComb DatePicker Text Color

I'm searching for a possibilitie to adjust the text color of the datepicker widget in an android honeycomb app. I knew that the widget inherent the global text-color which is white in my case, but i ...
2
votes
3answers
304 views

XML attributes for text color of alert dialog

I'm applying a theme: <style name="myAlertTheme" parent="@android:style/AlertDialog"> <item name="android:textColor">#ff000000</item> </style> <style ...
2
votes
3answers
463 views

Can textview have letters in different colors?

I want to display '123' but 1 in red color 2 in green and 3 in black ... Is that possible, or is there any other recommended way of displaying different text color in the same textview...
2
votes
7answers
320 views

how to set an alert box

in my app i have placed three edit boxes with a ok button. Before pressing the ok button the user must enter all the edit text fields, if any of the edit text is been left empty i want to give an ...
2
votes
1answer
344 views

Change text color in MoreNavigationController

I hope I'm not duplicating any threads now but I can't find a good answer to my question. I have more than five tabs so a more-tab automatically turns up. I've managed to change some of it's setting, ...
2
votes
1answer
506 views

Win32: List View Group Header Text Color

In Windows, a List View can have its items grouped, as in the following picture: My application employs a white-on-black GUI. Most of the controls (buttons, edit fields, check-boxes etc.) I have ...
2
votes
4answers
6k views

Change group box text color?

How do you change the text color of a group box in C#? The "documentation" doesn't even mention this, and Googling hasn't turned up an answer. Thanks! Alan
1
vote
1answer
69 views

Paint words red in a chat window (spark.components.Label or mx.controls.Text)

I'm trying to change the color of all 4-letter words in a spark.components.Label. It is a chat-like program, where user enters words into the TextInput field, presses ENTER and the lines are ...
1
vote
2answers
138 views

Setting Button Text Color with a Style

I have not been able to set the text color of a Button using a predefined style. I must be missing something simple. For example, I have a button: <Button ...
1
vote
4answers
485 views

Android Linkify links textColor ignored, css style overrides possible?

I am using Linkify in my app, and visited link text is appearing as dark purple. My overall layout background color is dark blue so this is impossible to read. The text is set as white, but visited ...
1
vote
2answers
943 views

Objective C: How to change text color in navigation bar

I have changed my navigation bar color via the following code navconFvc.navigationBar.tintColor = [UIColor colorWithHexString:@"faf6f5"]; The code worked but the text color also needs to be changed ...
1
vote
2answers
228 views

Set text colour of a disabled JSpinner (to make it easier to read)

JSpinner waitHr = new JSpinner(); waitHr.setEnabled(false); I have a spinner and I need to prevent the user from editing it temporarily. The problem is, when the spinner is disabled, it's text ...
1
vote
3answers
911 views

Android: How can I access the default text color? (No theme, just the standard one)

very short question: if I want to set some text (in a TextView) back to the default text color, how can I do this? I'm not using any themes. Kind regards jellyfish
1
vote
0answers
284 views

Setting Application theme textColor to white causes Context Menu item text to be white (invisible)

Ok, this is driving me bonkers. To skin my app, I set the following in my theme: <item name="android:textColor">#FFFFFF</item> All the text in the app turns white, unless I manually ...
1
vote
4answers
740 views

Setting textColor from a Theme fails only on HTC Desire HD

Problem: My app works fine on most devices, but crashes on HTC Desire HD, (Android 2.2.1). (Edit: Error still exists on 2.3.3) Exception class - android.content.res.Resources$NotFoundException. ...
1
vote
1answer
465 views

changing text color for android app

I currently have an app that displays the time. I want to change the text to white so i have <DigitalClock android:textColor = "@androidcolor/white"> for some reason when i put this line in ...
1
vote
5answers
9k views

How to change the Text color of Menu item in Android?

Can I change the background color of a Menu item in Android? Please let me know if anyone have any solution to this. The last option will be obviously to customize it but is there any way for ...
1
vote
1answer
505 views

Something like getch(), textcolor() and gotoxy() in Ruby

I want to use these functions from the conio.c library (Borland) in Ruby, specially getch(). getch() gets a key from the keyboard without press enter. textcolor() changes the color of the text in ...
1
vote
2answers
120 views

Splash screen text changes color

I currently have a text box on the bottom portion of my splash screen that displays the last build date. The text color is set to black but for some reason when you run the splash screen the color ...
1
vote
4answers
271 views

how to go back to some position already printed in C?

let us have a situation in which the following program prints some 10 lines of # for(i=0;i<10;i++) prinf("\n#"); now how to go back to 5 th line and edit that # and change the color of it ...
0
votes
1answer
51 views

Android view set text color

I am trying to dynamically change the font and background color of my app but when I try to set it just turns gray no matter what color I choose. I have verified the color is correct. any ideas. ...
0
votes
1answer
36 views

Flex 3 Multicolored Text in DataGrid Cell

I am having an issue with styling individual cells in a DataGrid. I want to go through the text in a DataGrid cell and only color a specific portion of the text. When a User uses a search filter, ...
0
votes
2answers
70 views

xcode 4 / ios5 - how to set textColor based on prefs

I have looked on SO but cannot find an answer that works for me, so here goes: I am trying to set color, font and size elements based on user preferences. I have no problem with font and font size, ...
0
votes
4answers
124 views

Is it possible to change the text color in a string to multiple colors in Java?

What I mean is, is it possible to change the text "This text is blue" to the color blue in a single string? There must be a way... <TextView android:gravity="left" android:padding="3dip" ...
0
votes
1answer
49 views

change color of UITableViewCell after reenabled userinteraction

in my app, i've some menupoints, that are disabled for userinteraction. cell.userInteractionEnabled = FALSE; after the login, i want to reenable some of these cells. this snippet is working ...
0
votes
1answer
35 views

change text view text color based on parsed xml value

Im trying to make a text view change its text colour depending on what the value is in a xml file. Ive managed to get a xml parser which i vaguely know what it is doing, and im writing the elements ...
0
votes
1answer
206 views

Android - How combining Shape drwable and text color different states for button?

I have some troubles managing Android State List for a button. I specified some Shape drwable item for different states, but i also need to change textColor depending on the current state. My actual ...
0
votes
1answer
39 views

How to change my background of the screen for my view

I have simple job to do. I have to create an Help page for my android application. On that page I want to just put a full page of text of green color with some background image. Can anybody suggest me ...
0
votes
1answer
229 views

optionMenu textColor Action HoneyComb

I'm searching a solution to change textColor of the Option menu items of the HoneyComb's actionBar when items have : android:showAsAction="ifRoom|withText" I try a lot of different solutions but ...
0
votes
1answer
210 views

Setting font color of JavaFX TableView Cells?

In my Java Desktop Application I have a JavaFX Table with 3 columns. I want to set the font color of the 3rd column to red. I have not been able to set the font color of the Tableb at all. I looked ...
0
votes
1answer
102 views

How to change text color in UISegmentControl?

Can anyone advise me on how I can change the text color of a UISegment Control?
0
votes
1answer
183 views

how to change the text color of UITabbar in iphone?

how can i change the color of UITabbar of iPhone? in my application i am using custom tabbar and now i want to change the color of its text. any on can help me? here is the code for my tabbar ...
0
votes
1answer
333 views

How to set TextColor using setTextColor(ColorsStateList colors)

I need to change text color when state change(pressed, focus)... How to set text color of a TextView using ColorsStateList? edit, solved: textView.setTextColor (new ColorStateList ( new int [] [] { ...
0
votes
3answers
312 views

UILabel with text of two different colors

I want to display a string like this in a UILabel: There are 5 results. Where the number 5 is red in color and the rest of the string is black. How can I do this in code?
0
votes
5answers
720 views

Android: adding text color,background and font size to optionsmenu

I tried a lot to add the font size and text color and also background for my options menu but couldn't able to solve, how to do this for the following code Help is always appreciated.....!, Thanks ...
0
votes
1answer
351 views

Android: Access TextView inside Child of ExpandableListViewActivity

I am using an ExpandableList via ExpandableListViewActivity. Now, I would like to change the text colour of a certain TextView inside each ChildView. I don't want them all to be the same, rather ...
0
votes
1answer
111 views

What is the color in hexadecimal used in the table header section?

After customizing my header I would like to know the hex color of the text by default assigned to the header sections Thank you
0
votes
2answers
95 views

listView color in android

Hai! In my application i want to change the listView text color in android. How can i achieve this. any solution will be appreciated...
0
votes
0answers
131 views

Change text color of blogger.com survey gadget?

I am using the survey gadget on blogger.com and the percentage bars have white numbers in them, which makes it hard to spot on a white background. How could I change that color for ALL my survey ...
0
votes
3answers
3k views

Java: How to I change the color of a specific line or row of string in a Text area?

the one way I could change the color is by setForground(). However when there are multiple lines of code it makes everything green or black. Is there another method or any way of solving this problem? ...
0
votes
2answers
487 views

Change the text color in webView

Is there a way to change the text color for entire webView? If it is could you provide me with some examples?
0
votes
1answer
506 views

AdvancedDataGrid dynamic text Value Coloring - ItemRenderer problem

In my AdvancedDataGrid, I am adding dynamic values to cells by dragging a cell value to other cells. While copying, I am setting the value to listData and setting the Red color to the value in ...

1 2