Hi Ben,
Thanks for the information. But I think both T5 and Treo 650 pops up the Attention Manager on center-hold?
Tony
Ben Combee wrote:
At 01:05 PM 1/13/2005, you wrote:
The last weirdness is my condition for handling the center button of the navigator is
if (eventP->data.keyDown.chr == vchrRockerCenter)
is not being entered, because eventP->data.keyDown.chr is being set to 0x13D and vchrRockerCenter is defined as 0x0136. So, I hardwired my condition as
if (eventP->data.keyDown.chr == 0x13D) // navigator center
which did the trick -- any idea why that is?
The Tungsten T5 and Treo 650 first send a vchrHardRockerCenter key -- if this isn't handled, then they will send a vchrRockerCenter when the center button is released. This mechanism was added so the system could support returning to the launcher on center-hold (Tungsten T5) or bringing up the Attention Manager list (Treo 650).
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
