[Google Wave APIs] Re: Spreadsheet gadget

2010-01-22 Thread david b
I am working on importing/exporting csv files, i guess the next step
will be to import .xls files and that will give a good solution for
import needs.

On Jan 22, 1:47 pm, Dan Navarro  wrote:
> Great gadget.  Nice work
>
> Is there a way to import or paste cells from Google Docs?
>
> On Dec 6 2009, 9:24 am, david b  wrote:> I have just added 
> this option, try it out , when you reach the last
> > line it will add rows and adjust the window dynamically
>
> > On Nov 26, 8:18 pm, Wivio  wrote:
>
> > > Great API i was really looking for something like this =D
>
> > > Since you asked for suggestions and comments, here they go:
>
> > > I was wondering, is there a way to get below row 20? I'm going to
> > > introduce this at my job, but i'd need more than 20...
> > > And sometimes some rows get blue and i can't click them, i have to
> > > move with the keyboard to the cell so i can edit them.
>
> > > Anyways, great great work! Keep it up o/
>
> > > On 18 nov, 01:42, david b  wrote:
>
> > > > Hi All,
>
> > > > I wanted to share with you aspreadsheetgadget i have been working on
> > > > lately , you can find it here:http://spreadsheet.happinessbeats.com/
> > > > and embed it 
> > > > here:http://spreadsheet.happinessbeats.com/gadget/spreadsheet.xml
>
> > > > I am planning to add much more functionality but this is the first
> > > > version, i would love to hear your suggestions, comments etc.
>
> > > > Thanks,
>
> > > > David Buchbut

-- 
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-...@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: [Google Wave APIs] Managing contact list through gadget api

2010-01-22 Thread Austin Chau (Google employee)
Hi,

No you cannot manipulate the contact list directly from Wave API, you need
to use the Google Contacts API -

http://code.google.com/apis/contacts/docs/3.0/developers_guide.html

Austin

On Thu, Jan 21, 2010 at 10:00 AM, Hemanshu Gupta
wrote:

> I want to add contact in my contact list with gadget api / code. Is
> that possible ?
>
> --
> 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-...@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.
>
>

-- 
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-...@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: [Google Wave APIs] sandbox: event.getButtonName() always returns null

2010-01-22 Thread Austin Chau (Google employee)
Hi,

I am seeing this too, it is a bug.  I have filed a issue for this -

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

Thanks
for reporting this.

Austin

On Fri, Jan 22, 2010 at 6:18 AM, atarno  wrote:

> since the last sandbox update (jan 21st)
> event.getButtonName() called on FORM_BUTTON_CLICKED event always
> returns null.
> in the wave preview this still works ok.
> has anyone noticed the same behavior?
>
> --
> 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-...@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.
>
>

-- 
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-...@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: Get Wave content from Embed API

2010-01-22 Thread alexandrojv
There is the Exporty Robot that is able to export the Wave's content
into an HTML form on an App Engine website, give it a try and see if
that might be what you are looking for.

Here is the link to it's info: 
http://wave-samples-gallery.appspot.com/about_app?app_id=75018

On Jan 20, 3:16 pm, "Kai.C"  wrote:
> Hi, is it possible to get the Wave content from Embed API, I 
> triedhttps://wave.google.com/wave/?client.type=embedded&wave_id=*
> which can show the content of wave, but still cannot get wave content
> in html format from JavaScript code.
> And also is there any plan to provide API for exporting different
> waves and blips as pdf or other formats?
> Thank you!

-- 
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-...@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: Spreadsheet gadget

2010-01-22 Thread Dan Navarro
Great gadget.  Nice work

Is there a way to import or paste cells from Google Docs?

On Dec 6 2009, 9:24 am, david b  wrote:
> I have just added this option, try it out , when you reach the last
> line it will add rows and adjust the window dynamically
>
> On Nov 26, 8:18 pm, Wivio  wrote:
>
>
>
> > Great API i was really looking for something like this =D
>
> > Since you asked for suggestions and comments, here they go:
>
> > I was wondering, is there a way to get below row 20? I'm going to
> > introduce this at my job, but i'd need more than 20...
> > And sometimes some rows get blue and i can't click them, i have to
> > move with the keyboard to the cell so i can edit them.
>
> > Anyways, great great work! Keep it up o/
>
> > On 18 nov, 01:42, david b  wrote:
>
> > > Hi All,
>
> > > I wanted to share with you aspreadsheetgadget i have been working on
> > > lately , you can find it here:http://spreadsheet.happinessbeats.com/
> > > and embed it 
> > > here:http://spreadsheet.happinessbeats.com/gadget/spreadsheet.xml
>
> > > I am planning to add much more functionality but this is the first
> > > version, i would love to hear your suggestions, comments etc.
>
> > > Thanks,
>
> > > David Buchbut

-- 
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-...@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: event.getButtonName() always returns null

2010-01-22 Thread atarno
since the last sandbox update (jan 21st)
event.getButtonName() called on FORM_BUTTON_CLICKED event always
returns null.
in the wave preview this still works ok.
has anyone noticed the same behavior?

-- 
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-...@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: BLIP_DELETED event is not send to robot

2010-01-22 Thread atarno
yes,
i've posted about this issue a couple of days ago:

http://groups.google.com/group/google-wave-api/browse_frm/thread/5049edfdd926a6c1#



On Jan 22, 12:48 pm, Evgeniy Beschastnov  wrote:
> Hi!
> My robot does not receive BLIP_DELETED event anymore. This event is
> correctly registered in capabilities.xml and robot received it several
> days ago.
> Does anybody have the same problems?
> 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-...@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] BLIP_DELETED event is not send to robot

2010-01-22 Thread Evgeniy Beschastnov
Hi!
My robot does not receive BLIP_DELETED event anymore. This event is
correctly registered in capabilities.xml and robot received it several
days ago.
Does anybody have the same problems?
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-...@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.