kokoye2007 / waitzar

Automatically exported from code.google.com/p/waitzar
Other
0 stars 1 forks source link

Virtual Keyboard "close" button inconsistency. #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using the virtual keyboard:
   * Esc will close it and cancel out of help mode
   * The "X" button will close it (but stay in help mode) and keep it closed forever. 

Although it made sense at the time, these should actually be similar behavior, 
logically.

I think we should make "X" cancel out of help mode. People can still use 
"minimize" to (mostly) hide the keyboard. We can also add flags to the config 
file for disabling the keyboard entirely (the logic already exists in the 
source code). 

Original issue reported on code.google.com by seth.h...@gmail.com on 27 Oct 2010 at 6:01

GoogleCodeExporter commented 9 years ago
The "X" button will now cancel out of "Help" mode.

You can use the setting "suppress-virtual-keyboard" to hide the virtual 
keyboard & memory window if you wan to.

Currently, the "X" remains highlighted...

Original comment by seth.h...@gmail.com on 28 Oct 2010 at 8:50

GoogleCodeExporter commented 9 years ago
Fixed the "X" highlighting in our MyWin32Window class. 

If you close the window & move the cursor to the "minimize" area then hit F1, 
the highlights are also correct. So I think MyWin32Window is handling 
everything correctly. 

Original comment by seth.h...@gmail.com on 28 Oct 2010 at 8:54