Questions tagged [nstextfieldcell]
94 questions
0
votes
2 answers
NSTextField on top of custom drawing - black outline and cursor not blinking?
I'm completely stumped with this problem. I made a custom search control that uses a few different classes. For some reason, when an NSTextField is anywhere over these different pieces, it displays a solid black border around it, and the cursor…

gngrwzrd
- 5,902
- 4
- 43
- 56
0
votes
1 answer
NSTablview NSTextFieldCell SetSelectable -
I was trying to make one of the nstextfieldcell unselected for a particular condition. I have attached the sample code:
-(void)tableView:(NSTableView *)tableView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn…

DesperateLearner
- 1,115
- 3
- 19
- 45
0
votes
1 answer
How to achieve the recessed text style as in Apple's Messages for Mac?
I'd like to replicate the recessed text style of Messages/iMessage, or, the text "white-shadow" style on a light gray background.
As you can see, the texts are with "white-shadow" even on the light gray background. The bold texts do have subpixel…

Thruth
- 13
- 4
-1
votes
1 answer
Obtaining the string value from separate window to be used on another. Objective C
I have a window with a large NSTextFeildCell, where text can be modified. Upon clicking a button another window appears where the text from the original window can be used some how. The issue I am having is when I attempt to retrieve that text the…

Daniel Watson
- 17
- 2