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

Ask A Question

Stats

  • Questions 250k
  • Answers 250k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Moved resource files from App_GlobalResources to simple folder Resources and… May 13, 2026 at 9:14 am
  • Editorial Team
    Editorial Team added an answer Flash can be inserted using different methods. SWFObject is one… May 13, 2026 at 9:14 am
  • Editorial Team
    Editorial Team added an answer It should display properly. If you are trying to get… May 13, 2026 at 9:14 am

Related Questions

I've got a string that has curly quotes in it. I'd like to replace
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.