Closing program window

Previous topic - Next topic

ampos

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)

Millerszone

Hardware: iMac 27", MacBook Air, PC 3.5Ghz Quad
Developing Tools: GLBasic SDK, Gideros Studio, PureBasic
Developing for: iOS, Android, Windows, OS X, webOS, HTML5

MrTAToad


Kitty Hello

Comes from "fixing" the F10/Alt lock :/

MrTAToad

Fair enough - would prevent people from shutting down at the non-designated place...

ampos


MrTAToad

I think both send WM_CLOSE...

However, would it be possible to detect the combination in WM_KEYDOWN ?

Gary

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

ampos

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? :)

MrTAToad


Gary

how the heck did that end up here lol. Could a mod move it to the touchscreen problem thread?  :zzz: :whistle: