I'm trying to disable the orientation flip button on the status bar on my
T|3. It seems due to a poor case design, that every time I push the ToDo
button or even on the case somewhat, it triggers the orientation flip
button... somehow the case is touching the screen, below the button, but the
input registers it as a tap there (it highlights and whatnot). It's quite
annoying and I'm trying to disable it.

        if (SysGlueTrapExists(pinSysSetOrientationTriggerState)) {
                SysSetOrientationTriggerState(sysOrientationTriggerDisabled);
        }

With this code, pinSysSetOrientationTriggerState trap isn't on my T|3. I
went to the PIP and downloaded and installed the DIA Compatability PRCs, but
it's still not finding this trap.

Is there another way that I'm not aware of? I know there seems to be a lot
of dynamic input APIs (Sony & whatnot). I did see in the knowledgebase that
there is a sample app/code that deals with about any DIA and handles it
correctly. If the answer is there, excuse my laziness :/

Nathan


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to