Label color under the identity inspector in Xcode 4 - iphone

under Identity Inspector as we all know that the label property is used to identify objects easier in interface builder, but what are the colors to the bottom of it used for ? I tried to select a color but nothing changed in interface builder.
EDIT: screenshot:

If you don't already use color labels to sort your files and folders, then you really should consider it. Using color labels allows you to enhance your file organization by assigning certain colors to certain files. You can assign color labels to files by doing a "Get Info" (highlight the file, then press command + i) on the file/folder and selecting a color from the label section.
What is the use of these labels if you can't search them? Well, you can! Open a new Finder window and press command + F. In the "kind" drop-down box, select "other" then find "File Label" in the list. Click it, then click "OK."
Now, you can narrow down your search by the color of its label. Note that if you are using Mac OS X Tiger, you will see "Color Label" instead of "File Label."
See the following image that help you more to understand use of identity color label..
Image when you selected first cross cube //Some file in search result
Image when you selected last(gray color) cross cube //No file in search result
Hope, this will help you..

Related

VSCode : I want to change the text color(not background color, just the words color),whiich profile should I edit?

I have checked the Official Doc about theme settings, after trying too many times, I haven't made it. I want to change the text color(not background color, just the words color), which profile should I edit?
I have spended a few time and solved it. Edit your settings.json as below:
"workbench.colorCustomizations": {
"list.focusForeground": "#00ff00",
},
Replace the color(hex) as what you want, the example code color #00ff00 is green.
BTW, how I get this settings:
Toggle developer tools(In vscode dropmenu of help)
Try to find div where you want change, and get the color, for example (#eeffff)
command + shift + p, and input Generate Color ... will show Generate Color Theme From Current Settings, select it would open a new file with full color configs.
copy all colors json code block to settings file which match key of workbench.colorCustomizations
search #eeffff and try to find relative key, if not sure, change color and try to see the color in your code.
find out list.focusForeground is right. And keep this settings, remove other.
It might spend less or more time, but it works.

Change (or add) background color in VS Code when renaming from Explorer

In the image below I'm actually in "rename" and I'm highlighting something but there's no highlight. You'll notice there's no cursor as well because it's highlighting. This is driving me a bit bonkers because I'm either counting how many left/right arrow keys I'm moving and such to know where I am. I tried the following colors but none of these seem to do anything (in the Explorer):
"workbench.colorCustomizations": {
"editorRuler.foreground": "#fc199a22",
"editor.selectionBackground": "#ab3beb3f",
"editor.selectionHighlightBackground": "#136460e3",
"editor.findMatchBackground": "#00cc44a8",
"editor.findMatchHighlightBackground": "#d0ff004d",
"scrollbarSlider.background": "#FC199A2c"
},
I tried inspecting the element in the developer console in VS Code but the rename closes when it blurs out of the field which I need to do to select the element to know what the CSS class is to style it.
I didn't see a "rename" or highlight color for the explorer here either: https://code.visualstudio.com/api/references/theme-color#editor-colors
Any help would be super appreciated.
You can use the following property:
"selection.background" : "#FF0"
The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.
A caveat to this approach is that it is applied globally, not just the explorer view

Replace row header with images

I am working on a worksheet which has long header names. I want to display table compactly using icon images instead of using header labels. Say I have a column named "Population Density" in a table. I would like a population icon to show up instead of full label.
Probably the closest you could come with this is using Unicode Emoji in a column alias.
For measure values, right click the header and click "Edit Alias", then paste the unicode emoji into the text box.
For dimensions, right click the pill and click "Edit in Shelf". Move the cursor to the beginning of the line and press Shift+Enter to add a new line above, then press the up arrow. Type // on the new line, paste the selected unicode emoji, and hit Enter.

Crystal report Header row Color

I want to color the header and footers row(only my data tables not the full section) of a crystal report . Its easy to color the section but i cannot able find a proper way
For this 3 way you achieve.
If both header/footer in different section than data, then go to section, right click on formating, give the color. Check this link
http://www.codeproject.com/Questions/56657/change-back-color-of-crystal-report
http://scn.sap.com/thread/1883125
Drag and drop and spread a crystal report field (like label) into entire length of row's width. Give the color formating by clicking on Right click -> format object -> color. Now your header/footer field which work as a column /summary get front of this above field.
You can give the color to all object and also do not give gap between them.
Step to color the object.
1. Select the items that you want to change, and select select Format, then select Format Text.
2. The Format Editor dialog box appears.
3. Select the Font tab.
4. Select the appropriate font, style, size, and color.

Is there a way to see the ERR diagram lines in color?

I used 'MySql Workbench' to generate the ERR diagram of an existing DB. It generated fine and I see the relations in colorful arrows if I click on a particular table. But those colors just go off if I click outside the table or try to export the diagram into a PDF.
Here is a screenshot where the green highlighted line shows up just when I click on the table. Is there a way to keep these colored lines while exporting the diagram into PDF?
The colors only visualize certain properties while a relationship is highlighted. Since this is bound to the highlighting (i.e. hovering with the mouse over a relationship) it's not exported or printed. However, IIRC there's a feature request already asked exactly for this wish too. So one day it might be implemented. For now you cannot have the colors in the printouts.