> From: Nicolás Zeitlin
>
> I declare the function
> Boolean FormCheckResponseFunc(Int16 button, Char *attempt);
>
> Upon some event, I call the following function, where strInput is a
> char[20]:
>
> FrmCustomResponseAlert(CustomAlert, "Type your password:", "",
> "", strInput, StrLen(strInput), FormCheckResponseFunc);
>
> The emulator shuts down, fatal error, and the only choice I've got is to
> close POSE. Where's the mistake?
>
Don't pass in an empty string ("") for the unused ^2 and ^3. Instead, pass
in at least 1 blank (" ") for each.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/