Well, I've figured out what the problem was.  My application is a "plug-in"
to another and so is being called (with either SysAppLaunch or
SysUIAppSwitch).  I had defined the array as global.  Once I changed it to
local, everything worked fine.

Dave

David Leland <[EMAIL PROTECTED]> wrote in message
news:47904@palm-dev-forum...
>
> As I mentioned earlier, my alert only contains a single ^1.  That's why I
> pass NULL for the other 2.
>
> Dave
>
> Richard Burmeister <[EMAIL PROTECTED]> wrote in message
> news:47900@palm-dev-forum...
> >
> > > From: Dave Lippincott
> > >
> > > Don't pass NULL in your alert, use " " (quotes with a space or
nothing).
> > >
> >
> > That's partially correct, Dave.  If your custom alert contains ^1 ^2 and
> ^3,
> > you have to pass in a string containing at least 1 blank for each unused
> > replaceable parameter (^2 and ^3).  However, if your alert only contains
> ^1,
> > you have to pass in NULL for the omitted parameters (^2 and ^3).  Don't
> pass
> > in a string for any omitted parameters, and don't pass in NULL for any
> > parameter that is used in your alert.
> >
> >
> >
>
>
>
>



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