Hi Thomas - As the robot does not transmit anything about the user's clipboard, I don't think you can use a robot to retrieve clipboard content. You may be able to insert a gadget which reads the clipboard and transmit that to the robot somehow, however.
Are you trying to process user-selected text? If so, I've written an FAQ about doing that here: http://wave-api-faq.appspot.com/#selectedtext - pamela On Mon, Dec 28, 2009 at 6:50 AM, Thomas J <[email protected]> wrote: > Hey, > > I've build a form in a robot reply and there is a button, which should > copy the content of the event's blip to the clipboard. > > Now I get this error in my Logs: > java.lang.NoClassDefFoundError: Could not initialize class > com.google.apphosting.runtime.security.shared.stub.java.awt.datatransfer.StringSelection > > Isn't it possible to copy to the clipboard of the "button's > submitter"? It seems, that this is restricted... > > My robot is [email protected] and the copy code is similar to that > one here: > http://www.javapractices.com/topic/TopicAction.do?Id=82 > > ps: i guess I did wrong and posted it first into the Java App Engine > Group > > 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 [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. > > > -- 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.
