[Google Wave APIs] Main account and test account

2009-10-13 Thread Long Thay Bun

Dear Google Wave API,

Today, I have received 2 accounts and passwords to use Wave for the
first time. I log in the main account, activate it and do the same
with the test account. Then, I try to add test account into main
account but it does not work and vice versa. Could any one help me on
this issue?

Thanks and regards,
Long

--~--~-~--~~~---~--~~
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: Broken application environment (Python)

2009-10-13 Thread pamela fox (Google employee)

Hey Daniel-

This is most likely this issue:
http://code.google.com/p/google-wave-resources/issues/detail?id=278

We're working on releasing the fix.

- pamela

On Oct 8, 8:54 am, Austin Chau (Google employee)
api.aus...@google.com wrote:
 Hey Daniel,
 Can you send me your app id and any request logging info you have in GAE
 that might help? you can email this info to me api.aus...@google.com

 Thanks,
 Austin



 On Wed, Oct 7, 2009 at 2:47 PM, Daniel Faust soundlin...@gmail.com wrote:

  Not even the most basic stuff works:

   main.py 
  #!/usr/bin/python2.5

  import logging
  logging.info('base')

  from waveapi import events
  from waveapi import model
  from waveapi import document
  from waveapi import robot

  def OnBlipSubmitted(properties, context):
   logging.info('OnBlipSubmitted')

  if __name__ == '__main__':
   logging.info('__main__')
   _robot = robot.Robot('MyBot, '1', image_url='http://wave-
  mybot.appspot.com/public/image.png', profile_url='http://wave-
  mybot.appspot.com/public/profile.htm')
   _robot.RegisterHandler('BLIP_SUBMITTED', OnBlipSubmitted)
   _robot.Run(debug=True)
  

  A thing to note is that logging.info('__main__') never logs to the
  log, neither is logging.info('base').

  But, http://wave-mybot.appspot.com/public/image.png; and http://wave-
  mybot.appspot.com/public/profile.htm are being hosted correctly (they
  are viewable in a browser), which means that robot.Robot('...') is
  effectively being executed.

  OnBlipSubmitted is apparently never executed.

  When I comment out from waveapi import robot I do get a traceback
  when robot.Robot('') is being called, but none of the logging messages
  are actually logged.

  Who can I contact to deal with this issue?

  --
  Daniel
--~--~-~--~~~---~--~~
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] setModeCallback

2009-10-13 Thread jjh

Hi,

I am not doubt doing something dumb, but I can't figure it out. I am
trying to develop an equation gadget for Wave. I want the gadget to
display the equation (as a picture) but become editable text for users
to edit it. It looked like setModeCallback was the perfect thing to
use for this - as I could detect when the blip containing the gadget
is being edited and change modes.

However, I register a callback in my gadget init function
(gadgets.util.registerOnLoadHandler(init);) but it never seems to get
called. I've checked javascript logs nothing showing up.

Has anyone else had this problem. I haven't been able to find a demo
gadget that using the setModeCallback.

Any help appreciated.
Jonny

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

2009-10-13 Thread pamela fox (Google employee)

Hi Jonny-

That is in fact an excellent question. The setModeCallback is only
available for the bleeding edge release of the Wave Gadgets API
library, which you can retrieve by specifying Require feature=wave-
preview.
We did not make this clear in the reference, and remedy that.

An example gadget that uses it is here:
http://google-wave-resources.googlecode.com/svn/trunk/samples/extensions/gadgets/mappy/mappy.xml

- pamela

On Oct 13, 6:33 pm, jjh j...@42quarks.com wrote:
 Hi,

 I am not doubt doing something dumb, but I can't figure it out. I am
 trying to develop an equation gadget for Wave. I want the gadget to
 display the equation (as a picture) but become editable text for users
 to edit it. It looked like setModeCallback was the perfect thing to
 use for this - as I could detect when the blip containing the gadget
 is being edited and change modes.

 However, I register a callback in my gadget init function
 (gadgets.util.registerOnLoadHandler(init);) but it never seems to get
 called. I've checked javascript logs nothing showing up.

 Has anyone else had this problem. I haven't been able to find a demo
 gadget that using the setModeCallback.

 Any help appreciated.
 Jonny
--~--~-~--~~~---~--~~
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: Main account and test account

2009-10-13 Thread Shaiton

HI,
I got the same preview account yesterday !
That's so amazing !! Thanks Google team !

To answer your question, did you try to look for your account  with
the full address ? (i.e. n...@wavesandbox.com)
You need to write the whole adress.

I don't know why (yet, cause I am looking for the answer) but there
are @wavesandbox.com and @googlewave.com domains. Using my
wavesandbox, I can't add googlewave users.

Have fun waving !

Regards,
Shaiton


On Oct 13, 3:47 am, Long Thay Bun thaybunlon...@gmail.com wrote:
 Dear Google Wave API,

 Today, I have received 2 accounts and passwords to use Wave for the
 first time. I log in the main account, activate it and do the same
 with the test account. Then, I try to add test account into main
 account but it does not work and vice versa. Could any one help me on
 this issue?

 Thanks and regards,
 Long

--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread Rainbows

New to wave here. I am from Thailand.

add me, I am willing to test any application.

rainb...@wavesandbox.com



--~--~-~--~~~---~--~~
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: Broken capabilities.xml

2009-10-13 Thread JamesBrooks

Any chance this can be fixed? I had something going with this bot!

On Oct 12, 7:53 pm, JamesBrooks ja...@james-brooks.net wrote:
 I tried to edit my capabilities.xml file, so I created it and uploaded
 it... Now it's broken and the server gives a 500 error.

 http://catkincottage.appspot.com/_wave/capabilities.xml

 How do I go about fixing this?
--~--~-~--~~~---~--~~
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: Broken capabilities.xml

2009-10-13 Thread pamela (Google Employee)
Hi James-
Did you check your App Engine logs to see if there are any errors reported?
How come you couldn't use the auto-generated file?

- pamela

On Tue, Oct 13, 2009 at 10:07 PM, JamesBrooks ja...@james-brooks.netwrote:


 Any chance this can be fixed? I had something going with this bot!

 On Oct 12, 7:53 pm, JamesBrooks ja...@james-brooks.net wrote:
  I tried to edit my capabilities.xml file, so I created it and uploaded
  it... Now it's broken and the server gives a 500 error.
 
  http://catkincottage.appspot.com/_wave/capabilities.xml
 
  How do I go about fixing this?
 


--~--~-~--~~~---~--~~
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: Main account and test account

2009-10-13 Thread JamesBrooks

I think the reason behind this is to stop sandbox version interfering
with the public/private version. Difference in builds may cause
problems between the communications.

On Oct 13, 10:49 am, Shaiton kev.raym...@gmail.com wrote:
 HI,
 I got the same preview account yesterday !
 That's so amazing !! Thanks Google team !

 To answer your question, did you try to look for your account  with
 the full address ? (i.e. n...@wavesandbox.com)
 You need to write the whole adress.

 I don't know why (yet, cause I am looking for the answer) but there
 are @wavesandbox.com and @googlewave.com domains. Using my
 wavesandbox, I can't add googlewave users.

 Have fun waving !

 Regards,
 Shaiton

 On Oct 13, 3:47 am, Long Thay Bun thaybunlon...@gmail.com wrote:

  Dear Google Wave API,

  Today, I have received 2 accounts and passwords to use Wave for the
  first time. I log in the main account, activate it and do the same
  with the test account. Then, I try to add test account into main
  account but it does not work and vice versa. Could any one help me on
  this issue?

  Thanks and regards,
  Long
--~--~-~--~~~---~--~~
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: Main account and test account

2009-10-13 Thread Harrison Conlin

This is coming soon (federation).

On Tue, Oct 13, 2009 at 8:49 PM, Shaiton kev.raym...@gmail.com wrote:

 HI,
 I got the same preview account yesterday !
 That's so amazing !! Thanks Google team !

 To answer your question, did you try to look for your account  with
 the full address ? (i.e. n...@wavesandbox.com)
 You need to write the whole adress.

 I don't know why (yet, cause I am looking for the answer) but there
 are @wavesandbox.com and @googlewave.com domains. Using my
 wavesandbox, I can't add googlewave users.

 Have fun waving !

 Regards,
 Shaiton


 On Oct 13, 3:47 am, Long Thay Bun thaybunlon...@gmail.com wrote:
 Dear Google Wave API,

 Today, I have received 2 accounts and passwords to use Wave for the
 first time. I log in the main account, activate it and do the same
 with the test account. Then, I try to add test account into main
 account but it does not work and vice versa. Could any one help me on
 this issue?

 Thanks and regards,
 Long

 




-- 
Harrison Conlin

--~--~-~--~~~---~--~~
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: Broken capabilities.xml

2009-10-13 Thread pamela (Google Employee)
A 500 error when pinging it on the server indicates a problem with the App
Engine app, not an issue on the Wave side, so we need to work through what
that issue is.

Are you using the Python SDK or Java SDK?
Why are you unable to check the logs now?

- pamela

On Tue, Oct 13, 2009 at 10:21 PM, JamesBrooks ja...@james-brooks.netwrote:


 I can't check the logs right now.

 Someone suggested changing the XML to add BLIP_SUBMITTED (in the API
 problem), when I uploaded it, it broke. Is it possible to reset these?
 I don't want to waste an application id.

 On Oct 13, 12:15 pm, pamela (Google Employee) pamela...@gmail.com
 wrote:
  Hi James-
  Did you check your App Engine logs to see if there are any errors
 reported?
  How come you couldn't use the auto-generated file?
 
  - pamela
 
  On Tue, Oct 13, 2009 at 10:07 PM, JamesBrooks ja...@james-brooks.net
 wrote:
 
 
 
   Any chance this can be fixed? I had something going with this bot!
 
   On Oct 12, 7:53 pm, JamesBrooks ja...@james-brooks.net wrote:
I tried to edit my capabilities.xml file, so I created it and
 uploaded
it... Now it's broken and the server gives a 500 error.
 
   http://catkincottage.appspot.com/_wave/capabilities.xml
 
How do I go about fixing this?
 


--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread pavan kumar
my name is pavan and i am aslo willing to test the robots and gadgets and
here is my id pavan...@wavesandbox.com

On Tue, Oct 13, 2009 at 4:31 PM, Rainbows rainb...@gmail.com wrote:


 New to wave here. I am from Thailand.

 add me, I am willing to test any application.

 rainb...@wavesandbox.com



 



-- 
కిరణానికి చీకటి లేదు
సిరిమువ్వకి మౌనం లేదు...
చిరునవ్వుకి మరణంలేదు.
మన స్నేహనికి అంతంలేదు.
మరిచే స్నేహం చెయ్యకు. చేసే స్నేహం మరవకు

--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread FX

ta...@wavesandbox.com


--~--~-~--~~~---~--~~
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: Sandbox accounts

2009-10-13 Thread pamela (Google Employee)
Yes, please fill out the form linked from the top of the documentation.
- pamela

On Tue, Oct 13, 2009 at 11:05 PM, Jonathan Hunt j...@42quarks.com wrote:


 Hi,

 Is Google still giving out sandbox accounts? It seems the Wave preview
 doesn't have the Debug menu - which would be handy sometimes.

 Regards,
 Jonny

 --
 Jonathan J Hunt j...@42quarks.com
 Homepage: http://www.42quarks.com
 (Further contact details there)
 Physics isn't the most important thing. Love is. Richard Feynman

 


--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread Carlos Bacelar
If someone can help me, please add me also.
cbace...@wavesandbox.com

On Tue, Oct 13, 2009 at 8:01 AM, Rainbows rainb...@gmail.com wrote:


 New to wave here. I am from Thailand.

 add me, I am willing to test any application.

 rainb...@wavesandbox.com



 


--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread Corey

working on educational, project management, and real estate related
integration projects w/ gwave.

coreyle...@wavesandbox.com

add me if you're in the same or related realm of topics, thx :)

-- corey

On Oct 13, 7:56 am, Carlos Bacelar cbace...@gmail.com wrote:
 If someone can help me, please add me also.
 cbace...@wavesandbox.com



 On Tue, Oct 13, 2009 at 8:01 AM, Rainbows rainb...@gmail.com wrote:

  New to wave here. I am from Thailand.

  add me, I am willing to test any application.

  rainb...@wavesandbox.com
--~--~-~--~~~---~--~~
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: Handling concurrent/simultaneous gadget state changes.

2009-10-13 Thread qMax

On Oct 12, 3:29 pm, Avital Oliver avi...@thewe.net wrote:
 1. As far as I know this is planned by google (you can find it in one of the
 office hours)
IIRC, It was me, who asked it on OH.
And the answer was to request such feature :)

 2. Much of this can already be done with the primitive gadget API using some
 scheme of splitting objects into seperate keys (for example a key called
 obj1.val2 to represent the val2 field in the obj1 subobject)
Such method will not ever help to resolve conflicts.
It only helps to discretize object manipulations, and still in lack of
manipulation with lists, or renaming keys.

And anyway, developer has to invent structure-related operations,
process them in the similar way as OT, before applying.
--~--~-~--~~~---~--~~
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: Main account and test account

2009-10-13 Thread namronp

I just tried opening my main account and test account with Chrome in
two separate windows on the same computer and started a new wave. I
added the other contact and I was able to carry on a wave dialogue.
Therefore, my previous post mentioning the potential need for two
separate computers or IP address is wrong. Sorry for speaking up too
soon before testing this further.

On Oct 13, 8:29 am, namronp normpl...@gmail.com wrote:
 Not sure, but I believe that you need another IP address, as I use two
 computers on the same network, each having a unique IP address and I
 can test wave applications. Seems that I can not be signed into a wave
 with two separate accounts on the same computer and perhaps this is
 due to cookies, etc.. Check with the documentation to determine if
 there's an answer to this.

 On Oct 13, 7:40 am, Harrison Conlin m...@harrisony.com wrote:



  This is coming soon (federation).

  On Tue, Oct 13, 2009 at 8:49 PM, Shaiton kev.raym...@gmail.com wrote:

   HI,
   I got the same preview account yesterday !
   That's so amazing !! Thanks Google team !

   To answer your question, did you try to look for your account  with
   the full address ? (i.e. n...@wavesandbox.com)
   You need to write the whole adress.

   I don't know why (yet, cause I am looking for the answer) but there
   are @wavesandbox.com and @googlewave.com domains. Using my
   wavesandbox, I can't add googlewave users.

   Have fun waving !

   Regards,
   Shaiton

   On Oct 13, 3:47 am, Long Thay Bun thaybunlon...@gmail.com wrote:
   Dear Google Wave API,

   Today, I have received 2 accounts and passwords to use Wave for the
   first time. I log in the main account, activate it and do the same
   with the test account. Then, I try to add test account into main
   account but it does not work and vice versa. Could any one help me on
   this issue?

   Thanks and regards,
   Long

  --
  Harrison Conlin- Hide quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -

--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread ePex

e...@wavesandbox.com

On 27 Aug., 20:31, mfrancis107 mfrancis...@gmail.com wrote:
 michaelfran...@wavesandbox.com

--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Chris Bailey

I'd be willing to help test. Also my wave ID is Xcom923

On Oct 13, 12:30 am, Oliver Baker ocba...@gmail.com wrote:
 Hi all,

 It was my intention from the beginning to make a Tool for your Desktop
 which would tell you when you have new Waves. And I was surprised that
 nobody had made one before me, so, I have made it!

 This is currently only for Windows. It has a few bugs but nothing that
 should make it crash, and, unlike Google I only employ myself, and
 thats for free.

 This will be in Beta until the Official release of Google Wave as
 anything could happen in the preview.

 This has been coded pretty slack (release as of this message) since
 the Wave team will probably end up creating much better method of
 access for external applications than the method I am using, and so it
 will be re-coded for those methods. (I am still improving this one)

 The link to the Project home:http://code.google.com/p/gwave-tools/

 It would be much appreciated if bugs could be reported on the Project
 site, I will read them, and take note of them.

 Enjoy,
 Oliver

--~--~-~--~~~---~--~~
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: Which Robots are available in Wave Preview?

2009-10-13 Thread pamela fox
No, you shouldn't have to. It is likely that those robots are suffering from
a current robot issue, or from separate issues. These robots are just demos
now and may be constantly under construction.

- pamela

On Wed, Oct 14, 2009 at 12:19 AM, Malcolm Gin malcolm@gmail.com wrote:

 Do we have to do something extra to actually activate the robots?

 I added emoticony and attempted to use it in the way shown in the
 screenshot, and there's no automatic substituting of a typed emoticon
 to an image-based emoticon.

 Similarly, I tried the Guardiany robot and the Roshambo robot with the
 same (zero) results.

 Thanks,
 M

 On Oct 1, 10:07 pm, pamela fox (Google employee)
 pamela@gmail.com wrote:
  Hi Mike-
 
  You can add robots that you know the addresses of. For instance, I
  just added emoticon...@appspot.com to a Wave. You can look for robots
  in the samples gallery (http://wave-samples-gallery.appspot.com/) but
  keep in mind that they are only samples. We don't have any that we
  think are ready to be unleashed on the masses yet.
 
  - pamela
 
  On Oct 2, 3:19 am, Mike Powered mttra...@gmail.com wrote:
 
   When do you anticipate unleashing robots on the masses?  I've been
   looking all over the place and can't find them anywhere.
 
   On Sep 30, 11:16 pm, pamela fox (Google employee)
 
   pamela@gmail.com wrote:
Hi Ahsan-
 
You can use any robots (that are functional) by adding as
 participant,
but there are no robots linked to from the extensions gallery wave.
This is because we want to make several additions to the robots APIs
to make them more user-friendly first.
 
More info on extensions gallery in this screencast:
 http://www.youtube.com/watch?v=WC7EbPpRoXMfeature=email
 
- pamela
 
On Oct 1, 3:45 pm, Ahsan Ali doublelet...@gmail.com wrote:
 
 Hi,
 Which Robots are available in Wave Preview?
 
 Rosy? Bouncy? Is there a list somewhere?
 
 Thanks,
 
 Ahsan Ali

--~--~-~--~~~---~--~~
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: Broken capabilities.xml

2009-10-13 Thread JamesBrooks

My log file is empty.

I'm using the Python SDK.

On Oct 13, 12:49 pm, pamela (Google Employee) pamela...@gmail.com
wrote:
 A 500 error when pinging it on the server indicates a problem with the App
 Engine app, not an issue on the Wave side, so we need to work through what
 that issue is.

 Are you using the Python SDK or Java SDK?
 Why are you unable to check the logs now?

 - pamela

 On Tue, Oct 13, 2009 at 10:21 PM, JamesBrooks ja...@james-brooks.netwrote:





  I can't check the logs right now.

  Someone suggested changing the XML to add BLIP_SUBMITTED (in the API
  problem), when I uploaded it, it broke. Is it possible to reset these?
  I don't want to waste an application id.

  On Oct 13, 12:15 pm, pamela (Google Employee) pamela...@gmail.com
  wrote:
   Hi James-
   Did you check your App Engine logs to see if there are any errors
  reported?
   How come you couldn't use the auto-generated file?

   - pamela

   On Tue, Oct 13, 2009 at 10:07 PM, JamesBrooks ja...@james-brooks.net
  wrote:

Any chance this can be fixed? I had something going with this bot!

On Oct 12, 7:53 pm, JamesBrooks ja...@james-brooks.net wrote:
 I tried to edit my capabilities.xml file, so I created it and
  uploaded
 it... Now it's broken and the server gives a 500 error.

http://catkincottage.appspot.com/_wave/capabilities.xml

 How do I go about fixing this?
--~--~-~--~~~---~--~~
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: tweety

2009-10-13 Thread Sam Osborne
I have the complete opposite.. Working perfectly in the Preview, but not in
the sandbox.

2009/10/13 Marty martynostr...@wavesandbox.com


 I have tweety working in sandbox but not in preview. does anyone have
 the same issue ?

 


--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Sam Osborne
Sure I'll grab it.. Gimme about half an hour and I'll come in and start
testing it.

2009/10/13 Chris Bailey xcom...@gmail.com


 I'd be willing to help test. Also my wave ID is Xcom923

 On Oct 13, 12:30 am, Oliver Baker ocba...@gmail.com wrote:
  Hi all,
 
  It was my intention from the beginning to make a Tool for your Desktop
  which would tell you when you have new Waves. And I was surprised that
  nobody had made one before me, so, I have made it!
 
  This is currently only for Windows. It has a few bugs but nothing that
  should make it crash, and, unlike Google I only employ myself, and
  thats for free.
 
  This will be in Beta until the Official release of Google Wave as
  anything could happen in the preview.
 
  This has been coded pretty slack (release as of this message) since
  the Wave team will probably end up creating much better method of
  access for external applications than the method I am using, and so it
  will be re-coded for those methods. (I am still improving this one)
 
  The link to the Project home:http://code.google.com/p/gwave-tools/
 
  It would be much appreciated if bugs could be reported on the Project
  site, I will read them, and take note of them.
 
  Enjoy,
  Oliver

 


--~--~-~--~~~---~--~~
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: FYI: Missing Sandbox - Preview Invites

2009-10-13 Thread Corey

Hi Pam --

I checked/searched both of my sandbox accounts and did not see the
preview invites.

My credentials:

gmail: gr8consort...@gmail.com
sandbox: coreyle...@wavesandbox.com

Thanks very much,

Corey


On Oct 13, 10:02 am, cbh craig.hor...@gmail.com wrote:
 I too am a sandbox dev who hasn't received a preview invitation, or it
 was sent to my primary sandbox account (cbh) to which I've lost access
 for unknown reasons. If there's any way the invitation can be re-sent
 to cbh-test i would be deeply appreciative.

 On Oct 7, 2:24 pm, pamela (Google employee) pamela@gmail.com
 wrote:



  We have received some reports of developers that have not yet received
  invites for Google Wave preview in their sandbox account. If you think
  you are one of them, please do a search first for Enable your Google
  \/\/ave Account (with a funny W) to check for the invite wave.

  We haven't yet figured out why the invites aren't there for some of
  you, and are looking into the issue. Thanks for your patience.
--~--~-~--~~~---~--~~
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: When will it be possible for a pc-application to read/write to a wave directly?

2009-10-13 Thread metaforge

You can use the FedOne server and modify the command line client that
comes with that example to interact with that server
programmatically.  I have seen no way, however, to programmatically
interact with a wave that is hosted on Google's sandbox using other
than the Robot API.  I'm not counting the embedded API since that is
so limited as to not really be much of an API at all.
--~--~-~--~~~---~--~~
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: Sandbox accounts

2009-10-13 Thread Nico

just got mine today, so it's still giving them out

On Oct 13, 10:11 am, pamela (Google Employee) pamela...@gmail.com
wrote:
 Yes, please fill out the form linked from the top of the documentation.
 - pamela



 On Tue, Oct 13, 2009 at 11:05 PM, Jonathan Hunt j...@42quarks.com wrote:

  Hi,

  Is Google still giving out sandbox accounts? It seems the Wave preview
  doesn't have the Debug menu - which would be handy sometimes.

  Regards,
  Jonny

  --
  Jonathan J Hunt j...@42quarks.com
  Homepage:http://www.42quarks.com
  (Further contact details there)
  Physics isn't the most important thing. Love is. Richard Feynman
--~--~-~--~~~---~--~~
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: tweety

2009-10-13 Thread sqlcursor

I have the same problem.  No tweety.

On Oct 13, 9:54 am, Marty martynostr...@wavesandbox.com wrote:
 I have tweety working in sandbox but not in preview. does anyone have
 the same issue ?
--~--~-~--~~~---~--~~
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: Broken capabilities.xml

2009-10-13 Thread pamela (Google Employee)
Okay - the Python SDK usually generates the capabilities.xml for you, so if
you have uploaded a version as well, that likely is causing conflicts. Can
you remove the manually created one (from your app.yaml) and see if that
resolves it?
- pamela

On Wed, Oct 14, 2009 at 1:59 AM, JamesBrooks ja...@james-brooks.net wrote:


 My log file is empty.

 I'm using the Python SDK.

 On Oct 13, 12:49 pm, pamela (Google Employee) pamela...@gmail.com
 wrote:
  A 500 error when pinging it on the server indicates a problem with the
 App
  Engine app, not an issue on the Wave side, so we need to work through
 what
  that issue is.
 
  Are you using the Python SDK or Java SDK?
  Why are you unable to check the logs now?
 
  - pamela
 
  On Tue, Oct 13, 2009 at 10:21 PM, JamesBrooks ja...@james-brooks.net
 wrote:
 
 
 
 
 
   I can't check the logs right now.
 
   Someone suggested changing the XML to add BLIP_SUBMITTED (in the API
   problem), when I uploaded it, it broke. Is it possible to reset these?
   I don't want to waste an application id.
 
   On Oct 13, 12:15 pm, pamela (Google Employee) pamela...@gmail.com
   wrote:
Hi James-
Did you check your App Engine logs to see if there are any errors
   reported?
How come you couldn't use the auto-generated file?
 
- pamela
 
On Tue, Oct 13, 2009 at 10:07 PM, JamesBrooks 
 ja...@james-brooks.net
   wrote:
 
 Any chance this can be fixed? I had something going with this bot!
 
 On Oct 12, 7:53 pm, JamesBrooks ja...@james-brooks.net wrote:
  I tried to edit my capabilities.xml file, so I created it and
   uploaded
  it... Now it's broken and the server gives a 500 error.
 
 http://catkincottage.appspot.com/_wave/capabilities.xml
 
  How do I go about fixing this?
 


--~--~-~--~~~---~--~~
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: FYI: Missing Sandbox - Preview Invites

2009-10-13 Thread ofuku

Hi, I have same problem.
I have a sandbox account of Wave, but I haven't yet received invite.
According to your advice, I searched Enable your Google Wave
Account.
But there was not it.

My wave sandbox username is ofuku.

Thanks


On 10月8日, 午前11:36, pamela fox (Google employee)
pamela@gmail.com wrote:
 Hi Brandon -

 Please email me offline with your Wave sandbox username.

 - pamela

 On Oct 8, 1:22 pm, masemase brandon.blatt...@gmail.com wrote:

  I have a Google Wave Sandbox account and have been extremeley
  dissapointed to not have received an invite to the program yet.  I've
  tried all the solutions online and mentioned in Wave (i.e. searching
  for the Enable your Google Wave Account every day, as well as
  entering the   search query), but every day to no avail.

  I understand that there is quite a bit of demand for these invites
  right now and, while you promised them to everyone in the Sandbox
  program, I was just wondering if it WAS the case that you haven't
  gotten around to getting invites out to all the Sandbox participants
  just yet...or whether there was some other problem.

  I haven't been able to find any other support e-mail addresses that
  would reply to me, so I apologize in advance if this is not the
  appropriate forum to be raising such a question, but it seemed as
  though someone had a similar situation as I and a Google employee had
  responded to their situation, so I figured I'd give it a shot.

  Any help, information or, obviously, AN INVITE, would be appreciated!

  Sincerely,
  Brandon

  On Oct 7, 10:24 pm, pamela (Google employee) pamela@gmail.com
  wrote:

   We have received some reports of developers that have not yet received
   invites for Google Wave preview in their sandbox account. If you think
   you are one of them, please do a search first for Enable your Google
   \/\/ave Account (with a funny W) to check for the invite wave.

   We haven't yet figured out why the invites aren't there for some of
   you, and are looking into the issue. Thanks for your patience.

--~--~-~--~~~---~--~~
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] Sandbox vs Preview

2009-10-13 Thread PJ Gray
I wrote a couple robots last night after getting my preview invite last
week.   Last night they were both working fairly good (only my own bugs to
worry about!), but today they ruun real sloow.
Sometimes not responding to new blips for 5+ minutes.  Then, just today
I got my sandbox invite and tried my robots there and they work super
fast.

Just the nature of the beast I suppose, correct?Nothing I can do to help
this?

thanks for any information!

-pj

--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread Harrier

I'm willing to test some your finely crafted 'bots and Gadgets

harrie...@wavesandbox.com

On Oct 13, 1:56 pm, ePex epex...@googlemail.com wrote:
 e...@wavesandbox.com

 On 27 Aug., 20:31, mfrancis107 mfrancis...@gmail.com wrote:

  michaelfran...@wavesandbox.com

--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread ronnie smith

new here halfpint-t...@wavesandbox.com

On Oct 13, 5:56 am, ePex epex...@googlemail.com wrote:
 e...@wavesandbox.com

 On 27 Aug., 20:31, mfrancis107 mfrancis...@gmail.com wrote:

  michaelfran...@wavesandbox.com

--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Scott Breakall

I've downloaded the exe, but am I missing something? There's nowhere
for me to enter my wave credentials?

~Scott~

--~--~-~--~~~---~--~~
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] Adding users

2009-10-13 Thread Anton Crash

Hi guys. First of all I want to thank for Wave. It's amazing. I'm new
here (don't judge seriously) and have started using Wave interface
recently. I've been adding contacts and nobody's answering. I checked
the FAQ, but I do everything as I was told there. I have written tons
of messages to people but to no avail. What's wrong with it? Could
anybody add me and drop some lines so I'm sure it works?

fandori...@wavesandbox.com

--~--~-~--~~~---~--~~
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] Google Wave doesn't understand callto protocol

2009-10-13 Thread G. Wizzzzz

Hi

I have uploaded my bot today and tested it. It seems to be working
fine until i try click on the link. The link is supposed to launch an
external app such as Skype. The link seems to have been rewritten to
point to the current wave page.

Is there anybody who has experienced similar issues. the call to
protocol works the same way as a normal and here is the code that does
create it.

Blip blip = wavelet.appendBlip();
TextView textView = blip.getDocument();
textView.appendMarkup(A href=\callto://+name
+\Click to call: +name.toUpperCase()+/A)

let me know if there is a workaround.

regards,

G. Wi

--~--~-~--~~~---~--~~
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] transmitting Gadgets to different wave Providers

2009-10-13 Thread Sebastian

Hi all,

I'm feeling a little confused by trying to unterstand how the view of
a wavlet is transmitted to other Wave Providers. I take a look through
the specs and white papers at http://www.waveprotocol.org/. - All I
found was something about how to transmit the data of a wavlet - but I
doesn't find anything that tells me how the Gadget that I've written
is transmitted to other Wave provider in order to share the same
Gadget (display/view) between different providers. I also didn't find
anything about how one wavlet can notify other wavelets that a certain
Gadget is required/loaded. I mean how can someone who has a console
waveclient interact with someone who use a nice graphical Gadget(e.g.
a Gadget that will display a map)?

regards
Sebastian

--~--~-~--~~~---~--~~
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: FYI: Missing Sandbox - Preview Invites

2009-10-13 Thread Anton Crash

Hi there. I have not received an invitation yet. Could you please send
it to me? Thanks in advance. My sandbox name is : fandorin88.

On 13 окт, 20:20, Corey gr8consort...@gmail.com wrote:
 Hi Pam --

 I checked/searched both of my sandbox accounts and did not see the
 preview invites.

 My credentials:

 gmail: gr8consort...@gmail.com
 sandbox: coreyle...@wavesandbox.com

 Thanks very much,

 Corey

 On Oct 13, 10:02 am, cbh craig.hor...@gmail.com wrote:

  I too am a sandbox dev who hasn't received a preview invitation, or it
  was sent to my primary sandbox account (cbh) to which I've lost access
  for unknown reasons. If there's any way the invitation can be re-sent
  to cbh-test i would be deeply appreciative.

  On Oct 7, 2:24 pm, pamela (Google employee) pamela@gmail.com
  wrote:

   We have received some reports of developers that have not yet received
   invites for Google Wave preview in their sandbox account. If you think
   you are one of them, please do a search first for Enable your Google
   \/\/ave Account (with a funny W) to check for the invite wave.

   We haven't yet figured out why the invites aren't there for some of
   you, and are looking into the issue. Thanks for your patience.

--~--~-~--~~~---~--~~
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: DOCUMENT_ELEMENT_DELETE and DOCUMENT_ELEMENT_REPLACE not working?

2009-10-13 Thread canopus

Thanks for the point, but I think is not the same thing...

My bot are responding to events (I can see the info logs with both
incoming and outgoing operations), and the DOCUMENT_ELEMENT_DELETE is
present in the outgoing (so the bot was able to generate the waveapi
call after the event), but the deletion is just ignored and the
element remains the same in the blip document...

I'm really surprised that anybody else complains about this, so... Are
the element deletion working for the rest of you?

Perhaps I'm doing something wrong, but I can't see what...

Thanks.

On 13 oct, 21:14, Chris C. yclept.ch...@gmail.com wrote:
 Possibly related to this bug:

 http://code.google.com/p/google-wave-resources/issues/detail?id=278

 Which revolves around Wave failing to get the capabilities.xml file,
 and thus leaving your bot with no capability to respond to events. My
 bots are currently down for the count due to it (although re-deploying
 to a new App ID seems to fix it, at least temporarily).

 On Oct 11, 5:11 pm, canopus cano...@gmail.com wrote:

  Hi.

  I've a python bot that needs to insert/delete/replace images to the
  blip document.

  I'm having problems with the actual python api (16-9-2009) and both
  DOCUMENT_ELEMENT_DELETE and DOCUMENT_ELEMENT_REPLACE operations. The
  insertion works perfectly.

  When I use one of them, not only the element is not deleted/replaced,
  also the remaining operations (usually, adding more elements) fails
  too. The elements are always of type IMAGE, inserted previously in
  another iteration by the same bot.

  I took a look at the operations JSON object generated (visible in the
  app engine logs) and everything seems ok (the elements index are the
  same in the incoming and the outgoing operations), but It never works.
  The operations are NOT performed and no error is reported in the log.

  I'm testing this in the preview wave server (not in sandbox).

  One not-working operation sample:

  Outgoing: {operations: {javaClass: java.util.ArrayList, list:
  [{blipId: b+MmlxMtH0E, index: 35, waveletId: googlewave.com!
  conv+root, javaClass: com.google.wave.api.impl.OperationImpl,
  waveId: googlewave.com!w+YZxV44JqA, type:
  DOCUMENT_ELEMENT_DELETE}]}, javaClass:
  com.google.wave.api.impl.OperationMessageBundle, version: 4}

  There is an old thread in this group about a similar issue, but it's
  related to a problem with the element index, and it's not the case...

  Any ideas?

  Thanks.

--~--~-~--~~~---~--~~
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] Designing for Wave

2009-10-13 Thread guy

Howdy all,

Just FYI, I am not a developer...but a designer. If anyone wants help
adding a bit of design elements to their Wave plug-in I'd be glad to
help out.

Just looking for something to do :P

Cheers

--~--~-~--~~~---~--~~
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: FYI: Missing Sandbox - Preview Invites

2009-10-13 Thread pamela (Google Employee)
At this time, we are not giving Google Wave preview accounts to new Wave
Sandbox accounts. I would suggest filling out the form at wave.google.com.
- pamela

On Wed, Oct 14, 2009 at 6:23 AM, Thomas Vander Wal infocl...@gmail.comwrote:


 My wait for sandbox access finally ended today, but I am wondering if
 I have to queue from scratch for the preview? Will preview invite be
 added to newly added/created sandbox accounts? I am
 vander...@wavesandbox.com

 All the best,
 Thomas

 On Oct 7, 5:24 pm, pamela (Google employee) pamela@gmail.com
 wrote:
  We have received some reports of developers that have not yet received
  invites for Google Wave preview in their sandbox account. If you think
  you are one of them, please do a search first for Enable your Google
  \/\/ave Account (with a funny W) to check for the invite wave.
 
  We haven't yet figured out why the invites aren't there for some of
  you, and are looking into the issue. Thanks for your patience.

 


--~--~-~--~~~---~--~~
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: FYI: Missing Sandbox - Preview Invites

2009-10-13 Thread Giuliano

Hi Pamela,

I also in wavesandbox and haven't got any invitations to wave preview.

Thanks in advance, and best regards.

Giuliano.

On Oct 9, 3:38 pm, Rafael Raposo orapo...@gmail.com wrote:
 I haven't got any invitations also.

 My wave sandbox username is orapouso.

 Thanks in advance.
 Rafael

 On 7 out, 23:36, pamela fox (Google employee) pamela@gmail.com
 wrote:



  Hi Brandon -

  Please email me offline with your Wave sandbox username.

  - pamela

  On Oct 8, 1:22 pm, masemase brandon.blatt...@gmail.com wrote:

   I have a Google Wave Sandbox account and have been extremeley
   dissapointed to not have received an invite to the program yet.  I've
   tried all the solutions online and mentioned in Wave (i.e. searching
   for the Enable your Google Wave Account every day, as well as
   entering the   search query), but every day to no avail.

   I understand that there is quite a bit of demand for these invites
   right now and, while you promised them to everyone in the Sandbox
   program, I was just wondering if it WAS the case that you haven't
   gotten around to getting invites out to all the Sandbox participants
   just yet...or whether there was some other problem.

   I haven't been able to find any other support e-mail addresses that
   would reply to me, so I apologize in advance if this is not the
   appropriate forum to be raising such a question, but it seemed as
   though someone had a similar situation as I and a Google employee had
   responded to their situation, so I figured I'd give it a shot.

   Any help, information or, obviously, AN INVITE, would be appreciated!

   Sincerely,
   Brandon

   On Oct 7, 10:24 pm, pamela (Google employee) pamela@gmail.com
   wrote:

We have received some reports of developers that have not yet received
invites for Google Wave preview in their sandbox account. If you think
you are one of them, please do a search first for Enable your Google
\/\/ave Account (with a funny W) to check for the invite wave.

We haven't yet figured out why the invites aren't there for some of
you, and are looking into the issue. Thanks for your patience.

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



Re: [gwave] [Google Wave APIs] Sandbox vs Preview

2009-10-13 Thread Allen Firstenberg
Oh good.  I was beginning to worry that I was the only one seeing this or
that I had done something wrong.  I rewrote my bot between yesterday and
today - and things slowed down dramatically, so I was going over things
trying to figure out what I might have messed up.
One other thing I noticed is that I would also get a lot of repeating
information in a bundle.  If I register for WAVELET_TIMESTAMP_CHANGED and
WAVELET_VERSION_CHANGED, I will get multiple such events, apparently with
the exact same info (version and timestamp), all in the same bundle.

Related?

Allen


On Tue, Oct 13, 2009 at 10:48 AM, PJ Gray pj4...@gmail.com wrote:

 I wrote a couple robots last night after getting my preview invite last
 week.   Last night they were both working fairly good (only my own bugs to
 worry about!), but today they ruun real sloow.
 Sometimes not responding to new blips for 5+ minutes.  Then, just today
 I got my sandbox invite and tried my robots there and they work super
 fast.

 Just the nature of the beast I suppose, correct?Nothing I can do to
 help this?

 thanks for any information!

 -pj



 


--~--~-~--~~~---~--~~
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: License of Google-Wave-Logo

2009-10-13 Thread Andrey Fedorov
If I were you, I'd use it until they send a cease-and-desist, which they
probably won't. Just remember that any day any of the lawyers there feels
like it, they can.
- Andrey

On Tue, Oct 13, 2009 at 3:02 PM, webjocky webjo...@gmail.com wrote:


 I would think that this falls under the Manufactured Items section
 of the permission guidelines and is not permitted.

 Specifically: We get requests from lots of entrepreneurs who have
 imagined a new... imaginative product that incorporates the Google
 logo or a Google product. Unfortunately, we cannot grant permission
 for these uses.

 


--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread James Purser

Even without the code it is possible to do basic checks. I ran the
strings took across the exe this morning and couldn't see anything out
of the ordinary. However while it is a .net app it doesn't work under
mono.

On 14/10/2009, Brian May br...@microcomaustralia.com.au wrote:

 On Tue, Oct 13, 2009 at 05:07:18PM -0400, Andrey Fedorov wrote:
 Uhoh, I hope you guys are at least running antivirus as you run exe's you
 downloaded online?

 Even a good antivirus program won't help if the downloaded exe grabs your
 Google Wave username and password and automatically sends it to the author.

 Not that I am suggesting that is what this program does, but since we don't
 have the source code available (yet), who knows?

 Even if this project is legitimate, other similar projects may not be.

 (similar concerns also apply when typing in username  password information
 in
 waves that have untrusted robots)
 --
 Brian May br...@microcomaustralia.com.au

 


-- 
Sent from my mobile device

--~--~-~--~~~---~--~~
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: Sandbox vs Preview

2009-10-13 Thread Chris Searle


On 13. okt.. 2009, at 16.48, PJ Gray wrote:

 I wrote a couple robots last night after getting my preview invite  
 last week.   Last night they were both working fairly good (only my  
 own bugs to worry about!), but today they ruun real  
 sloow.Sometimes not responding to new blips for 5+  
 minutes.  Then, just today I got my sandbox invite and tried my  
 robots there and they work super fast.

 Just the nature of the beast I suppose, correct?Nothing I can do  
 to help this?


I've noticed this the last two days. Early morning (CEST) bots are  
running fast on both sandbox and preview. Continues until approx  
16:00-17:00 CEST - then the preview gets slow. The developer sandbox  
stays fast (almost instant).

A colleague joked ah - that's when the US comes online - I have no  
idea if that is anything more than a joke - but I await tomorrow  
morning with interest to see if it speeds up again ;)

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



Re: [gwave] [Google Wave APIs] Sandbox vs Preview

2009-10-13 Thread PJ Gray
not sure about those differences, but I am still having difficulty with my
preview robots.Hopefully it'll get better later tonight, as the load
drops off?

Not to hijack my own thread, but does anyone know about getting a different
robot to respond to a blip created by another robot?   Based on the
documentation this should be possible.   Operations performed by a robot
are not reported back to the robot that did them, though they are reported
to other participants in the affected wavelets, including other robots.

However, I couldn't get a bot to respond to blip_submitted, which I can kind
of understand if it is implemented as a handler on the Done button or
defocusing the wave.   But I would expect it to respond to
wavelet_blip_created, and yet it doesn't.   Not even on the sandbox.I
suppose this could be my own bug thoughI have hacked on it for a while
tho.  Anyone else done this?   I wanna get my bots talking to each other.
Next stop after that:  Neural Networkshaha.

-pj



On Tue, Oct 13, 2009 at 5:00 PM, Allen Firstenberg gw...@addventure.comwrote:

 Oh good.  I was beginning to worry that I was the only one seeing this or
 that I had done something wrong.  I rewrote my bot between yesterday and
 today - and things slowed down dramatically, so I was going over things
 trying to figure out what I might have messed up.
 One other thing I noticed is that I would also get a lot of repeating
 information in a bundle.  If I register for WAVELET_TIMESTAMP_CHANGED and
 WAVELET_VERSION_CHANGED, I will get multiple such events, apparently with
 the exact same info (version and timestamp), all in the same bundle.

 Related?

 Allen


 On Tue, Oct 13, 2009 at 10:48 AM, PJ Gray pj4...@gmail.com wrote:

 I wrote a couple robots last night after getting my preview invite last
 week.   Last night they were both working fairly good (only my own bugs to
 worry about!), but today they ruun real sloow.
 Sometimes not responding to new blips for 5+ minutes.  Then, just today
 I got my sandbox invite and tried my robots there and they work super
 fast.

 Just the nature of the beast I suppose, correct?Nothing I can do to
 help this?

 thanks for any information!

 -pj






 


--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Oliver Baker

Hi Pamela,

Like I said, the first release (Version 1.0) was coded pretty slack,
which is why it isn't in the repository yet. I am currently cleaning
it up and soon (next 1-2 days) it will be put into the repository.

And I am surprised that you don't know how I did this, its a
relatively simple Idea in principal, however I found was much harder
to do in code.

My application is relatively basic. On any web browser open up Google
Wave and then view its source, Google Wave builds the User Interface
after it loads the main page, which is why you can't see the User
Interface Code (Unless you are using Google Chrome and use the
Inspector on the User Interface). However, when Google Wave Finishes
loading the page before creating the GUI the source of the page
contains an Array of your Waves (Not in 100% entirety, like not all
the Blips will have all of their text written in the source of the
page) but there is an extremely sufficient amount there to Gather your
Waves, their ID's, Title, Creator etc...
After Gathering that information (Which I have not entirely perfected
yet) I display the Waves for the user in the Programs Notify Icon Menu
along with each ones Total Messages and Unread Messages.

This is pretty slack and was just a simple innovative way of doing
what nobody else (and to my surprise eluded the Google Staff) could
do.

I am going to continually release newer, more effective versions of
this application. And if the Google Wave team does release an API for
what I have done then I will update my application to use that API.

-

I realized this solution at the beginning of August when I gained
access to the Developers Sandbox. My original plan was to create a
Google Chrome extension which used this method to display Unread
messages. (I have made an extension like this for Hotmail). I had
started but unfortunately I had not completely mastered reading the
HTML Source and then when my laptop got stolen that project got
scrapped.

I have to say, being 17 and to out smart people much smarter than me
and people who work for Google and deal with making Google Wave I am
pretty surprised.

If I lived close the the Wave Hackathon instead of living in New
Zealand I probably would have made this there and then.

--

I hope this enlightens you. And is explained well.

The Source for the project should be put up on Google Code within 24
hrs of this message.

Regards,
Oliver Baker

On Oct 14, 9:49 am, pamela (Google Employee) pamela...@gmail.com
wrote:
 Hi Oliver -
 There is no source code in the repository. Where is the source code
 available at?
 We do not offer an API that gives access to inbox information, so I'm
 curious as to how you managed to do this. Can you explain further?

 - pamela

 On Wed, Oct 14, 2009 at 2:30 AM, Sam Osborne 
 sam.tosbo...@googlemail.comwrote:



  Sure I'll grab it.. Gimme about half an hour and I'll come in and start
  testing it.

  2009/10/13 Chris Bailey xcom...@gmail.com

  I'd be willing to help test. Also my wave ID is Xcom923

  On Oct 13, 12:30 am, Oliver Baker ocba...@gmail.com wrote:
   Hi all,

   It was my intention from the beginning to make a Tool for your Desktop
   which would tell you when you have new Waves. And I was surprised that
   nobody had made one before me, so, I have made it!

   This is currently only for Windows. It has a few bugs but nothing that
   should make it crash, and, unlike Google I only employ myself, and
   thats for free.

   This will be in Beta until the Official release of Google Wave as
   anything could happen in the preview.

   This has been coded pretty slack (release as of this message) since
   the Wave team will probably end up creating much better method of
   access for external applications than the method I am using, and so it
   will be re-coded for those methods. (I am still improving this one)

   The link to the Project home:http://code.google.com/p/gwave-tools/

   It would be much appreciated if bugs could be reported on the Project
   site, I will read them, and take note of them.

   Enjoy,
   Oliver

--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Oliver Baker

How dare you Andrey!

I do not store any of your information what so ever excluding the last
Wave server you selected.

Any Login information you enter is immediatly put into the Google Wave
Login page to log the application into the Google Wave login page.

To enter your login details on Version 2 (Sorry I made this a little
stupidly) you will need to left click on the Notify Icon or right
click the icon, go into the Waves item, then click the login to see
your waves button.

Also, make sure you have Google Chrome Frame installed on your
computer for this to work. I am still working out the bugs.

On Oct 14, 10:07 am, Andrey Fedorov anfedo...@gmail.com wrote:
 Uhoh, I hope you guys are at least running antivirus as you run exe's you
 downloaded online?
 - Andrey



 On Tue, Oct 13, 2009 at 2:15 PM, Scott Breakall break...@gmail.com wrote:

  I've downloaded the exe, but am I missing something? There's nowhere
  for me to enter my wave credentials?

  ~Scott~

--~--~-~--~~~---~--~~
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] wave.getMode() troubles

2009-10-13 Thread nerd_boy

'lo all

 Firstly, let me say I don't have access to the Sandbox, so if
this is a silly question that would easily be answered there or
whatever, that is why.

 Toying around with making a gadget, and I'm wanting to have a
different view if the wave is in EDIT mode rather than the regular
VIEW mode. However, with the code:

 if(wave.getMode()==wave.Mode.VIEW){document.write(View Mode);
 else if(wave.getMode()==wave.Mode.EDIT){document.write(Edit
Mode);

in script tags, neither one appear either when I'm viewing the wave
or when I'm editing it. I threw a document.write(Testing
Javascript); outside of the if statements to ensure I hadn't borked
anything else up, and that at least prints.

 So, any ideas as to what I'm doing wrong? Or is getMode not yet
fully supported in Wave Preview? Thanks in advance,
--nerd_boy

--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread Tom

Just arrived ...

tom.h...@wavesandbox.com

--~--~-~--~~~---~--~~
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] deutsches wave forum

2009-10-13 Thread rinderschwein

http://www.howtowave.de

--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Oliver Baker

Hi All,

At Pamela's request I have removed this Application from its Google
Code Project until the release of the required API pack.

Regards,
Oliver Baker

On Oct 14, 1:42 pm, pamela (Google Employee) pamela...@gmail.com
wrote:
 Hey Oliver-
 I responded to you offline, but will also respond here to keep the thread in
 the forum.

 I assumed that was how you were doing this, but wanted to give you a chance
 to explain. It is generally considered illegal to scrape the HTML of
 webpages that do not grant explicit permission for that. That is why
 webpages provide APIs- so that developers can legally use content.

 I would advise on waiting until we offer some sort of Google data API to
 distribute a program like this.

 - pamela



 On Wed, Oct 14, 2009 at 8:27 AM, Oliver Baker ocba...@gmail.com wrote:

  How dare you Andrey!

  I do not store any of your information what so ever excluding the last
  Wave server you selected.

  Any Login information you enter is immediatly put into the Google Wave
  Login page to log the application into the Google Wave login page.

  To enter your login details on Version 2 (Sorry I made this a little
  stupidly) you will need to left click on the Notify Icon or right
  click the icon, go into the Waves item, then click the login to see
  your waves button.

  Also, make sure you have Google Chrome Frame installed on your
  computer for this to work. I am still working out the bugs.

  On Oct 14, 10:07 am, Andrey Fedorov anfedo...@gmail.com wrote:
   Uhoh, I hope you guys are at least running antivirus as you run exe's you
   downloaded online?
   - Andrey

   On Tue, Oct 13, 2009 at 2:15 PM, Scott Breakall break...@gmail.com
  wrote:

I've downloaded the exe, but am I missing something? There's nowhere
for me to enter my wave credentials?

~Scott~

--~--~-~--~~~---~--~~
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.getMode() troubles

2009-10-13 Thread nerd_boy

Changed the require feature as you stated, but it still isn't
working. :|  I'll continue sifting through the source of other gadgets
to try and figure it out. Thanks.

On Oct 13, 8:46 pm, pamela (Google Employee) pamela...@gmail.com
wrote:
 Hi nerd_boy -
 We are currently updating the documentation with a notice that some
 functionality (like this) is only available in the latest version of the
 API.
 Change Require feature=wave to wave-preview and it should work.

 Check the Map Gadget in the samples gallery for example usage.

 - pamela



 On Wed, Oct 14, 2009 at 9:21 AM, nerd_boy i.am.nerd...@gmail.com wrote:

  'lo all

      Firstly, let me say I don't have access to the Sandbox, so if
  this is a silly question that would easily be answered there or
  whatever, that is why.

      Toying around with making a gadget, and I'm wanting to have a
  different view if the wave is in EDIT mode rather than the regular
  VIEW mode. However, with the code:

      if(wave.getMode()==wave.Mode.VIEW){document.write(View Mode);
      else if(wave.getMode()==wave.Mode.EDIT){document.write(Edit
  Mode);

  in script tags, neither one appear either when I'm viewing the wave
  or when I'm editing it. I threw a document.write(Testing
  Javascript); outside of the if statements to ensure I hadn't borked
  anything else up, and that at least prints.

      So, any ideas as to what I'm doing wrong? Or is getMode not yet
  fully supported in Wave Preview? Thanks in advance,
  --nerd_boy

--~--~-~--~~~---~--~~
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] Flash Javascript communication

2009-10-13 Thread guojian

Is there a flag i need to pass to gadgets.flash.embedFlash() to enable
flash-javascript communication or is this not allow for wave
gadgets?

I'm getting a sandbox violation trying to call javascript from flash.

thanks in advance.

--~--~-~--~~~---~--~~
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.getMode() troubles

2009-10-13 Thread pamela (Google Employee)
Okay, please post a link to your code if you need help debugging. I might
also suggest reading the Debugging Gadgets article:
http://code.google.com/apis/wave/articles/gadgetdebugging.html

http://code.google.com/apis/wave/articles/gadgetdebugging.html- pamela

On Wed, Oct 14, 2009 at 1:33 PM, nerd_boy i.am.nerd...@gmail.com wrote:


 Changed the require feature as you stated, but it still isn't
 working. :|  I'll continue sifting through the source of other gadgets
 to try and figure it out. Thanks.

 On Oct 13, 8:46 pm, pamela (Google Employee) pamela...@gmail.com
 wrote:
  Hi nerd_boy -
  We are currently updating the documentation with a notice that some
  functionality (like this) is only available in the latest version of the
  API.
  Change Require feature=wave to wave-preview and it should work.
 
  Check the Map Gadget in the samples gallery for example usage.
 
  - pamela
 
 
 
  On Wed, Oct 14, 2009 at 9:21 AM, nerd_boy i.am.nerd...@gmail.com
 wrote:
 
   'lo all
 
   Firstly, let me say I don't have access to the Sandbox, so if
   this is a silly question that would easily be answered there or
   whatever, that is why.
 
   Toying around with making a gadget, and I'm wanting to have a
   different view if the wave is in EDIT mode rather than the regular
   VIEW mode. However, with the code:
 
   if(wave.getMode()==wave.Mode.VIEW){document.write(View Mode);
   else if(wave.getMode()==wave.Mode.EDIT){document.write(Edit
   Mode);
 
   in script tags, neither one appear either when I'm viewing the wave
   or when I'm editing it. I threw a document.write(Testing
   Javascript); outside of the if statements to ensure I hadn't borked
   anything else up, and that at least prints.
 
   So, any ideas as to what I'm doing wrong? Or is getMode not yet
   fully supported in Wave Preview? Thanks in advance,
   --nerd_boy

 


--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Joe Developer
On Wed, Oct 14, 2009 at 7:42 AM, pamela (Google Employee) 
pamela...@gmail.com wrote:

 Hey Oliver-
 I responded to you offline, but will also respond here to keep the thread
 in the forum.

 I assumed that was how you were doing this, but wanted to give you a chance
 to explain. It is generally considered illegal to scrape the HTML of
 webpages that do not grant explicit permission for that. That is why
 webpages provide APIs- so that developers can legally use content.

 Really? Generally considered illegal? I would appreciate a link that
documents such a finding. I would imagine that google search results would
be fairly sparsely populated if they could only include those pages that
include explicit permission for google to scrape.

I would advise on waiting until we offer some sort of Google data API to
 distribute a program like this.

 - pamela


 On Wed, Oct 14, 2009 at 8:27 AM, Oliver Baker ocba...@gmail.com wrote:


 How dare you Andrey!

 I do not store any of your information what so ever excluding the last
 Wave server you selected.

 Any Login information you enter is immediatly put into the Google Wave
 Login page to log the application into the Google Wave login page.

 To enter your login details on Version 2 (Sorry I made this a little
 stupidly) you will need to left click on the Notify Icon or right
 click the icon, go into the Waves item, then click the login to see
 your waves button.

 Also, make sure you have Google Chrome Frame installed on your
 computer for this to work. I am still working out the bugs.

 On Oct 14, 10:07 am, Andrey Fedorov anfedo...@gmail.com wrote:
  Uhoh, I hope you guys are at least running antivirus as you run exe's
 you
  downloaded online?
  - Andrey
 
 
 
  On Tue, Oct 13, 2009 at 2:15 PM, Scott Breakall break...@gmail.com
 wrote:
 
   I've downloaded the exe, but am I missing something? There's nowhere
   for me to enter my wave credentials?
 
   ~Scott~




 


--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Joe Developer


 However scrapping is really ugly, error prone, and needs frequent updating.
 I
 would consider these issues more important then the legal issue. Especially
 as it seems likely that Google will develop a proper API in the future.


Absolutely.

--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Joe Developer
On Wed, Oct 14, 2009 at 10:11 AM, pamela (Google Employee) 
pamela...@gmail.com wrote:

 Sure, good point, let me clarify, though please keep in mind that I'm not a
 lawyer...

 According to the Google Wave terms of use, it is not permitted to modify,
 adapt, translate, or reverse engineer any portion of the Service unless
 expressly authorized. In Oliver's prototype, he essentially reverse
 engineered the client display mechanism to extract the content. You can read
 more of the policies at:
 http://wave.google.com/help/wave/program_policies.html

 Thank you for spelling that out Pamela :)

--~--~-~--~~~---~--~~
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 Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Dan Peterson
On Wed, Oct 14, 2009 at 2:11 PM, pamela (Google Employee) 
pamela...@gmail.com wrote:


 Once we have an API to let you programmatically extract the content --
 which is something we're working on -- then that API could be used to build
 this prototype without having to reverse engineer. Another thing to
 consider, more in the wave protocol effort, would be a client/server
 protocol -- but things are early there at the moment.


I'm looking forward to a day when we have such APIs exposed :)


 - pamela

 On Wed, Oct 14, 2009 at 1:48 PM, Joe Developer 
 joe.d.develo...@gmail.comwrote:

 On Wed, Oct 14, 2009 at 7:42 AM, pamela (Google Employee) 
 pamela...@gmail.com wrote:

 Hey Oliver-
 I responded to you offline, but will also respond here to keep the thread
 in the forum.

 I assumed that was how you were doing this, but wanted to give you a
 chance to explain. It is generally considered illegal to scrape the HTML
 of webpages that do not grant explicit permission for that. That is why
 webpages provide APIs- so that developers can legally use content.

 Really? Generally considered illegal? I would appreciate a link that
 documents such a finding. I would imagine that google search results would
 be fairly sparsely populated if they could only include those pages that
 include explicit permission for google to scrape.

 I would advise on waiting until we offer some sort of Google data API to
 distribute a program like this.

 - pamela


 On Wed, Oct 14, 2009 at 8:27 AM, Oliver Baker ocba...@gmail.com wrote:


 How dare you Andrey!

 I do not store any of your information what so ever excluding the last
 Wave server you selected.

 Any Login information you enter is immediatly put into the Google Wave
 Login page to log the application into the Google Wave login page.

 To enter your login details on Version 2 (Sorry I made this a little
 stupidly) you will need to left click on the Notify Icon or right
 click the icon, go into the Waves item, then click the login to see
 your waves button.

 Also, make sure you have Google Chrome Frame installed on your
 computer for this to work. I am still working out the bugs.

 On Oct 14, 10:07 am, Andrey Fedorov anfedo...@gmail.com wrote:
  Uhoh, I hope you guys are at least running antivirus as you run exe's
 you
  downloaded online?
  - Andrey
 
 
 
  On Tue, Oct 13, 2009 at 2:15 PM, Scott Breakall break...@gmail.com
 wrote:
 
   I've downloaded the exe, but am I missing something? There's nowhere
   for me to enter my wave credentials?
 
   ~Scott~










 


--~--~-~--~~~---~--~~
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.getMode() troubles

2009-10-13 Thread nerd_boy

Oh, heh. Didn't mean to cause that much bother. :| But thanks!
http://rnfn-googlewave-gadgets.googlecode.com/svn/trunk/xbox-gamercard.xml
is the file. I'm likely doing something really and obviously daft. I
think the problem is/related-to the fact that if(!wave||!
wave.isInWaveContainer()) returns false. Thanks and sorry for any
blatant stupidity.

--nerd_boy

On Oct 13, 10:36 pm, pamela (Google Employee) pamela...@gmail.com
wrote:
 Okay, please post a link to your code if you need help debugging. I might
 also suggest reading the Debugging Gadgets 
 article:http://code.google.com/apis/wave/articles/gadgetdebugging.html

 http://code.google.com/apis/wave/articles/gadgetdebugging.html- pamela



 On Wed, Oct 14, 2009 at 1:33 PM, nerd_boy i.am.nerd...@gmail.com wrote:

  Changed the require feature as you stated, but it still isn't
  working. :|  I'll continue sifting through the source of other gadgets
  to try and figure it out. Thanks.

  On Oct 13, 8:46 pm, pamela (Google Employee) pamela...@gmail.com
  wrote:
   Hi nerd_boy -
   We are currently updating the documentation with a notice that some
   functionality (like this) is only available in the latest version of the
   API.
   Change Require feature=wave to wave-preview and it should work.

   Check the Map Gadget in the samples gallery for example usage.

   - pamela

   On Wed, Oct 14, 2009 at 9:21 AM, nerd_boy i.am.nerd...@gmail.com
  wrote:

'lo all

    Firstly, let me say I don't have access to the Sandbox, so if
this is a silly question that would easily be answered there or
whatever, that is why.

    Toying around with making a gadget, and I'm wanting to have a
different view if the wave is in EDIT mode rather than the regular
VIEW mode. However, with the code:

    if(wave.getMode()==wave.Mode.VIEW){document.write(View Mode);
    else if(wave.getMode()==wave.Mode.EDIT){document.write(Edit
Mode);

in script tags, neither one appear either when I'm viewing the wave
or when I'm editing it. I threw a document.write(Testing
Javascript); outside of the if statements to ensure I hadn't borked
anything else up, and that at least prints.

    So, any ideas as to what I'm doing wrong? Or is getMode not yet
fully supported in Wave Preview? Thanks in advance,
--nerd_boy
--~--~-~--~~~---~--~~
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: HowTo: Make a robot create a new Wave (Python)

2009-10-13 Thread Ernie Turner

Thank you! This is exactly what I was trying to do, and your code work
great. A follow up question though. Do you know if it's possible to do
this without having a beginning wave to begin with? That is, is it
possible to create the 'context' variable just from the API? I've read
a few other posts about this and I haven't found anyone saying it was
possible.

Again, thanks for the sample code.

On Oct 10, 1:25 am, Daniel Faust soundlin...@gmail.com wrote:
 Oh, right, and you need to add
 __ from waveapi import robot_abstract __
 to your file

 On Oct 10, 9:24 am, Daniel Faust soundlin...@gmail.com wrote:



  Hi,

  I myself had trouble with this issue and saw that it was asked for
  several times. I found the solution and want to share it, so here it
  goes:

  def OnBlipSubmitted(properties, context):
    doc = context.GetBlipById(properties['blipId']).GetDocument()
    text = doc.GetText()
    if text.find('/createWave') == 0:
      _newWave       = robot_abstract.NewWave(context,
  context.GetRootWavelet().GetParticipants())
      _newWave.SetTitle(NewWave'sTitle)
      _newRootBlipId = _newWave.GetRootBlipId()
      _newRootBlip   = context.GetBlipById(_newRootBlipId)
      _newDocument   = _newRootBlip.GetDocument()
      _newDocument.AppendText(This is an additional Text)
--~--~-~--~~~---~--~~
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: Sandbox Accounts Here

2009-10-13 Thread Wouter

w.dorg...@wavesandbox.com

--~--~-~--~~~---~--~~
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] html ascii characters in textview.append

2009-10-13 Thread Zachary Pitts

I'm attempting to place a percent sign in textview.append.  If the
String I'm appending has a % directly, the robot never actually
appends the textview.  I tried appendMarkup with the String containing
 # 3 7 ; (without the spaces), which is the html ascii character
code for percent sign.  The textview simply displays the those
characters, and not a percent sign.

Has anyone had success getting percent signs to appear?

--~--~-~--~~~---~--~~
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.getMode() troubles

2009-10-13 Thread Jonathan Hunt

Hi,

You can see the simple equation gadget I built which uses getMode and
seems to work (for me).
http://waveyscience.appspot.com/eqygadget/eqygadget.xml

Regards,
Jonny

On Wed, Oct 14, 2009 at 12:33 PM, nerd_boy i.am.nerd...@gmail.com wrote:

 Changed the require feature as you stated, but it still isn't
 working. :|  I'll continue sifting through the source of other gadgets
 to try and figure it out. Thanks.

 On Oct 13, 8:46 pm, pamela (Google Employee) pamela...@gmail.com
 wrote:
 Hi nerd_boy -
 We are currently updating the documentation with a notice that some
 functionality (like this) is only available in the latest version of the
 API.
 Change Require feature=wave to wave-preview and it should work.

 Check the Map Gadget in the samples gallery for example usage.

 - pamela



 On Wed, Oct 14, 2009 at 9:21 AM, nerd_boy i.am.nerd...@gmail.com wrote:

  'lo all

      Firstly, let me say I don't have access to the Sandbox, so if
  this is a silly question that would easily be answered there or
  whatever, that is why.

      Toying around with making a gadget, and I'm wanting to have a
  different view if the wave is in EDIT mode rather than the regular
  VIEW mode. However, with the code:

      if(wave.getMode()==wave.Mode.VIEW){document.write(View Mode);
      else if(wave.getMode()==wave.Mode.EDIT){document.write(Edit
  Mode);

  in script tags, neither one appear either when I'm viewing the wave
  or when I'm editing it. I threw a document.write(Testing
  Javascript); outside of the if statements to ensure I hadn't borked
  anything else up, and that at least prints.

      So, any ideas as to what I'm doing wrong? Or is getMode not yet
  fully supported in Wave Preview? Thanks in advance,
  --nerd_boy

 




-- 
Jonathan J Hunt j...@42quarks.com
Homepage: http://www.42quarks.com
(Further contact details there)
Physics isn't the most important thing. Love is. Richard Feynman

--~--~-~--~~~---~--~~
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 to debug my robot?

2009-10-13 Thread Jeffrey R

I followed the tutorial, and even registrated on appspot.com. I
deployed my robot, started a new wave. Added my robot as a contact,
but it doesnt do anything.
I cant figure out where something is going wrong because in Eclipse I
dont get any errors.
And know Im like trying to figure for bout 2 hours whats going wrong
with my bot and how to fix it.
But without succes.

I cant fix it, because i dont know whats wrong and where I should
look.

Im following this tutorial 
http://code.google.com/intl/en/apis/wave/extensions/robots/java-tutorial.html

I really should find out where to look to find any errors, because
normally its in the compiler.
But eclipse shows no errors.

If anyone has any tips/help/advice Ill glady appreciate it.

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