Talk:Selection Policy: Difference between revisions
From ParaQ Wiki
Jump to navigationJump to search
No edit summary |
(Hint Box) |
||
Line 2: | Line 2: | ||
--[[User:Hollywood|Hollywood]] 17:29, 20 Jul 2006 (EDT) | --[[User:Hollywood|Hollywood]] 17:29, 20 Jul 2006 (EDT) | ||
== Hint Box == | |||
Communicating spiffy features like hot keys to users is difficult. How is a user to know that (s)he can quickly select by hitting the 's' key? | |||
One fairly easy solution implemented by lots of applications is to use a hint box like the one below. It's not uncommon to have a "tip of the day" dialog at program startup, and that should be simple to implement. | |||
[[Image:HintBox.png]] |
Revision as of 07:19, 21 July 2006
This approach seems right for a first pass. If it's wrong, we'll all feel it when we use it, and the customers will scream until it's right.
--Hollywood 17:29, 20 Jul 2006 (EDT)
Hint Box
Communicating spiffy features like hot keys to users is difficult. How is a user to know that (s)he can quickly select by hitting the 's' key?
One fairly easy solution implemented by lots of applications is to use a hint box like the one below. It's not uncommon to have a "tip of the day" dialog at program startup, and that should be simple to implement.