> From: Michal Seliga
>
> FrmCustomAlert(UniversalAlert,temp_txt," "," ");   // note,
> there are " ", no "" (space inside!)
[snip]
> UniversalAlert is defined using Constructor, it contains
> text ^1 (and nothing more)

You are passing in three strings to the alert but the alert is defined with
only one string.  If your alert only contains ^1, then pass NULL for the
last 2 params to FrmCustomAlert.  If your alert uses ^1, ^2, and ^3, and you
don't want to display anything for ^2 and ^3, then pass in a single space ("
") for each of the unused parameters.



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