From: "Michal Seliga" <[EMAIL PROTECTED]>
Subject: FrmCustomAlert
> In our project we use FrmCustomAlert for error messages. Resource named
Universal is defined with string "^1" and we call
> FrmCustomAlert(UniversalAlert,any_text,"",""), where any_text is variable
of type char[].
If your alert only contains ^1 (and not ^2 and ^3) then you have to pass
NULL for the last two parameters to FrmCustomAlert. If you include ^2 and
^3 but don't use them, then pass in " " (a string with a single blank) for
each unused parameter. The OS calculates the wrong length for the text in
the alert when the length of any parameter is 0.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/