[Google Wave APIs] Re: Getting blipID from event BLIP_DELETED

2009-11-26 Thread dLux
Hi, What you can do is to download the client API source and fix it for yourself, this is what I did for Emaily. Balázs On Nov 25, 10:39 am, "Austin Chau (Google employee)" wrote: > There is a bug in that method that is not using the correct property name. >  An issue has been filed and it shou

[Google Wave APIs] Re: Gmail and Wave

2009-11-17 Thread dLux
Hi, I am working on a slightly different kind of integration: handle emails in Wave: http://emaily.dlux.hu Balázs On Nov 16, 3:38 am, Jo hyphen el wrote: > Anyone know if there any plans to integrate Wave into Gmail (or vice > versa)? Just thinking it would be nice to view your email and email

[Google Wave APIs] Re: HowTo: Make a robot create a new Wave (Python)

2009-10-26 Thread dLux
Just an idea to try, I'm not sure it works: add your robot to the wavelet, and then you'll get back a SELF_ADDED event. Then you'll have the ID. You can relay information with data documents of the main blip. Let me know if it works. (I'll probably need it soon also :) ). On Oct 25, 4:29 pm, Davi

[Google Wave APIs] Re: HowTo: Make a robot create a new Wave (Python)

2009-10-25 Thread dLux
I disagree. I really would like my robot to create new waves for the wave user. Of course somehow the wave user has to authorize the robot to do that, but I have many use cases in my mind where robots has to create waves. Balázs On Oct 25, 8:45 am, "yariv.snapir" wrote: > Thanks. this helps! >

[Google Wave APIs] Re: Strange behaviour when using Gadget API

2009-10-06 Thread dLux
I had exactly the same problem with prototype.js, I had to disable it. But you can use the gadgets JSON parser (as I did also) instead: http://code.google.com/apis/gadgets/docs/remote-content.html#Fetch_JSON . Balázs On Oct 6, 1:04 pm, Avital Oliver wrote: > Yes - You need to tell Prototype to

[Google Wave APIs] Re: about wavemailing

2009-10-03 Thread dLux
Hi Nadia, It is very far from working, but I'll notify the group when it becomes usable. Balázs On Oct 3, 4:41 am, NADIA DOUAJI wrote: > great work dLux, > > I tested it out in the preview and it did not work.  The docs says "add email > button" to the wave.  How

[Google Wave APIs] Re: how to find out my WaveID

2009-10-03 Thread dLux
Hi, This is standard URL encoding, you can find utility classes for conversion. If you tell me what language do you need, I'll help you find the utility. Balázs On Oct 2, 3:17 pm, ndee wrote: > Hi, seems that the browser address is not reliable as special > characters get encoded. > > Did you

[Google Wave APIs] Re: about wavemailing

2009-10-02 Thread dLux
I'm working on that, but it will take some time: http://code.google.com/p/emaily/ On Oct 2, 4:47 am, sim-sim <7im7...@gmail.com> wrote: > i have wavesandbox and googlewave addresses. first address is working > good, but where i can see my mail from @googlewave.com? i want view > and reply from m

[Google Wave APIs] Re: Gadget state change event not fired

2009-10-01 Thread dLux
ave/blob/04ebe0432b1293c93d83... > > > I'll be watching this thread closely.  Up till now I've assumed it's my > > admittably novice hacking skillz ;) > > > On Wed, Sep 30, 2009 at 9:21 PM, Sol Wu wrote: > > >> Your setStateCallback() looks correct

[Google Wave APIs] Re: Office Hours, Week of 2009-09-28

2009-09-30 Thread dLux
Is it happening? I don't see it in my wavebox... On Sep 30, 12:17 am, "Brian Kennish (Googler)" wrote: > Hope everybody is excited about the Wave preview launching tomorrow! > Here's our office-hours schedule for this week: > >   * Wednesday, 9 p.m. to 10 p.m. PDT > > -//- > > Wave API office ho

[Google Wave APIs] Gadget state change event not fired

2009-09-30 Thread dLux
I've just playing around with gadgets, but it seems that the state change event is not fired. The initialization function is called properly, which registers the state and the participant callbacks. The participant change callback called properly, but the state callback is never called. Shouldn't