[Google Wave APIs] Re: Embedding Waves

2009-10-20 Thread Sam Osborne
When Wave goes live you'll probably just need a Google account to be able to see the amazingness. 2009/10/20 Andy Thornton > > Is there any plan to be able to see the embedded content without being > logged in to a wave account ? > > On Oct 20, 2:32 am, Sam Osborne wrote: > > Try changinghttps:

[Google Wave APIs] Re: Can I use Wave in my application?

2009-10-20 Thread James Purser
On Tue, 2009-10-20 at 21:00 -0700, Alf wrote: > Hello James, Hi > Let me elaborate my original questions with more details. > 1. I'd like the Wave conversation originator to be able to change an > acces level to the Wave at some point in time, and do it as many times > as he or she wants to. At

[Google Wave APIs] Re: Creating a wave programmatically and auto attach bot

2009-10-20 Thread Glen
Is it possible to create a wave from scratch without the robot already being on a wave (e.g. without a context)? I've had a look over the developer notes and all currently suggest you can only create a new wave from another wave? Is this the case? Thanks, Glen On Oct 7, 2:29 pm, Ahsan Ali wro

[Google Wave APIs] Re: Does /_wave/robot/profile get called on the preview instance?

2009-10-20 Thread raulr...@gmail.com
I see the same behavior in the sandbox, could someone confirm this? None of our robots show profile info in either the sandbox or preview envs. On Oct 18, 6:06 pm, "pamela (Google Employee)" wrote: > Apologies, we turned off robot profiles in Wave preview due to an issue > fetching them. We expe

[Google Wave APIs] Re: multiple wavelets per wave?

2009-10-20 Thread Bryan
I struggled with that same topic, but I've discovered that when you attempt to call getWaveId() or getWaveletId() on the newly created wavelet, you actually get dummy IDs. For some reason, the Wave ID is automatically set to "conv+root" and the Wavelet ID is set to "TBD+ [some random number]". S

[Google Wave APIs] Re: Can I use Wave in my application?

2009-10-20 Thread Alf
If there is PM or lead here from the Wave team, please little 'r' to me. Thanks, - Alf. On Oct 20, 9:00 pm, Alf wrote: > Hello James, > > Let me elaborate my original questions with more details. > 1. I'd like the Wave conversation originator to be able to change an > acces level to the Wave at

[Google Wave APIs] Re: Can I use Wave in my application?

2009-10-20 Thread Alf
Hello James, Let me elaborate my original questions with more details. 1. I'd like the Wave conversation originator to be able to change an acces level to the Wave at some point in time, and do it as many times as he or she wants to. 2. I am looking to build my own service on top of the Wave. 3.

[Google Wave APIs] Re: Show debug log in Wave sandbox?

2009-10-20 Thread pamela (Google Employee)
We are working on re-enabling that log; sorry for leading you on: http://code.google.com/p/google-wave-resources/issues/detail?id=325&; - pamela On Wed, Oct 21, 2009 at 4:50 AM, instcode wrote: > > Hi friends, > > I follow the instruction in Wave Gadgets developer guide at > http://code.google.

[Google Wave APIs] Regex with the Java API

2009-10-20 Thread Peter LaBanca
I have been creating the Cody robot that colors syntax and I am working on a customization feature for the coloring engine. It seems that when I try to use unicode in my regex, the program crashes. Here is the code: public static String[][] detectAttr(String textToSearch, int index) {

[Google Wave APIs] Re: Is This Okay To Do With Google Wave?

2009-10-20 Thread Eric Dorman
I know this probably sounds crazy,but I had this idea to build this framework out for the Embed API. I don't know were I am going with this idea,but I trying to build some sort of system that lets you edit the api. Thanks & God Bless, Eric On Oct 20, 10:32 pm, James Purser wrote: > On Tue, 200

[Google Wave APIs] Re: Is This Okay To Do With Google Wave?

2009-10-20 Thread James Purser
On Tue, 2009-10-20 at 18:50 -0700, Eric Dorman wrote: > So even if the apis are not open sourced, developers can't build out > features in them or wait for them to be open sourced for them to add > their contributions? > Hi Eric, For the moment, other than feature requests, I don't think you ca

[Google Wave APIs] Re: Is This Okay To Do With Google Wave?

2009-10-20 Thread Eric Dorman
So even if the apis are not open sourced, developers can't build out features in them or wait for them to be open sourced for them to add their contributions? -Eric On Oct 20, 6:35 pm, James Purser wrote: > On Tue, 2009-10-20 at 15:31 -0700, Eric Dorman wrote: > > Hey guys, > > > I was wonderi

[Google Wave APIs] Re: Google Wave sandbox account?

2009-10-20 Thread Jonathan Hunt
Hi Pamela, I have had a similar issue with the the invitation arriving and filling in a form to choose a username for Wave but never receiving anything after that. Jonny (j...@42quarks.com or jhun...@gmail.com) On Wed, Oct 21, 2009 at 3:39 AM, instcode wrote: > > Hi Pamela, > > I got an invita

[Google Wave APIs] Re: Is This Okay To Do With Google Wave?

2009-10-20 Thread James Purser
On Tue, 2009-10-20 at 15:31 -0700, Eric Dorman wrote: > Hey guys, > > I was wondering what rights we as developers have if Google Wave is > Open Source? > Google's own Wave service is not open source at the moment. The client and servers are still closed source. What is open source is the FedO

[Google Wave APIs] Is This Okay To Do With Google Wave?

2009-10-20 Thread Eric Dorman
Hey guys, I was wondering what rights we as developers have if Google Wave is Open Source? Thanks,Eric --~--~-~--~~~---~--~~ 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 APIs] Re: Dynamic height gadget not always resizing

2009-10-20 Thread Vision Jinx
Well, I made a Twitter app for wave and it doesn't use the wave libs, just set prefs and dynamic height (which are gadgets api libs), still getting reports from Chrome users of lots of extra white space at the end of the gadgets. :( This is really frustrating :/ On Oct 20, 11:54 am, Vision Jinx

[Google Wave APIs] Re: Embedding Waves

2009-10-20 Thread Andy Thornton
Is there any plan to be able to see the embedded content without being logged in to a wave account ? On Oct 20, 2:32 am, Sam Osborne wrote: > Try changinghttps://wave.google.com/wave/#tohttp://wave.google.com/wave/ > > 2009/10/20 Keenan > > > > > > > I'm using this code: > > >www.w3.org/TR/xht

[Google Wave APIs] Show debug log in Wave sandbox?

2009-10-20 Thread instcode
Hi friends, I follow the instruction in Wave Gadgets developer guide at http://code.google.com/apis/wave/extensions/gadgets/guide.html but I can't find the "Show debug log" in the "Debug" menu. Did I miss something? Please noted that I put the "?ll=debug" text in the wave URL and made a refresh a

[Google Wave APIs] Null pointer exception from TextView.setAuthor() ...

2009-10-20 Thread BI Guy
Where am I going wrong below. It's throwing "null pointer exception" when I call TextView.setAnnotation(). I believe, we can put an annotation on the root blip and read annotations from it. Am I wrong? String text = "Annotation added."; Blip root =

[Google Wave APIs] Re: Google Wave sandbox account?

2009-10-20 Thread instcode
Hi Pamela, I got an invitation to Google Wave Developer Sandbox account and I also submitted the form 1 week ago (2 times already) but I haven't received anything yet. My friend only needs 1 day for his sandbox accounts to be arrival after submitting the form. So, I think my submission is stuck i

[Google Wave APIs] Got my invite email--How long until I get my login information?

2009-10-20 Thread ehartye
Found another post on this pre Sept 30th, but was wondering what the process has been like post rollout. It's not been that long, but I'm holding off starting any new projects for this, and I'd like to know just how long "a few days" is. Another curious thing: I didn't receive any kind of confir

[Google Wave APIs] Re: Outgoing HTTP connections within a appengine-hosted Wave bot

2009-10-20 Thread Austin Chau (Google employee)
The requirement is specific to the platform. So yes, Python client library has it own specific way to do fetch. You would use the fetch() method provided by the google.appengine.api.urlfetch package. On Tue, Oct 20, 2009 at 11:28 AM, Nicolas Perriault wrote: > > On Tue, Oct 20, 2009 at 7:48 PM,

[Google Wave APIs] Re: Outgoing HTTP connections within a appengine-hosted Wave bot

2009-10-20 Thread Nicolas Perriault
On Tue, Oct 20, 2009 at 7:48 PM, Austin Chau (Google employee) wrote: > Since robots is hosted within Google Appengine(GAE) and GAE only allows > external HTTP connection be made with java.net.URLConnection, other > mechanism might not be enabled. Okay thanks for the tip. Do you know if the Pyt

[Google Wave APIs] Re: Dynamic height gadget not always resizing

2009-10-20 Thread Vision Jinx
Thanks Jonathan, I will try that also (replace the ) and report back, but in a quick skim of that script I didn't see anything that stood out as being a potential issue that I am seeing. The only weird thing I saw was 'a' as an undefined global and don't know how that would conflict with any of t

[Google Wave APIs] Re: Outgoing HTTP connections within a appengine-hosted Wave bot

2009-10-20 Thread Austin Chau (Google employee)
Hi, Since robots is hosted within Google Appengine(GAE) and GAE only allows external HTTP connection be made with java.net.URLConnection, other mechanism might not be enabled. You may want to find out if the client library you are using is using something other than URLConnection, in that case you

[Google Wave APIs] Outgoing HTTP connections within a appengine-hosted Wave bot

2009-10-20 Thread Nicolas Perriault
Hi, I'm trying to create a bot using the Wave API for Java, and it looks that I'm currently unable to send any outgoing HTTP connections from my servlet's code. Is there any known limitation? Hint: I'm trying to connect to the twitter API using the twitter4j library, and my appspot logs are just

[Google Wave APIs] More docs about Gwave Api?

2009-10-20 Thread Icko
Hi! I'm trying to do self things with an embedded Gwave, but i can't find how to: Reply a wave with a msg (welcome msg, for example) Add an user when the Gwave start Delete an user Set roles (Wave-admin, wave-user) Set a public wave (All this, obliusly, i want to do with XHTML/PHP/JS code?

[Google Wave APIs] Re: Dynamic height gadget not always resizing

2009-10-20 Thread Jonathan Hunt
Hi, So after much mucking about I've found that when the gadget fails in Chrome/Safari the init function is called and setStateCallback is set but the stateChanged function is never called. This happens sometimes on Chrome and never on Firefox (Mac). It seems to occur more often when the Wave is

[Google Wave APIs] Re: Robots API unicode support, and issue tracker

2009-10-20 Thread Silicon Dragon
Submitted at http://code.google.com/p/google-wave-resources/issues/detail?id=332If anyone else's experiencing the problem, might star it there. Thank you Pamela :) On Sun, Oct 18, 2009 at 9:46 PM, pamela (Google Employee) < pame

[Google Wave APIs] Re: Sandbox Accounts Here

2009-10-20 Thread Victor Wibisono
Hi! here's my google wave sandbox account: deva...@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 un

[Google Wave APIs] Re: DOCUMENT_ELEMENT_DELETE and DOCUMENT_ELEMENT_REPLACE not working?

2009-10-20 Thread canopus
I think this the same bug: http://code.google.com/p/google-wave-resources/issues/detail?id=308 On Oct 14, 2:34 am, Linc wrote: > I noticed the same thing in the Java api. > TextView.deleteElement(index) > seems not to be able to remove images... > the same issue you explain... --~--~-~-

[Google Wave APIs] Re: BlipSubmitted not working?

2009-10-20 Thread Juan Figueredo
Hi Pamela, thx for your answer. It worked nicely indeed. As a not-so-desirable-but-useful workaround I included the main events with nop methods in the first upload to a new App-Id (except document_changed as it sounds as a highly consuming event - plz correct me if wrong). Now I have a (on blip_