Hi there, > > > > I want to make an application in which I want to make new GUI for wave > > > can anybody point me to any examples ( source code ) for the same. > > > If it possible to inherit features like PlayBack from wave gui. >
A couple of weeks back, I've put together a small proof-of-concept called Broadwavez <http://www.broadwavez.com/>, which seems similar to what you're looking for. Using the Embed API <http://code.google.com/apis/wave/embed/>, you can basically set the rest of the interface around a wave browser / editor; and you also have a limited set of operations to interact with them (such as: adding participants, setting UI colors, etc). Advantage is you can put this together in less than 5 minutes (and yes, IIRC playback is also included) ; the drawback is the limitations of usable operations -and it's very non-trivial to extend. Let me know if I've missed your point :) -SDr > > > > > Thanks > > > Saurabh > > > > > -- > > > > > You received this message because you are subscribed to the Google > Groups > > > "Google Wave API" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-wave-api%[email protected]> > <google-wave-api%[email protected]<google-wave-api%[email protected]> > > > > > . > > > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-wave-api%[email protected]> > . > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
