Questions tagged [appearance]

333 questions
134
votes
5 answers

How to immediately see compile errors in project tree of IntelliJ Idea?

I'm wondering if it is possible to configure IntelliJ Idea to immediately show compile errors on the class files in the project tree. Currently I need to manually trigger the recompilation to see error marks on my classes if the class cannot be…
magomi
  • 6,599
  • 5
  • 31
  • 38
96
votes
2 answers

Datagridview - remove part before the first column

I was wondering if when using the datagridview control you can remove the thing that looks like a column before the 1st column. I think its used to select rows but not sure what its called.
Grant
  • 11,138
  • 32
  • 94
  • 140
94
votes
9 answers

How do I make a UITableViewCell appear disabled?

I know about UITableview: How to Disable Selection for Some Rows but Not Others and cell.selectionStyle = UITableViewCellSelectionStyleNone, but how do I make a cell (or any UIView for that matter) appear disabled (grayed-out) like below?
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
50
votes
3 answers

iOS 5: Curious about UIAppearance

On the tech talk 2011 I saw a speech about the new UIAppearance protocol. There is not a lot of documentation out there yet. I will shortly summarize what I remember to explain where my question is coming from: About UIAppearance: So far you had…
d.ennis
  • 3,445
  • 2
  • 28
  • 36
45
votes
12 answers

UISearchbar clearButton forces the keyboard to appear

I have a UISearchBar which acts as a live filter for a table view. When the keyboard is dismissed via endEditing:, the query text and the gray circular "clear" button remain. From here, if I tap the gray "clear" button the keyboard reappears as the…
Jens Kohl
  • 5,899
  • 11
  • 48
  • 77
43
votes
11 answers

Default font for Windows Forms application

Every time that I create a new form in my application, it uses the "Microsoft Sans Serif, 8.25pt" font by default. I'm not changing it because I know that in this case my form should pick up whatever the default font is for the system. However, when…
wasker
  • 1,959
  • 2
  • 19
  • 32
27
votes
5 answers

Hide Emacs echo area during inactivity

The echo area is the line at the bottom of Emacs below the mode line: ~ ~ | | +-----------------------+ |-U:--- mode-line…
Iceland_jack
  • 6,848
  • 7
  • 37
  • 46
24
votes
3 answers

Controlling the appearance of the HTML5 drag and drop effect

Is there a way to control the appearance of "what you are dragging" using the HTML5 Drag and Drop APIs? Normally, whatever HTML element is draggable is what becomes semi-transparent and follows your cursor until you stop/drop. I'd like to control…
user358089
24
votes
6 answers

Form is not appearing but its content does

I have this piece of code:

Noam Gal
  • 1,114
  • 2
  • 11
  • 20
22
votes
6 answers

How can dark mode be detected on macOS 10.14?

In macOS 10.14 users can choose to adopt a system-wide light or dark appearance and I need to adjust some colours manually depend of the current mode.
93sauu
  • 3,770
  • 3
  • 27
  • 43
22
votes
3 answers

UINavigationBar appearance refresh?

In my iPad app I have an application settings view. One of the options lets the user switch interface color scheme. The settings view is loaded by segue to a separate view controller than my "main" app's window. When they pick a new color I switch…
Kent
  • 1,705
  • 3
  • 16
  • 26
22
votes
3 answers

Google Maps api v3 tools: visual distortions?

I just noticed that the gMap view tools are displaying…rather unusually. Their regions still seem to be properly defined—I can interact with them just fine, it's just their appearance that looks messed up. I haven't applied any CSS to any of the map…
Jakob Jingleheimer
  • 30,952
  • 27
  • 76
  • 126
18
votes
5 answers

UIAppearance not taking effect on UILabels created programmatically

We have extended UILabel to be able to apply standard fonts and colors for all uses of a given label type in our apps. Eg. @interface UILabelHeadingBold : UILabel @end In our AppDelegate, we apply fonts and colors like this [[UILabelHeadingBold…
ckibsen
  • 943
  • 1
  • 7
  • 9
16
votes
2 answers

UIBarButtonItem appearance setTitleTextAttributes does not affects UIControlStateDisabled state

Our designer asked me to use specific color for text of disabled UIBarButtonItems. That code I've used to implement this: NSDictionary* textAttributes = [NSDictionary dictionaryWithObject: [UIColor blueColor] …
lazarev
  • 839
  • 10
  • 25
15
votes
2 answers

R boxplot: How to customize the appearance of the box-and-whisker plots (e.g., remove lines or borders, change symbol of outliers)

Today, I was wondering how to customize the appearance of the box-and-whisker plots. E.g., I wanted to remove the line around the box. However, the problem is, that the border argument changes the color of all lines of the box-and-whisker plots…
ToJo
  • 1,339
  • 1
  • 15
  • 26
1
2 3
22 23