I have an alert dialog that's called using FrmCustomAlert as follows:

   SysCopyStringResource (s, Network_InvalidUNPWString);
   FrmCustomAlert (NetworkAlert, s, NULL, NULL);

Where Network_InvalidUNPWString is simply a resource string "Invalid
Username or Password"

And the dialog is simply: ^1 ^2 ^3

However, if I put the stylus down in the text of the error, I get:
"Field.c, Line: 173, Invalid insertion point position"
followed by
"Field.c, Line: 2766, Invalid insertion point position"
followed by
"Field.c, Line: 173, Invalid insertion point position"
followed by
"Field.c, Line: 2766, Invalid insertion point position"

Obviously I can't control the fields involved in an Alert resource, so what
am I supposed to do?







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