I'm trying to use the append method to add a newline "\n" to a form (ie. sb.append(object.getValueString()).append("\n"); ).
This seems to work on all phones with the exception of Nokia Series60 phones. With the Series60 models, the newline is ignored and addition append statements appear on the same line as the first append statement.
If anyone has any thoughts on how I might be able to resolve this issue, please let me know.
Thanks!
Greg

Reply With Quote

