I had initially done it as
FrmCustomAlert (NetworkAlert, s, " ", " ");
but changed it to NULLs to see if that would help. Same problem either way.
I can't change it to simply ^1 because other places in the code need all 3
fields
Richard Burmeister <[EMAIL PROTECTED]> wrote in message
news:34751@palm-dev-forum...
>
> 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/