[Google Wave APIs] Wave Embed API BUG?

2009-11-02 Thread MyWebs

I have noticed that when embedding a Wave into a web page that if the
Wave height is not set rather tall, like 1000 px, that the last blip
is cut off at the bottom where it says Continue This Thread .

I am using embeddy gadget to embed the Wave so it might possibly be a
problem with that gadget and not the API. You can see a live example
of this here:
http://www.mywebs.biz/Wave/Wave-Embed-is-Cut-Off.php .

This Wave has been made public so that everyone may view it, comment
and vote if they get this same behavior too.

I am not sure if this is the proper place to report this or not. If it
isn't please forgive me.
Thank You,
MyWebs

--~--~-~--~~~---~--~~
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] Using JSNI to access external JavaScript function of an external library

2009-11-02 Thread Prashant
Hi,

I am trying to integrate CKEditor with GWT so I tried following code:


public void onModuleLoad(){
FlowPanel panel = new FlowPanel();
panel.addStyleName(edit-tools);
panel.add(new Button(Edit, new ClickHandler() {
@Override
public void onClick(ClickEvent event) {
loadEditor();
}
}));

RootPanel.get(content).add(panel);
}


native void loadEditor()/*-{
$wnd.CKEDITOR.replace(document.getElementById(content-block));
}-*/;


but it didn't work. could anyone point out where i am wrong?

--~--~-~--~~~---~--~~
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: Testing Robots

2009-11-02 Thread J00p34

The local server support is not implemented. you'll have to wait for
that for local debugging. In the mean time use logging.debug()
like this:
  logging.debug(text or whatever fumction output)
and read the results in your application logs in the dashboard of your
appspot.com account.
The BLIP_SUBMITTED (etc events) is a known problem. Try updating your
app version number, in your code or deploying a new version in app
engine (version number in app.yaml)
And what also may help is removing and re-adding your robot to the
wave after the version update.

On Oct 31, 2:21 am, dan masteroftheb...@gmail.com wrote:
 I just started trying to create a robot while using the Wave
 preview.   I'm having issues getting even the basic functions working,
 and I'm wondering if there's a way to debug robots better for example,
 being able to read stdout.

 In case you were wondering, I can't even seem to trigger any events.
 The events that were created in the python robot tutorial work, but I
 can't seem to replicate anything else, specifically using the
 BLIP_SUBMITTED or WAVELET_BLIP_CREATED events.  If someone happens to
 know if these aren't working, then that'll rest my mind :/

--~--~-~--~~~---~--~~
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: Testing Robots

2009-11-02 Thread Niall

It's not ideal, but if you go to https://appengine.google.com/ and
click on logs on the left hand side under the main heading you'll see
errors etc.

Make sure you have put the waveapi directory in your robot's
directory. It, I believe, must be there for every bot.

Niall

On Oct 31, 1:21 am, dan masteroftheb...@gmail.com wrote:
 I just started trying to create a robot while using the Wave
 preview.   I'm having issues getting even the basic functions working,
 and I'm wondering if there's a way to debug robots better for example,
 being able to read stdout.

 In case you were wondering, I can't even seem to trigger any events.
 The events that were created in the python robot tutorial work, but I
 can't seem to replicate anything else, specifically using the
 BLIP_SUBMITTED or WAVELET_BLIP_CREATED events.  If someone happens to
 know if these aren't working, then that'll rest my mind :/

--~--~-~--~~~---~--~~
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: Enable toolbar on embedded wave

2009-11-02 Thread kk


hi yariv

couldnt get the toolbar on google wave...

please help

--~--~-~--~~~---~--~~
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: Wave Embed API BUG?

2009-11-02 Thread pamela (Google Employee)
Hey MyWebs-

Thanks for making the great example replicating the bug. We've noticed this
already and filed a bug internally, but feel free to file a bug using our
external issue tracker for easy tracking of the status change:
http://code.google.com/p/google-wave-resources/issues/entry?template=Embed%20Bug

Thanks!

- pamela

On Sat, Oct 31, 2009 at 11:51 PM, MyWebs bla...@gmail.com wrote:


 I have noticed that when embedding a Wave into a web page that if the
 Wave height is not set rather tall, like 1000 px, that the last blip
 is cut off at the bottom where it says Continue This Thread .

 I am using embeddy gadget to embed the Wave so it might possibly be a
 problem with that gadget and not the API. You can see a live example
 of this here:
 http://www.mywebs.biz/Wave/Wave-Embed-is-Cut-Off.php .

 This Wave has been made public so that everyone may view it, comment
 and vote if they get this same behavior too.

 I am not sure if this is the proper place to report this or not. If it
 isn't please forgive me.
 Thank You,
 MyWebs

 


--~--~-~--~~~---~--~~
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: capabilites.xml is blank

2009-11-02 Thread pamela (Google Employee)
Is your app.yaml setup correctly? Could you put your code online so that we
can take a look and see if it happens for us as well?

- pamela

On Sun, Nov 1, 2009 at 4:39 PM, Calum calums1...@hotmail.co.uk wrote:


 Still have this problem...

 On Oct 31, 8:19 pm, Calum calums1...@hotmail.co.uk wrote:
  http://thecalumscottbot.appspot.com/_wave/capabilities.xml
 
  The logs don't show anything unusual.
 
  On Oct 31, 4:18 pm, David Nesting da...@fastolfe.net wrote:
 
   Can you give us a link to it?  If you're running this in appengine, do
 the
   appengine logs give you any hints as to what might be happening?
 
   David
 
   On Fri, Oct 30, 2009 at 6:42 AM, Calum calums1...@hotmail.co.uk
 wrote:
 
Does no one have any reason why this happens? It's still a blank XML
file.
 
On Oct 19, 12:13 am, Calum calums1...@hotmail.co.uk wrote:
 For some reason, no matter what I do. Mycapabilities.xml file
 always
 seems to be blank. I am using the Python SDK and I am told it's
 supposed to automatically generate this file however it's blank.
 
 Is this just a case of waiting for the file to be generated, or is
 this an error?
 


--~--~-~--~~~---~--~~
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: Using JSNI to access external JavaScript function of an external library

2009-11-02 Thread Prashant
No, I haven't yet started with google wave.

--~--~-~--~~~---~--~~
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: Google Wave Robot Not working

2009-11-02 Thread J00p34

what's your code? do you get any messages in your logs on appspot.com.
If you don't get any messages it probably is a simple syntax error.
This will show in your dashboard as an error.


On Nov 2, 1:49 am, Gagan gaganch...@gmail.com wrote:
 Hi I tried creating a simple Google wave Robot but it is not working
 as expected .
 I have followed the robot tutorial and created the bot,I can able to
 add the robot to my
  contacts and to waves but it does not send any message when people
 join
  or when itself joins. Please let me know what would be the
 problem ..
--~--~-~--~~~---~--~~
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: Using JSNI to access external JavaScript function of an external library

2009-11-02 Thread Bálint Kriván

Hi!

If you're looking for gadget api binding to gwt, I recommend the
cobogwave wrapper.

--~--~-~--~~~---~--~~
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] Add new wavelet to existing wave (Java)?

2009-11-02 Thread heitzig-j

Is there a possibility to add a new wavelet to an existing wave with a
Java robot? All I get to work is creating a whole new wave by invoking
createWavelet()...
--~--~-~--~~~---~--~~
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: Add new wavelet to existing wave (Java)?

2009-11-02 Thread Austin Chau (Google employee)
By that I think you meant creating private reply with in a wave (hence a
different wavelet within a wave), currently that is not available.  Feel
free to file a feature request for this -

http://code.google.com/p/google-wave-resources/issues

Thanks,
Austin

On Mon, Nov 2, 2009 at 5:14 AM, heitzig-j heitzi...@web.de wrote:


 Is there a possibility to add a new wavelet to an existing wave with a
 Java robot? All I get to work is creating a whole new wave by invoking
 createWavelet()...
 


--~--~-~--~~~---~--~~
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: Using JSNI to access external JavaScript function of an external library

2009-11-02 Thread Bálint Kriván
Sorry but you're first question is out of the mailing list's topic.
Try this group: http://groups.google.com/group/Google-Web-Toolkit
Because you're question is not related to Google Wave, right know :)

On Mon, Nov 2, 2009 at 2:07 PM, Prashant antsh...@gmail.com wrote:

 guys you are ignoring my problem, someone please help me out (refer to the
 very first post of this thread, ignore others :P)


 



-- 
Üdv,
Kriván Bálint

--~--~-~--~~~---~--~~
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: Automatic annotations to .pm, .py, etc.?

2009-11-02 Thread David Nesting
On Sun, Nov 1, 2009 at 6:58 PM, dougx douglas.lin...@gmail.com wrote:

 I'm having an odd issue where when I add certain text strings to a
 wave they automatically get annotations attached to them.


This sounds like Linky, seeing a pattern that looks like a URL or a
hostname, and automatically adding a link annotation to it.

If your objection is to these specific links being made, I agree that it's
somewhat broken in this context.  If your objection is to random annotations
being created within your content, your code should be robust enough to
handle that case, since you can't really control what Wave or its robots do.

David

--~--~-~--~~~---~--~~
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: Using JSNI to access external JavaScript function of an external library

2009-11-02 Thread Prashant
oh sorry, by bad. i thought i mailed to GWT group. Sorry Guys !

--~--~-~--~~~---~--~~
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] how do you store prototyped objects in gadget state?

2009-11-02 Thread qMax

Hi.

I guess it's quite usefull to store prototyped objects (with methods)
in gadget state.
But it only supports strings, thus the only way is to store
initialization parameters.

In mozilla, one can deserialize object from JSON and then extend
prototype using __proto__ property, but that's only for firefox.

Are there other ways?
--~--~-~--~~~---~--~~
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: Samples gallery search is not working...

2009-11-02 Thread Sam Osborne
Seems to work OK in firefox.

2009/11/2 Vicente J. Ruiz Jurado vruiz.jur...@gmail.com


 Hi,

 Trying to search something in the Wave Samples Gallery:
 http://wave-samples-gallery.appspot.com/search/#q=test
 results in a blank page in ff and a HTTP 404 - File not found error in
 chrome.

 BR,

 Vicente

 


--~--~-~--~~~---~--~~
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: how do you store prototyped objects in gadget state?

2009-11-02 Thread antimatter15

I think that's a bad idea for among other things, security.

On Nov 2, 11:26 am, qMax qwigly...@gmail.com wrote:
 Hi.

 I guess it's quite usefull to store prototyped objects (with methods)
 in gadget state.
 But it only supports strings, thus the only way is to store
 initialization parameters.

 In mozilla, one can deserialize object from JSON and then extend
 prototype using __proto__ property, but that's only for firefox.

 Are there other ways?
--~--~-~--~~~---~--~~
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: Samples gallery search is not working...

2009-11-02 Thread pamela (Google Employee)
I'm guessing that Vincente was trying to use the search box at the top of
the page. That search box is useful for searching code.google.com generally,
and I've fixed it so that it works now.

If you would like to search just the samples gallery, please use the search
box on the right of the page.

- pamela

On Tue, Nov 3, 2009 at 3:46 AM, Sam Osborne sam.tosbo...@googlemail.comwrote:

 Seems to work OK in firefox.

 2009/11/2 Vicente J. Ruiz Jurado vruiz.jur...@gmail.com


 Hi,

 Trying to search something in the Wave Samples Gallery:
 http://wave-samples-gallery.appspot.com/search/#q=test
 results in a blank page in ff and a HTTP 404 - File not found error in
 chrome.

 BR,

 Vicente




 


--~--~-~--~~~---~--~~
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: capabilites.xml is blank

2009-11-02 Thread Calum

http://dl.getdropbox.com/u/1347058/src.rar

I am counting on this being due to a stupid mistake. Many thanks to
whoever can help!

On Nov 2, 9:07 am, pamela (Google Employee) pamela...@gmail.com
wrote:
 Is your app.yaml setup correctly? Could you put your code online so that we
 can take a look and see if it happens for us as well?

 - pamela

 On Sun, Nov 1, 2009 at 4:39 PM, Calum calums1...@hotmail.co.uk wrote:

  Still have this problem...

  On Oct 31, 8:19 pm, Calum calums1...@hotmail.co.uk wrote:
  http://thecalumscottbot.appspot.com/_wave/capabilities.xml

   The logs don't show anything unusual.

   On Oct 31, 4:18 pm, David Nesting da...@fastolfe.net wrote:

Can you give us a link to it?  If you're running this in appengine, do
  the
appengine logs give you any hints as to what might be happening?

David

On Fri, Oct 30, 2009 at 6:42 AM, Calum calums1...@hotmail.co.uk
  wrote:

 Does no one have any reason why this happens? It's still a blank XML
 file.

 On Oct 19, 12:13 am, Calum calums1...@hotmail.co.uk wrote:
  For some reason, no matter what I do. Mycapabilities.xml file
  always
  seems to be blank. I am using the Python SDK and I am told it's
  supposed to automatically generate this file however it's blank.

  Is this just a case of waiting for the file to be generated, or is
  this an error?
--~--~-~--~~~---~--~~
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: Samples gallery search is not working...

2009-11-02 Thread Sam Osborne
Yeah, I checked both.. They seemed to both be working..

2009/11/2 pamela (Google Employee) pamela...@gmail.com

 I'm guessing that Vincente was trying to use the search box at the top of
 the page. That search box is useful for searching code.google.comgenerally, 
 and I've fixed it so that it works now.

 If you would like to search just the samples gallery, please use the search
 box on the right of the page.

 - pamela

 On Tue, Nov 3, 2009 at 3:46 AM, Sam Osborne 
 sam.tosbo...@googlemail.comwrote:

 Seems to work OK in firefox.

 2009/11/2 Vicente J. Ruiz Jurado vruiz.jur...@gmail.com


 Hi,

 Trying to search something in the Wave Samples Gallery:
 http://wave-samples-gallery.appspot.com/search/#q=test
 results in a blank page in ff and a HTTP 404 - File not found error in
 chrome.

 BR,

 Vicente







 


--~--~-~--~~~---~--~~
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: capabilites.xml is blank

2009-11-02 Thread David Nesting
On Mon, Nov 2, 2009 at 10:07 AM, Calum calums1...@hotmail.co.uk wrote:

 http://dl.getdropbox.com/u/1347058/src.rar

 I am counting on this being due to a stupid mistake. Many thanks to
 whoever can help!


if __name__ == '__main__':
  myRobot = robot.Robot('The Calum Scott Bot',
  image_url='http://thecalumscottbot.appspot.com/assets/icon.png',
  version='3',
  profile_url='http://www.calumscott.com/')
  myRobot.RegisterHandler(events.WAVELET_PARTICIPANTS_CHANGED,
OnParticipantsChanged)
  myRobot.RegisterHandler(events.WAVELET_SELF_ADDED, OnRobotAdded)


You're missing a myRobot.Run()

David

--~--~-~--~~~---~--~~
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: Samples gallery search is not working...

2009-11-02 Thread Vicente J. Ruiz Jurado

On 02/11/09 18:56, pamela (Google Employee) wrote:
 I'm guessing that Vincente was trying to use the search box at the top
 of the page. That search box is useful for searching code.google.com
 http://code.google.com generally, and I've fixed it so that it works now.

Yes, I was trying to use the search box at the top. Thanks for the fix...

BR,

Vicente


--~--~-~--~~~---~--~~
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: capabilites.xml is blank

2009-11-02 Thread Calum

I knew it was a stupid error somewhere. Well, anyway. Thank you very
much for your help!

On Nov 2, 9:28 pm, David Nesting da...@fastolfe.net wrote:
 On Mon, Nov 2, 2009 at 10:07 AM, Calum calums1...@hotmail.co.uk wrote:
 http://dl.getdropbox.com/u/1347058/src.rar

  I am counting on this being due to a stupid mistake. Many thanks to
  whoever can help!

 if __name__ == '__main__':
   myRobot = robot.Robot('The Calum Scott Bot',
       image_url='http://thecalumscottbot.appspot.com/assets/icon.png',
       version='3',
       profile_url='http://www.calumscott.com/')
   myRobot.RegisterHandler(events.WAVELET_PARTICIPANTS_CHANGED,
 OnParticipantsChanged)
   myRobot.RegisterHandler(events.WAVELET_SELF_ADDED, OnRobotAdded)

 You're missing a myRobot.Run()

 David
--~--~-~--~~~---~--~~
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: Ordering blips?

2009-11-02 Thread Alex North
It's not a general restriction of the platform or data model, but it's
un-implemented behaviour.

2009/10/31 Wolfgang Werner wolfgang.wer...@gmail.com


 Is limited to the wave client only  or is it a general restriction of
 the underlying platform?

 Thanks,
 Wolfgang

 On Sat, Oct 31, 2009 at 5:28 AM, Austin Chau (Google employee)
 api.aus...@google.com wrote:
  Yes that is correct it is not provided by the API since it is not
 supported
  by the Wave client itself.
  Austin
 
  On Fri, Oct 30, 2009 at 3:02 PM, wolfgang.wer...@gmail.com
  wolfgang.wer...@gmail.com wrote:
 
  Hey all,
 
  is there a possibility to (re-) order blips in a wavelet using the
  Robot API? I looked into the API docs and didn't find anything about
  this in Blip and Wavelet.
  I'd be surprised if the List returned by Blip.getChildBlipIds() or
  Blip.getChildren() was mutable or changes would be actually reflected
  in wave.
 
  Actually, I couldn't find a way to do this using the wave client as
  well, so perhaps this is not possible at all.
  Still, confirmation would feel good.
 
  I'm no sure whether this is a dumb question to ask, but thanks for
  your time all the same,
  Wolfgang
 
 
 
 
  
 

 


--~--~-~--~~~---~--~~
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: Ordering blips?

2009-11-02 Thread Wolfgang Werner

Ok, thanks for the clarification.

Wolfgang

On Tue, Nov 3, 2009 at 8:03 AM, Alex North ano...@google.com wrote:
 It's not a general restriction of the platform or data model, but it's
 un-implemented behaviour.

 2009/10/31 Wolfgang Werner wolfgang.wer...@gmail.com

 Is limited to the wave client only  or is it a general restriction of
 the underlying platform?

 Thanks,
 Wolfgang

 On Sat, Oct 31, 2009 at 5:28 AM, Austin Chau (Google employee)
 api.aus...@google.com wrote:
  Yes that is correct it is not provided by the API since it is not
  supported
  by the Wave client itself.
  Austin
 
  On Fri, Oct 30, 2009 at 3:02 PM, wolfgang.wer...@gmail.com
  wolfgang.wer...@gmail.com wrote:
 
  Hey all,
 
  is there a possibility to (re-) order blips in a wavelet using the
  Robot API? I looked into the API docs and didn't find anything about
  this in Blip and Wavelet.
  I'd be surprised if the List returned by Blip.getChildBlipIds() or
  Blip.getChildren() was mutable or changes would be actually reflected
  in wave.
 
  Actually, I couldn't find a way to do this using the wave client as
  well, so perhaps this is not possible at all.
  Still, confirmation would feel good.
 
  I'm no sure whether this is a dumb question to ask, but thanks for
  your time all the same,
  Wolfgang
 
 
 
 
  
 




 


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---