ALERT ID IDA_QUESTION CONFIRMATION
BEGIN
 TITLE "title"
 MESSAGE "^1 ^2 ^3"
 BUTTONS "OK" "Cancel"
END

generates the following rez code:-
resource 'Talt' (802) {
 confirmationAlert,
 0,
 2,
 -1,
 "title",
 "^1 ^2 ^3",
 {
  "OK",
  "Cancel",
 }
};

and then PalmRez says:-
invalid default button in tlaT ID=802

I had tried setting DEFAULTBUTTON and changing ^1 ^2 ^3 to static text but 
it made no difference...

IM :-)

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

Reply via email to