The nsresponder tag has no wiki summary.
0
votes
0answers
24 views
NSResponder not receiving keyUp event when Cmd ⌘ key held down
I'm using a custom subclass of NSView and receiving keyboard events through the keyDown/keyUp methods, everything works fine except when the "Cmd ⌘" key is pressed, keyDown events are fired as normal ...
2
votes
1answer
50 views
KeyEvents in Cocoa and XCode
I'm learning Objective-C by building a basic calculator app for OSX. Everything works beautifully, except I need to allow pressing of certain keys on the keyboard to do the same thing as if you ...
1
vote
0answers
44 views
-swipeWithEvent: not called until a two-finger scroll occurs
I have a NSView subclass inside an NSScrollView that implements -swipeWithEvent. I've noticed that swipeWithEvent: is never called until the user first performs a two-finger scroll on the trackpad. ...
1
vote
0answers
71 views
secondary click nsresponder, right click doesn't work
I'm trying to get a NSOutlineView to accept secondary clicks, but can't seem to figure it out. I've tried changing secondary clicks from two fingers, to right corner and left corner on the trackpad, ...
0
votes
0answers
41 views
nextKeyView is not working
I have developed an application,which has one tableview and 4 textfields.
When I run the app,the control is not going orderwise by giving TAB. For that I set initialResponder as tableView,then ...
0
votes
0answers
37 views
Next key view is not working properly
In my app,I had given first responder as tableview,then I had connected tableview's nextKeyView as textfield,correspodingly I had given nextKeyView connection to all other components in xib.But when i ...
0
votes
0answers
30 views
How to make NSArrayController#rearrange: call not activating?
I am working on simple note taking application basically for educational reasons.
There is NSArrayController which Controller Content binded to notes variable in the AppDelegate. And it's Sort ...
0
votes
0answers
82 views
KeyUp isn't being called in NSResponder inherited class
I've created a new Cocoa App.
Changed AppDelegate super class to NSResponder in the .h file
@interface AppDelegate : NSResponder
Overrided keyUp:(NSEvent *)theEvent and acceptsFirstResponder in ...
1
vote
0answers
188 views
Allow views in childWindow to become key without losing focus on parentWindow
I added a childWindow of a custom subclass of NSWindow to a parentWindow (also a custom subclass of NSWindow). The childWindow has the NSBorderlessWindowMask and canBecomeKeyWindow: is overridden to ...
0
votes
0answers
180 views
Cocoa mouse event handling in NSScrollView
I have an application with a scrollview which contains a custom content view, which itself contains a set of custom NSViews as items.
So the hierarchy is :
Custom item
ScrollView ...
1
vote
1answer
155 views
Is there a KeyUp: method for flagsChanged:?
I have implemented the - (void)flagsChanged:(NSEvent *)theEvent method in my application. It works fine when I hold down the [alt] key. The method only sends when the key is pressed, but not when I ...
2
votes
1answer
103 views
Unwanted beep when a key is hit
I have a custom view that accepts key input, its inside a NSScrollView. I have set the acceptsFirstResponder to yes and it is accepting the keyDown successfully. But every time I hit a key, I hear a ...
0
votes
2answers
289 views
How do I route menu actions to an NSViewController inside a window?
I have a menu item inside the main app menu and I’d like to route its action to a view controller (NSViewController). The interface hierarchy looks like this: There’s a main app window controller by ...
0
votes
1answer
67 views
How to find an Object (Controller or View) resigned first Responder?
I would like to do some cleanup activity when a particular object resigns the FirstResponder. Is there any way to detect whether object has resigned first responder status.
What methods I need to ...
0
votes
0answers
67 views
outer scrollview won't zoom when completely covered by child scrollview
I have two scrollviews. The outer uiscrollview is completely covered by its child uiscrollview. Whenever I do a pinch action only the child uiscrollview gets the event. How to I pass only that ...
0
votes
1answer
132 views
Controlling NSSegmentedControl with the keyboard
I have a form in my Cocoa app that contains an NSSegmentedControl that I want to be controllable via the keyboard. It seems that NSSegmentedControl is very reluctant to become the first responder, ...
0
votes
1answer
130 views
NSControl subclass shouldn't change firstResponder
I implemented a tabbar view as an NSControl subclass.
When I click it, AppKit will try to update the firstResponder of my NSWindow. Because I don't want the tabbar to become firstResponder ...
1
vote
1answer
289 views
How to make an NSControl (e.g., NSTokenField) ignore mouse events
Specifically, I'd like to make an NSTokenField ignore mouse events because I'm using it in a NSTableCellView just to display data in a tokenized way without allowing any editing.
Setting the token ...
0
votes
1answer
100 views
delegate member in NSMenu
From my understanding the delegating class is the one which always inherits from NSResponder class and delegate is only available to classes that inherits from NSResponder. NSMenu inherits ...
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 ...
2
votes
1answer
495 views
View interpretKeyEvents: but pass unwanted ones up the responder chain?
I'd really like my custom view to work with -moveLeft:, -deleteForward:, -selectAll:, etc., but I'd also like to pass any keys I didn't care about onward up the responder chain. Right now I'm ...
1
vote
1answer
448 views
Objective-C: Detecting “shift” keypress while another key is pressed
This is to implement a keyboard based game controller.
Left/Right arrows makes the character walk.
shift+left/right makes the character run.
Here's the code I'm using so far:
- ...
0
votes
1answer
318 views
Is there such thing as NSResponder delegate?
In my Cocoa application on the application menu there is a menu item "Delete", which sends a delete: message to first responder. Now, I have the keyboard focus on a NSOutlineView, which is the first ...
1
vote
0answers
420 views
Cocoa NSApplication not active but receiving mouse events
I'm having a weird issue where I click away from my window. It resigns main and key. Then I click back to it and the view that was clicked on does not respond to the mouse click. But the second ...
0
votes
3answers
372 views
Forwarding drag & drop event to parent view
I have an application where I have one custom view which is derived from NSView.
Within this view, there are several custom subviews, which are also derived from NSView.
I want to implement a drag ...
9
votes
0answers
369 views
Unlocking Focus on wrong view ((null)) under OS X 10.7.2
I have a Cocoa app that has an NSWindowController controlling an NSWindow with an NSComboBox in it. Nothing special, and it worked fine until upgrading to OS X 10.7.2. Now I get the following ...
3
votes
2answers
625 views
mouseDragged events get stolen by another view
I have several views of class MyView (subclass of NSView) inside another NSView. MyView implements -mouseEntered:, -mouseExited:, -mouseDown:, -mouseDragged:, and -mouseUp:.
Almost always, when a ...
9
votes
4answers
5k views
UIScrollView prevents touchesBegan, touchesMoved, touchesEnded on view controller
I am handling touches for a couple of my UI components in my view controller (custom subclass of UIViewController). It has methods touchesBegan:withEvent:, touchesMoved:withEvent:, and ...
0
votes
3answers
454 views
mouseMoved not called when over the View
I have subclass of NSView which implements mouseMoved.
However when I move my mouse over the view the mouseMoved never gets called. Why?
I am on OS X Lion.
Thanks,
Vance
3
votes
1answer
119 views
NSResponder mouseExited when hovering Window title
I have an NSWindow with an NSToolbar and a content view.
I have set the tracking area to be the whole frame of the view.
I wish to have the mouseExited event fired when the cursor leaves the content ...
0
votes
1answer
201 views
keyDown: is not responding even though the class it is implemented in acceptsFirstResponder
I have made my NSView in my application.
- (BOOL) acceptsFirstResponder
{
return YES;
}
Now my implemented keyDown: doesnt respond... the breakpoint or NSBeep(); I have implemented dont fire.
...
4
votes
1answer
761 views
Inertial Scrolling & -ScrollWheel: on OS X
THE PROBLEM:
I have an NSScrollView. I'm using it to implement a custom "Table View" with rows of data that are actually NSViews. (Note: this is not an instance of NSTableView.)
As I scroll ...
0
votes
1answer
173 views
Perform different actions on button up and down
Ok. I've been digging around trying to find a way to capture button up and down actions. I'm not even sure what the proper terminology in Xcode for this would be. It's pretty easy in MS Visual, but I ...
3
votes
1answer
1k views
How to receive keyboard events for a NSView after exiting fullscreen mode?
I subclass an NSView and start full screen mode when the application finished launching. The view is available as the property fooView in the application delegate.
// AppDelegate.m
- ...
0
votes
3answers
2k views
-makeFirstResponder: usage
I am fairly new to cocoa programming and I would like to ask if anyone can explain me how to
-(BOOL)makeFirstResponder:(NSResponder *)responder; method works. I was planning on using it for NSEvent ...
0
votes
1answer
211 views
Replace the NSResponder of an existing NSView
I have a view in an drawing application, it needs to respond in an other way when an other tool is selected. I thought it would be much nicer to replace the NSResonder of that view in stead of setting ...
3
votes
2answers
1k views
Make NSView in NSPanel first responder without key window status
Is it possible to give an NSView inside an NSPanel first responder status without giving the NSPanel key window status (making the main application window resign key)?
Thanks.
0
votes
1answer
492 views
NSView - Quick Look and NSResponder
I've subclassed NSView (MyCustomView) and have added it to my NSWindow's Content View in InterfaceBuilder using the custom view object in MainMenu.xib.
I have since added code to accept Quick Look ...
0
votes
1answer
240 views
MouseDragged not released when dragging on other views
I have 2 subclasses of NSView that are subviews to a common superview. They dont overlap and they both intercept mousedragged calls. When I drag from one of the subclasses to the other the ...
5
votes
1answer
2k views
How to inspect the responder chain?
I'm doing some crazy multiple documents inside a single window stuff with the document-based architecture and I'm 95% done.
I have this two-tier document architecture, where a parent document opens ...
1
vote
1answer
117 views
What is the difference between moveBackward: and moveLeft: when using NSResponder -interpretKeyEvents:?
I'm implementing a custom text box using -interpretKeyEvents: and am trying to figure out what the difference is between moveBackward: vs moveLeft: and moveForward: vs moveRight:. moveLeft: is bound ...
0
votes
1answer
113 views
What is the usage of NSResponder's indent:?
NSResponder has a method you override called - indent:, but unsure when it would normally be activated.
1
vote
1answer
172 views
looking for a better way to activate and deactive background of text fields in my GUI (Cocoa OSX)
I have a small gui app that consists selectable groups, each groups has a disclosure button to display its sub-group, an image and a text field. When you are editting a text field and select another ...
6
votes
2answers
2k views
Catching double click in Cocoa OSX
NSResponder seems to have no mouse double click event. Is there an easy way to catch a double click?
