From: "Chris DiPierro" <[EMAIL PROTECTED]>
[snip]
> FrmCustomAlert (NetworkAlert, s, NULL, NULL);
[snip]
> And the dialog is simply: ^1 ^2 ^3
[snip]
> Obviously I can't control the fields involved in an Alert resource, so
what
> am I supposed to do?
Don't pass in NULL to a custom alert for unused parameters. Either pass in
a single blank for each unused field ...
FrmCustomAlert (NetworkAlert, s, " ", " ");
... or change the alert's definition to just ^1
There is a long thread all about this somewhere in the archives if you'd
like to read various programmers' views on this subject.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/