kurioes / pmix

Automatically exported from code.google.com/p/pmix
0 stars 0 forks source link

Backgrounding application doesn't work #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to background application with back button on main screen
2. nothing happens

What is the expected output? What do you see instead?
I expect to be able to background application with a press of the
back-button on the main screen.

What version of the product are you using? On what operating system?
latest version from subversion repository

Please provide any additional information below.

Original issue reported on code.google.com by morten.b...@gmail.com on 10 Jul 2009 at 1:23

GoogleCodeExporter commented 9 years ago
I changed in onKeyDown the default action in the switch 
from
return false;
to
return super.onKeyDown(keyCode, event);

This fixes this issue.
Btw, I hope you want me to post these fixes. I'm planning on using this 
wonderful
application, so I want to fix its little glitches, to make it better :)

Original comment by morten.b...@gmail.com on 10 Jul 2009 at 1:34

GoogleCodeExporter commented 9 years ago
Oh yeah, here is a patch wich the subclipse plugin created for me(learn 
something new
everyday, eh)

Original comment by morten.b...@gmail.com on 10 Jul 2009 at 1:35

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by stefan.a...@gmail.com on 10 Jul 2009 at 7:48