UIWebView: prevent from displaying menu, Copy.

2009-07-29 Thread norio ota
. Furthermore, even if I placed a breakpoint at the beginning of the method, Debugger doesn't stop there. For your info, the subclass has becomeFirstResponder method, and it is to return YES. Any suggestions would be very appreciated. Best regards, Norio

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

How to write ipeg image created with CGImageRef?

2009-07-10 Thread norio ota
is logged like the following: 0x15ce70 Size={400, 264} ColorSpace=NSCalibratedRGBColorSpace BPS=8 BPP=32 Pixels=400x264 Alpha=YES Planar=NO Format=2 Would you tell me what I'm missing? Thank you for reading this message. Norio ___ Cocoa-dev

is NSTableColumn valueForUndefinedKey:@value?

2009-07-01 Thread norio ota
error comes: [NSTableColumn 0x15773f20 valueForUndefinedKey:]: this class is not key value coding-compliant for the key value. Would you tell me what I'm missing? Need some charms? Thank you, Norio ___ Cocoa-dev mailing list (Cocoa-dev

Columns widths specified programmatically seem to be wider.

2009-06-29 Thread norio ota
:813] Each Column's width: 93.00 The log seems to be correct, but actual tableview is actually wider. What do you think I'm missing? Any suggestions, advices, and workarounds would be very appreciated. I really need our help. Thank you, Norio

undoMenuTitleForUndoActionName

2009-04-25 Thread norio ota
the titles instead of general ones? It would be very appreciated. Thank you, Norio ___ 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

mouseUp event for NSSlider

2009-03-05 Thread Norio
Hi, Would you give me any suggestions to get the mouseUp event for NSSlider? I've tried to make subclass of NSSlider and override mouseUp: and then put a breakpoint, but the debugger didn't stop at the breakpoint. Best regards, Norio ___ Cocoa

view beyond the top of screen

2009-02-10 Thread Norio
would be very appreciated. Thank you, Norio ___ 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.apple.com Help/Unsubscribe

Network volume

2008-12-23 Thread norio
Hi, It might be easy thing but I don't know how to know whether or not the volume is a network's one? Would you tell me how? Thank you, Norio ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

How to get notifications when unexpected network disconnection is occurred?

2008-12-15 Thread norio
noticed that a network connection was cut as very soon as it occurred. I don't want to use timer to look at the network port all the time while the app runs, if possible. would you tell me how? Any suggestion would be very very appreciated. Thank you, Norio

Custom button cells for NSMatrix

2008-10-20 Thread norio
Hi, I'm trying to make a custom cell object for NSMatrix which behaves like radio button, this is, when you press the second cell, the second cell is highlighting still. Would you tell me which method I need to override? Thank you. Norio

Re: Modal dialog from a document-modal sheet

2008-09-02 Thread norio
Thank you very much for your hot experience. I'm not sure where to place breakpoints yet, but will carefully look at the retain/release places. Let me thank you again. Nor On 2008/09/03, at 1:18, Scott Ribe wrote: Any suggestions and advices would be mush appreciated. Pause in the

how to measure an attributedString or string with attributes

2008-07-16 Thread norio
I think QuickTime API had an api for measuring the width and the height of an attributed string. If width was passed as an argument, the height was returned. And if height, returned its width. Is there any ways to get such information? Thanks, Norio Ota

Make a cell editable programmatically

2008-06-09 Thread Norio
Hi, I'd like to make a cell of an NSTableView to be in an editing state programmatically, without click or double-click on the cell. The NSTableView is bound to an NSArrayController. I could bind them in IB and when you press Add button (its target is the NSArrayController and its action is

make print scale disable

2008-06-04 Thread norio
Hi, I'd like to make Print Scale to be disable for a purpose. Is there any ways to do that? Thanks in advance. Norio ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Weird visibleRect

2008-05-23 Thread Norio
Hi, What cases make visibleRect.origin to be NSZeroPoint? Since my matrix view didn't draw its cells, I put a log code before and after its super view's drawRect to show the visible rectangle like following: @interface MyMatrix : NSMatrix @implement MyMatrix -(void)drawRect:(NSRect)rect {

a Weird visibleRect

2008-05-23 Thread Norio
Hi, Sorry for the previous incomplete message. By the way, what I want to know is: What cases make visibleRect.origin to be NSZeroPoint? Since my matrix view didn't draw its cells, I put a log code before and after its super view's drawRect to show the visible rectangle like following:

Re: a Weird visibleRect

2008-05-23 Thread norio
is located opens. When user presses a button, the scroll view scrolls at the end of the view , then the scroll view becomes visible and it's supposed to show its cells. However, the trouble happened as I mentioned in the last message. Thanks, norio On 2008/05/23, at 22:13, Norio wrote: Hi

Re: a Weird visibleRect

2008-05-23 Thread Norio
FYI, When the scroll view doesn't need to scroll at all, the documentView is shown, this is, its cells are visible. 2008/5/23 norio [EMAIL PROTECTED]: Let me correct some of the previous. The bound rectangle of the view contains the visibleRect. And argument was also the same

how to change the rect of an edit text in each cell on an NSTableView?

2008-05-13 Thread Norio
would be VERY appreciated. Alternative also would be grateful. Thank you, Norio ___ 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

Re: Sort

2008-05-10 Thread norio
. However, unfortunately, that didn't make it for the sort. Norio ___ 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.apple.com Help

Sort

2008-05-09 Thread Norio
in advance. Norio ___ 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.apple.com Help/Unsubscribe/Update your Subscription: http

how to know a window finishes resizing

2008-05-07 Thread Norio
or presses zoom icon. I tried looking for notifications or delegate methods for this purpose. But I couldn't find out. If I need to implement it using Carbon Event, would you tell me how to cooperate it with Cocoa run loop? Any suggestions or ideas would be very appreciated. Thanks in advance. Norio

how to get what tells fileURL has been changed by others

2008-04-18 Thread norio
and move the file to the other directory in Finder while editing the file. Thank you, Norio ___ 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

How to get a notification which tells a folder name got changed

2008-04-09 Thread norio
Hi, My app wants to know whether the name or the location of a folder got changed. Is there any notifications to tell those changes? Thanks in advance. Norio ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

want to keep a main window still, not close

2008-04-08 Thread norio
. But I couldn't get which notification actually makes the windows close. Would you tell me how to remain the main window? Of course, it must close if user clicks the close box of the window. Any suggestions would be appreciated. Norio ___ Cocoa-dev

outlineview

2008-03-19 Thread norio ota
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.apple.com Help/Unsubscribe

how to write on disk

2008-03-04 Thread norio
application to write the data onto a disk. Any suggestions would be welcomed. Thank you, 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