| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Our product currently handles its own focus. This works great until users
turn on full keyboard access. Then the focus will toggle between all OS
controls but it misses all of our custom controls. After digging through
the documentation it seems clear that we need to be using calls like
"SetKeyboardFocus" etc, to be setting and clearing our focus.
Unfortunately we are getting errors like the following
errCouldntSetFocus = -30585,
I presume this is because the OS doesn't know that our control can get the
focus. Perhaps if it new this it would just work.
How do I tell the OS that my control can get the focus.
Do I use CreateCustomControl? What do I need to pass to that function so
that it knows that I can handle the focus.
Is there another way?
| References: | |
| >Playing nicely with OS and focus (From: Cortis <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.