
Posted:
Aug 30, 2007 @ 3:48pm
by edge
Hi Sakamotos,
To capture keys you can use the CaptureKey() function which is part of RWindowGroup. However, we recommend against capturing this button as the user expects this to minimize the application.
Can you tell me the reason why you like to minimize yourself? Is there a problem using the OnMinimize callback of the EDGELIB framework?

Posted:
Aug 30, 2007 @ 4:26pm
by sakamotos
Hi Edge,
yes, back key should be the role of minimizing the program.
I want to do is minimize program in cover page/menu only, and back one level from other pages such as settings while pressing back.