Replace Menu.app by my own app
| Mon, 2005-08-22 16:23 | |
|
|
Hi, My app must replace the real Menu (which starts when the Menu Key is pressed). I do a little exe :  - capture the Menu Key  - start my app if it's not on foreground else start Phone.app But, the problem is the real menu starts before my app and is on foreground during 1 or 2 seconds. I want to do better... For example, with the application SmartLauncher, the real menu completely disappears. Can I prevent the real menu to be launch ? Thanks, Ben "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone.", Bjarne Stroustrup. |






Forum posts: 31
CaptureKey And CaptureKeyUpAndDown :
iCaptureKeyUpAndDownsId = iWindowGroup.CaptureKeyUpAndDowns(180,0,0,EPrioritySupervisor);
Events :
KeyDown(Menu) + Key(Menu) + KeyUp(Menu) => Start Menu (my own menu)
KeyDown(Menu) + Key(Menu) + Key(Menu Repeat) => Start EikonServer (LongKey on key Menu)
But i don't know how launch the EikonServer ? Actually, I create an app to replace it.
Ben.
"I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone.", Bjarne Stroustrup.
Forum posts: 14