Subject: Re: FrmCustomAlert on T3 ? From: "Peter Easton" <[EMAIL PROTECTED]> Date: Sun, 2 Jan 2005 00:07:20 -0800
The last 3 parameters to FrmCustomAlert are strings, so you should call it like
this:
FrmCustomAlert(FrmErrorAlert,"You", "", "");
There was a problem with this function on some prior versions of OS that needed the strings to be non-empty, so provide a space.:
FrmCustomAlert(FrmErrorAlert,"You", " ", " ");
Roger Stringer Marietta Systems, Inc. (www.rf-tp.com)
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
