Problem with the Keyboard Events in a window
Problem with the Keyboard Events in a window
- Subject: Problem with the Keyboard Events in a window
- From: ayyapu <email@hidden>
- Date: Tue, 16 Mar 2004 16:20:15 +0530
Hi,
I have a problem with the Keyboard Events in a window,
When i create a window and place some text fields in that window, i am
not able to edit the text fields. I not even getting any keyboard
event.
What could be the problem? Can anybody help me in this regard.
I have created the window as below
NSWindow *myWindow=[[NSWindow alloc]
initWithContentRect:NSMakeRect(100,100,150,155)
styleMask:(NSTitledWindowMask | NSTexturedBackgroundWindowMask |
NSClosableWindowMask | NSMiniaturizableWindowMask |
NSResizableWindowMask) backing:NSBackingStoreBuffered defer:NO];
Thanking you
-Ayyapu
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.