FROM : Ondra Cada
DATE : Wed Nov 20 02:33:18 2002
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_removed> http://www.ocs.cz
private <email_removed> http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Wed Nov 20 02:33:18 2002
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_removed> http://www.ocs.cz
private <email_removed> http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Ondra Cada | Nov 20, 02:33 | |
| Ondra Cada | Nov 20, 03:24 | |
| Marco Binder | Nov 20, 12:23 | |
| Ondra Cada | Nov 20, 14:54 | |
| Andreas Mayer | Nov 20, 15:50 | |
| Clark S. Cox III | Nov 20, 20:46 | |
| Marcel Weiher | Nov 20, 22:39 | |
| Sheehan Olver | Nov 20, 22:55 | |
| Ondra Cada | Nov 20, 23:03 |






Cocoa mail archive

