WOW, so much easier then I was making it! I just used the FrmCustomAlert(), works perfect. Thanks for the help.
-- Scott Erickson Software Development Team, FB-4, Inc. [EMAIL PROTECTED] "Jerome Chapdelaine" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Use FrmCustomAlert with the ^1, ^2 and ^3 replacement placeholders. > -or- > Build a custom modal dialog box with a multi-line read-only text field. > The dotted "underline" of text fields can also be removed in the resource > editor. If you want to resize your dialog box to fit, you can compute the > field height required with FldCalcFieldHeight, resize the controles, then > draw your form. etc... > > > Jerome > > > Scott Erickson wrote: >> I need to display error messages i receive from a remote server. there >> are many different errors, and they can change at any time. I cant just >> build a list of the possible errors. I need to display these errors to >> the user. the problem i am having is that almost all the errors are >> longer then the screen is wide. I am trying to find a way to display a >> string to the screen that is longer then the screen. I wont know what >> the string is untill i recevice it. how can i display these dynamic >> strings to the screen so that they will be placed on mulitple lines. I >> would like to use an Alert box, but i cant figure out how to set the >> alert text dynamicly. anyone know of any documention or samples that >> would show me how to do this? > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
