Columns widths specified programmatically seem to be wider.

2009-06-29 Thread norio ota
Although total of the widths should be the same as the width in- between the left edge of the scrollview and the right edge minus the width of the vertical scroller, so although it should see all columns fully, the most right column can't see it whole content unless mouse-wheeling right. Th

is NSTableColumn valueForUndefinedKey:@"value"?

2009-07-01 Thread norio ota
Hi, I'm stuck with the following code. [column bind:NSValueBinding toObject:[self treeController] withKeyPath:@"arrangedObjects.myColorPath" options:nil]; NSTableColumn* column is specified. treeController is a NSTreeController and defined in a nib. When debugging on the code above, the nex

How to write ipeg image created with CGImageRef?

2009-07-10 Thread norio ota
Hi, I'm trying to save an NSBitmapImageRep initialized with - initWithCGImage: onto a disk. But the image of the saved file is bad. This means only black and white horizontal lines are drawn meaninglessly. The _rep in the below code is the NSBitmapImageRep instance allocated and initiali

How to prevent NSTableView from reordering rows when clicking at a header cell?

2009-07-12 Thread norio ota
Hi, I don't want user to re-oder its rows. Would you tell me how to prevent NSTableView from re-ordering its rows when being clicked in its header column? Norio ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requ

UIWebView: prevent from displaying menu, Copy.

2009-07-29 Thread norio ota
Hi, I'd like to prevent UIWebView from selecting an area and showing the "Copy" menu item. I tried subclassing it and implementing touchesEnded:withEvent:. But since I don't know if double-tap is the exact way to show the menu, I'm not sure if I omit the event using the topped count. Furthe

previous value of NSControl

2008-03-14 Thread norio ota
year of its previous date in the action method, without having a placeholder for the previous value. Thanks, Norio Ota ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Co

outlineview

2008-03-19 Thread norio ota
suggestions would be very appreciated. Thank you. Best regards, Norio Ota ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.ap

undoMenuTitleForUndoActionName

2009-04-25 Thread norio ota
Hi, I need to localize the undo menu title. I made the subclass of NSUndoManager and overrode two methods: undoMenuTitleForUndoActionName and redoMenuTitleForUndoActionName. Bun they don't get called. Would you tell me who calls the functions and , if possible, how I should do to localize the t