Skip navigation.
 
mlRe: getting the selected object from an NSTableView causes problems
FROM : Nick Zitzmann
DATE : Sat Jun 21 21:24:17 2008

On Jun 21, 2008, at 9:13 AM, Daniel Richman wrote:

> Thanks! I don't know why they introduced NSInteger. It sounds like 
> it would be a subclass of NSNumber.



They did that so that NSData, etc. can hold a 63-bit amount of data in 
64-bit applications while not shattering backward compatibility in 32-
bit applications. Likewise, CGFloat was added so that 64-bit 
applications can use double-precision floating point for drawing while 
not shattering backward compatibility.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlgetting the selected object from an NSTableView causes problems Daniel Richman Jun 21, 04:51
mlRe: getting the selected object from an NSTableView causes problems Graham Cox Jun 21, 05:11
mlRe: getting the selected object from an NSTableView causes problems Daniel Richman Jun 21, 17:13
mlRe: getting the selected object from an NSTableView causes problems Charles Srstka Jun 21, 17:19
mlRe: getting the selected object from an NSTableView causes problems Daniel Richman Jun 21, 17:23
mlRe: getting the selected object from an NSTableView causes problems Nick Zitzmann Jun 21, 21:24
mlRe: getting the selected object from an NSTableView causes problems Daniel Richman Jun 21, 21:31