[Google Wave APIs] Re: .appendMarkup guide

2009-09-17 Thread Peter LaBanca
I am not sure, but my robot does not use appendMarkup(), as this method is
not fully functional yet. I just use append() and then I use annotations to
format the text how I need. Then additional append() calls will not remove
any previous formatting. appendMarkup() still needs to be changed, so I
suggest using my method or find a method of your own.

Peter LaBanca

On Sep 16, 2009 11:35 PM, Kyle Roche kyle.m.ro...@gmail.com wrote:

Actually, the \n doesn't seem to work in the .appendMarkup() method. Neither
does br /, which I would assume is a valid XHTML element. If I go back to
.append() then I lose the other formatting options I was embedding. Do you
think it's something that changed in this new version? They mention some
changes to TextView.
Thanks again!

On Wed, Sep 16, 2009 at 9:28 PM, Peter LaBanca pzer...@gmail.com wrote: 
 I am not sure if the...

--~--~-~--~~~---~--~~ You received this
message because you are sub...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Wave API group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: .appendMarkup guide

2009-09-16 Thread Peter LaBanca
I am not sure if there is a reference doc for appendMarkup(), but if you
want to insert a line break just use escape characters. They work just fine
in Wave. So you can just add a \n anywhere in a TextView.append() method and
it will automatically insert the line break. You can also use the \n in
appendMarkup() as well. I hope this is what you were looking for.

On Wed, Sep 16, 2009 at 11:15 PM, kyleRoche kyle.m.ro...@gmail.com wrote:


 Is there a reference doc on what we can put in the content for
 the .appendMarkup() method? I'm trying to get some line breaks to work
 w/ no luck.

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Wave API group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---