A little more than a couple of days I poseted a message to the list. I
received some help (which I really appreciate), but the problem remains
unsolved. Whenever the FrmCustomResponseAlert() is called, the POSE just
crashes (One of those annoying Windows errors where your only choice is to
either close the program or view the details).

I'm trying to use the FrmCustomResposeAlert function with the following
code, where strInput is char[20].

FrmCustomResponseAlert(CustomAlert, "Type in your password", " ", " ",
strInput, StrLen(strInput), MyFunction);

I declared MyFunction as a boolean with the following code:

Boolean MyFunction(Int16 button, Char * attempt);

I believe my problem is MyFunction(). I know I'm supposed to pass in a
FormCheckResponseFuncPtr, instead of a boolean, but I haven't been able to
declare a FormCheckResponseFuncPtr type function. This must be a pretty
stupid mistake, so I Do apologize, but I'm stuck.

Thanks a lot, for all your help,

Nicolas Zeitlin


-- 
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