When I run my app on a Tungsten T with Tealscript global recognition turned
on, my dialog boxes with autoshift don't show the Graffitti state indicator.
Note that autoshift works fine; it is just the indicator that doesn't
display. If I turn off Tealscript global recognition, everything works
correctly.

The app is created with prc-tools and pilrc 3.0 beta 1. A typical resource
definition is:

FORM ID EnterBinDialog AT (2 90 156 68)
MODAL
DEFAULTBTNID EnterBinDialogCancelButton
BEGIN
  TITLE "Edit Bins"
  LABEL "Enter a new bin:" AUTOID AT (6 15) FONT 1
  FIELD ID EnterBinDialogField
        AT (PREVLEFT PREVBOTTOM+3 146 20) FONT 0
        UNDERLINED MAXCHARS maxPopupDBChars-1 AUTOSHIFT
  BUTTON "OK"     ID EnterBinDialogOKButton
        AT (PREVLEFT PREVBOTTOM+1 AUTO AUTO) FONT 0
  BUTTON "Cancel" ID EnterBinDialogCancelButton
        AT (PREVRIGHT+5 PREVTOP AUTO AUTO) FONT 0
  GRAFFITISTATEINDICATOR AT (147 57)
END

Any suggestions on how to make this work with Tealscript would be
appreciated.

Thanks...

Dave



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

Reply via email to