Focused UI element
Focused UI element
- Subject: Focused UI element
- From: Ondra Cada <email@hidden>
- Date: Wed, 20 Nov 2002 02:33:18 +0100
Well, searching docs I still can't find how to drive the "keyboard
focus" programmatically... I've found that I can enquire which element
is active using
[NSApp accessibilitySetValue:[[view window] firstResponder]
forAttribute:NSAccessibilityFocusedUIElementAttribute];
but how to *set* the focused element? The
NSAccessibilityFocusedUIElementAttribute is not settable -- I've tried
:(
Thanks for any insight,
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.