Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 415557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T18:23:34+00:00 2026-05-12T18:23:34+00:00

I’ve been working on my first robot for google wave recently, a vital part

  • 0

I’ve been working on my first robot for google wave recently, a vital part of what it does is to insert inline replies into a blip. I can’t for the life of me figure out how to do this!

The API docs have a function InsertInlineBlip which sounded promising, however calling that doesn’t appear to do anything!

EDIT::
It seems that this is a known bug. However, the question still stands what is the correct way to insert an inline blip? I’m assuming something like this:

inline = blip.GetDocument().InsertInlineBlip(positionInText)
inline.GetDocument().SetText("some text")
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T18:23:35+00:00Added an answer on May 12, 2026 at 6:23 pm

    If you look at the sourcecode for OpBasedDocument.InsertInlineBlip() you will see the following:

     412 -  def InsertInlineBlip(self, position): 
     413      """Inserts an inline blip into this blip at a specific position. 
     414   
     415      Args: 
     416        position: Position to insert the blip at. 
     417   
     418      Returns: 
     419        The JSON data of the blip that was created. 
     420      """ 
     421      blip_data = self.__context.builder.DocumentInlineBlipInsert( 
     422          self._blip.waveId, 
     423          self._blip.waveletId, 
     424          self._blip.blipId, 
     425          position) 
     426      # TODO(davidbyttow): Add local blip element. 
     427      return self.__context.AddBlip(blip_data) 
    

    I think the TODO comment suggests this feature is not yet active. The method should be callable and return correctly, however I suspect that the document operation is not applied to the global document.

    The syntax you included in your post looks correct. As you can see above, InsertInlineBlip() returns the value of AddBlip(), which is …dun, dun, dun… a blip.

     543 -  def AddBlip(self, blip_data): 
     544      """Adds a transient blip based on the data supplied. 
     545   
     546      Args: 
     547        blip_data: JSON data describing this blip. 
     548   
     549      Returns: 
     550        An OpBasedBlip that may have operations applied to it. 
     551      """ 
     552      blip = OpBasedBlip(blip_data, self) 
     553      self.blips[blip.GetId()] = blip 
     554      return blip 
    

    EDIT:
    It is interesting to note that the method signature of the Insert method InsertInlineBlip(self, position) is significantly different from the Insert method InsertElement(self, position, element). InsertInlineBlip() doesn’t take an element parameter to insert. It seems the current logic for InsertInlineBlip() is more like Blip.CreateChild(), which returns a new child blip with which to work. From this we can suspect that this API will change as the functionality is added.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm making a simple page using Google Maps API 3. My first. One marker
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
Does anyone know how can I replace this 2 symbol below from the string
I am currently running into a problem where an element is coming back from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.