Columns widths specified programmatically seem to be wider.

2009-06-29 Thread Nor
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. The follo

Re: undoMenuTitleForUndoActionName

2009-04-25 Thread Nor
Keary, Thank you very much. As you said, I didn't want my app to show the expression on those menu items: Undo and Redo by using -setActionName:. I could make it with your kind message. Let me thank you again. Norio 2009/4/26 Keary Suska > On Apr 25, 2009, at 10:49 AM, norio ota wrote: > > I

Re: Network volume

2008-12-24 Thread Nor
Thank you VERY mucy, indeed, guys.I think I can get through my problem, thanks to you all. Happy Holiday! Norio ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moder

Re: Network volume

2008-12-23 Thread Nor
My view displays file system including some network volumes hierarchically as one of Finder's style does.When the network is unexpectedly cut, I'd like to remove the network volumes from the view before didUnmount notification. I could get the faster way by using System Configuration when the line

Rather than NSWorkspaceDidUnmountNotification?

2008-12-13 Thread Nor
connect on the dialog. It takes several seconds after connection is cut. Any suggestions would be very appreciated. Thank you in advance. Nor ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments t

Document package

2008-12-06 Thread Nor
Hi, I'm trying to make document package using NSFileWrapper. I could contain a regular file in the directory (document package), but the directory can't change its appearance, this is, it still looks a folder, not the icon I have specified in my info.plist. I have also set LSTypeIsPackage of the do

Modal dialog from a document-modal sheet

2008-09-02 Thread Nor
cursor. I know my flow must be wrong to open the panel while the document-modal sheet is open. Is there any ways to get through this problem without re-considering the flow? Any suggestions and advices would be mush appreciated. Thank you, Nor ___ Cocoa