Why I can not quit/close the current running program clicking in the CLOSE ("X") button on the window? In previous versions I could... (10.013)
Same here.
Indeed :)
Comes from "fixing" the F10/Alt lock :/
Fair enough - would prevent people from shutting down at the non-designated place...
Quote from: Kitty Hello on 2011-Jun-10
Comes from "fixing" the F10/Alt lock :/
:noggin:
I think both send WM_CLOSE...
However, would it be possible to detect the combination in WM_KEYDOWN ?
just looked at my iPhone and noticed that every Apple built in app has a border where touch input is not expected. Look at springboard and there is at least 15 pixel border and on the keyboard there is a 5 pixel border.
Also on PC touch screens they seem to have a similar border
I think anyone writing on those devices should make sure that a touch area does not include the edges of the screen.
Good spot though, could save a load of time debugging knowing that
Quote from: Gary_Leeds on 2011-Jun-10
just looked at my iPhone and noticed that every Apple built in app has a border where touch input is not expected. Look at springboard and there is at least 15 pixel border and on the keyboard there is a 5 pixel border.
Also on PC touch screens they seem to have a similar border
I think anyone writing on those devices should make sure that a touch area does not include the edges of the screen.
Good spot though, could save a load of time debugging knowing that
Shouldnt this be on another thread? :)
heh :)
how the heck did that end up here lol. Could a mod move it to the touchscreen problem thread? :zzz: :whistle: