GLBasic forum

Main forum => Bug Reports => Topic started by: ampos on 2011-Jun-10

Title: Closing program window
Post by: ampos on 2011-Jun-10
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)
Title: Re: Closing program window
Post by: Millerszone on 2011-Jun-10
Same here.
Title: Re: Closing program window
Post by: MrTAToad on 2011-Jun-10
Indeed :)
Title: Re: Closing program window
Post by: Kitty Hello on 2011-Jun-10
Comes from "fixing" the F10/Alt lock :/
Title: Re: Closing program window
Post by: MrTAToad on 2011-Jun-10
Fair enough - would prevent people from shutting down at the non-designated place...
Title: Re: Closing program window
Post by: ampos on 2011-Jun-10
Quote from: Kitty Hello on 2011-Jun-10
Comes from "fixing" the F10/Alt lock :/

:noggin:
Title: Re: Closing program window
Post by: MrTAToad on 2011-Jun-10
I think both send WM_CLOSE...

However, would it be possible to detect the combination in WM_KEYDOWN ?
Title: Re: Closing program window
Post by: Gary 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
Title: Re: Closing program window
Post by: ampos on 2011-Jun-10
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? :)
Title: Re: Closing program window
Post by: MrTAToad on 2011-Jun-10
heh :)
Title: Re: Closing program window
Post by: Gary on 2011-Jun-11
how the heck did that end up here lol. Could a mod move it to the touchscreen problem thread?  :zzz: :whistle: