The nstextfieldcell tag has no wiki summary.
0
votes
0answers
5 views
cocoa: custom text in NSCell for NSTableView
I have problems for customizing the text in the NSCell for the NSTableView. Below is the main window:
The window has a table view which shows an icon, a title,a progress indicator and a message.As ...
0
votes
1answer
33 views
Custom NSTextFieldCell for NSOutlineView
I am wondering how to draw a NSTextFieldCell like the one in NetNewsWire.
I have already subclassed a NSTextFieldCell for the group cell and specified it in my PXSourceList's dataCellForItem.
The ...
1
vote
0answers
41 views
How to create NSbutton insode NStextfield
In my application i need to show one label which showing the content and in the end of the label i need to show one button with close icon that will perform some action. can any one suggest way how to ...
0
votes
1answer
51 views
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 ...
3
votes
1answer
242 views
NSTextField Inner Shadow
I am trying to get a inner shadow on a label in my Mac app.
I am trying to match the Photoshop design my designer sent over.
The look I am trying to match is:
The way this is being done in ...
0
votes
1answer
58 views
NSTextField: how do I add a search icon as in other apps?
How can I add a search icon on the left in a NSTextField? You can see the same in many other applications.
0
votes
1answer
93 views
Getting an Image in NSTextFieldCell over a colored background
I have an arrow png that shows when the field is clicked. There is a check box elsewhere that when clicked, turns each cell in a row (including the one that could have the arrow in it) gray.
I need ...
1
vote
0answers
165 views
Changing background color in an NSCell cell not using NSTextFieldCell
At the Moment in my table i have four columns. Three are NSTextFieldCells and one is a custom cell using NSCell. I need to change the color of a row. I've changed color of the NSTextFieldCells but now ...
1
vote
1answer
310 views
Create a complex custom nstextfieldcell
I'm trying to create a custom NSTextFieldCell for a NSTableView. I want to do something like the email listing provided by Mail (example below).
I found some references here and here, but I'm not ...
1
vote
0answers
162 views
NSTextField bottom-aligned
I need to bottom align the text in my NSTextField so that the bottom pixel rows of my text always stays in the same spot when dynamically changing the font size (I use this to do that).
Right now I ...
3
votes
2answers
381 views
How to make NSTextField use custom subclass of NSTextFieldCell?
I've been looking for a solution to make my NSTextField bottom-aligned and I've found this and adjusted it for my needs. So now I have this custom NSTextFieldCell but how do I tell my NSTextFields to ...
0
votes
2answers
736 views
Truncate the last line of multi-line NSTextField
I'm trying to create a text field similar to Finder's file labels. I would like the last (second) line to be truncated in the middle.
I started with a multi-line NSTextField.
However, calling ...
0
votes
1answer
240 views
Text attribute changed for NSTextFieldCell on selection
I have a tableview on which selecting a column of a row will call overridden method
- (void)selectWithFrame:(NSRect)inCellFrame inView:(NSView *)inControlView editor:(NSText *)textObj ...
3
votes
1answer
223 views
Is it necessary to implement all initializers for NSTextFieldCell subclass?
As per the docs, I have created a custom subclass of NSTextFieldCell with the sole purpose of overriding the method setUpFieldEditorAttributes:.
The docs don't mention any initializers for ...
2
votes
1answer
101 views
Can't change color of column that i subclass it
I subclass my table's column to NStextFieldCell. When I want to change column's color with below given code, color doesn't change. Why?
- (void)tableView:(NSTableView *)tableView ...
0
votes
1answer
418 views
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 ...
0
votes
1answer
193 views
Why doesn't an editable Cocoa text field cell draw a shadow?
So, it works fine if I disable editing for the textfield/textfieldcell... through code or interface builder.
(notice the slight shadow)
But once I make it editable ([cell setEditable:YES]) the ...
0
votes
1answer
123 views
Intercepting undo while editing a cell-based table view
I'd like to intercept or disable Cmd-Z/Shift-Cmd-Z during a text editing session for a table view cell.
It's a cell-based table view with a series of columns whose values affect each other, such that ...
0
votes
1answer
183 views
Start NSTextFieldCell editing by button click
I need to start NSTextFieldCell editing after button clicked (the same behaviour if user double click on the cell)
I found a function performClick which simulates user clicking by cursor. My idea is ...
0
votes
1answer
167 views
How to see the whole string in NSTextFieldCell?
When I put a long string inside my NSTableView the text isn't displayed wholly:
I need to allow user to see the whole string (maybe with scroll or tooltip, it doesn't matter). Any suggestions?
...
0
votes
1answer
227 views
Hyperlinks in an view-based TableView (NSTableCellView)
I have an view-based TableView with an image and a NSTextField. I've got some links inside my NSTextField and I have tried many options (http://developer.apple.com/library/mac/#qa/qa2006/qa1487.html, ...
0
votes
1answer
125 views
Vertically expanding fieldEditor for an NSTextFieldCell
NSWindows have a "field editor" associated with them, which is an NSText that appears in the same place as a NSTextField or NSTextFieldCell when the user focuses on the aforementioned control.
Field ...
0
votes
1answer
348 views
Cocoa NSTextField line spacing
I'm struggling with a very simple problem, I've several NSTextField ( I can't use NSTextView right now) and I need to change the line spacing of the displayed text.
What can I do to reduce row height ...
1
vote
1answer
444 views
NSTableView + NSTextFieldCell dynamic row size
I want to display a string inside a tableview that can be ( max ) 4000 characters long. I have tried using NSAttributedString to find out the row height for the NSTextFieldCell, but I always fall a ...
4
votes
1answer
340 views
Adjust height of NSTextFieldCell dynamically based on text
Is there any way I can adjust the height of NSTextFieldCell in an NSTableView based on the amount of text in it?
In short, I want tableView:heightOfRow: to return a value according to the text in the ...
3
votes
0answers
184 views
Top padding in NSTableView Cell
I want to add some space from top in NSTextFieldCell, I have searched , i found there is way with subclassing. But by this way my touch event for table doesn't work. if i use TextFieldCell's touch ...
1
vote
0answers
228 views
NSTextFieldCell tooltip display problem
I am displaying a NSAttributedString in a NSTextFieldCell. When the text is long then the last line is truncated and shows an ellipsis. This is fine, but what I want to do is show the complete text in ...
1
vote
1answer
949 views
How to create a NSTextFieldCell, that in edit mode displays a custom view instead of NSTextField?
I have a tableView, with 3 columns containing NSTextFieldCell. Everything is populated with bindings.
The text of the cells of one of the column is computed and is not editable directly.
For this ...
5
votes
2answers
1k views
NSTextFieldCell with Multiple Lines
I need to show an NSTextFieldCell with multiple lines with different format on each line.
Something like this:
Line 1: Title
Line 2: Description
I subclassed NSTextFieldCell but I don't know how ...
7
votes
1answer
447 views
How to customize the selected text colors of an NSTextField / NSTextView in an inactive state
I'm using an NSTextField and customizing the fieldEditor using the setupFieldEditorAttributes: method. This allows me to set custom foreground and background colors for the selected text, which is ...
1
vote
1answer
1k views
Adding an editable NSTextFieldCell to my NSTableView
I have an NSTableView which displays some information representing a custom object of mine. I am not using bindings.
Typically, I create my own NSCells to display data, but for once I'm after an ...
0
votes
2answers
2k views
How to setup a NSTableView with a custom cell using a subview
I am trying to setup a NSTableView with a custom cell using an ArrayController and Bindings. To accomplish this I added a subview to the custom cell. The data connection seems to work somewhat. ...
2
votes
1answer
528 views
How to end editing in NSTextFieldCell inside NSOutlineView after ESC key is pressed
I'm trying to get a custom NSTextFieldCell (inside a NSOutlineView) to end editing when the ESC key is pressed but cannot find any way to accomplish this. I tried to add an observer for the ...
1
vote
1answer
255 views
setScrollable not working for NSTextFieldCell
I want my each table cell to be scrollable since its editable.I am using
self.nsChildTextFieldObj = [[NSTextFieldCell alloc] init];
[self.nsChildTextFieldObj ...
15
votes
3answers
2k views
NSTextField with shadow?
I'd like the NSTextFields I set up in Interface Builder to have shadows. I've implemented a way to do this which seems to work, but I'm not sure if it's the right way.
What I did is subclass ...
0
votes
1answer
1k views
How to access an NSNumberFormatter in a text field cell?
In XCode 3.2.x's Interface Builder this was simple enough, selecting the text cell displayed a small icon for the formatter that could be selected to configure the formatter in the attributes pane.
...
0
votes
2answers
2k views
Changing NSTextFieldCell background color on selection
I'm trying to change the background color of a NSTextFieldCell when the cell is selected.
This is the code:
- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView {
[super ...
2
votes
1answer
2k views
What is the easiest way to custom NSTableView cell?
I'm an iOS developer. I recently started my Mac project, but I found that unlike UITableViewCell, which is a subclass of UIView, the cell of NSTableView is NSCell, and I even can't create it in IB. I ...
1
vote
1answer
895 views
Cocoa : Multiline NSTextFieldCell in a NSOutlineView
I am developing a Cocoa application.
I have a NSOutlineView displaying custom cells ( cells inherits from NSTextFieldCell). The problem I am facing to is that the cell text is only displayed on one ...
2
votes
1answer
626 views
How to call NSCell's fieldEditorForView: to assign custom field editor
I have an NSTextView, which I want to use as the field editor of an NSTextField.
Since there will be other NSTextFields in the view that do not use a custom field editor, it seems I should use ...
0
votes
1answer
338 views
Text disappears in subclass of NSTextFieldCell
I've spent many hours trying to figure this one out with no luck. Someone had a similar problem on the Apple mailing lists a while ago and no one answered. Basically, it comes down to this: I've ...
1
vote
1answer
588 views
NSOutlineView with badge of unread messages like Mail.app
I'm trying to create a user interface similar to the iTunes source list or the Mail.app mailbox list where a badge with a number (e.g. unread emails, new podcasts) is shown at the right hand side of ...
1
vote
1answer
692 views
I need to do some advanced text styling of NSTextFieldCell
First i need some background color on the text only. Like the headers in the F-Script Browser
Setting [cell setBackgroundColor: [NSColor blueColor]]; colors the whole cell space not only the text. ...
1
vote
2answers
824 views
Rounded NSTextFieldCell like iCal
I'm trying to draw an NSTextFieldCell subclass that looks like the rounded event item normal table in iCal.
Based on this question, I've got the following code in my subclass:
- ...
0
votes
1answer
659 views
Multiple Lines in NSTextFieldCell
How can I have multiple lines in my NSTextFieldCell in my NSTableView? By this I mean have multiple lines of data:
Ex
Stack Overflow www.stackoverflow.com
turns into this:
Stack Overflow
...
2
votes
3answers
1k views
Cocoa: how to implement a custom NSView with an editable text area?
What's the minimum implementation needed to make a custom NSView with an editable text area? I assume NSTextFieldCell can be used for this. I've succeeded in drawing the cell in the view (which is ...
2
votes
1answer
592 views
NSTextFieldCell or just NSCell with vertical text (and colored tinting)
I'm struggling with trying to find an elegant way of displaying the column headers for a table view in a vertical fashion (rotated 90 deg counter clockwise from traditional). I'm not married to doing ...
1
vote
1answer
406 views
How do I turn off bullets in NSSecureTextField?
I have a password dialog that uses NSSecureTextField and I want to include a "Show password" checkbox so I can show the password being typed in clear text.
Copying works for the case of going from ...
0
votes
1answer
703 views
using a custom nstextfieldcell in an nstextfield
I have a custom nstextfieldcell.
I thought I could drag a textfield to a xib and click on it's cell, then change the cell's class to my custom class.That doesn't work.
Also, I thought I could drag ...
4
votes
4answers
1k views
How do I set the font size in a text cell so that the string fills the cell's rect?
I have a view that contains two NSTextFieldCells. The size at which these cells are drawn is derived from the size of the view, and I want the text in each cell to be the largest that will fit in the ...
