Re: Insert addthis-button in GWT

2009-10-27 Thread vokke
Hi Bryan, that was the important clue. It works with InlineHTML. Thanks a lot for helping me out! Cheers, Vokke On 27 Okt., 18:19, Bryan bryan.verg...@gmail.com wrote: You add 2 separate elements: First add a ScriptElement containing the external JavaScript Next, add an InlineHTML element

Re: Insert addthis-button in GWT

2009-10-26 Thread vokke
(script); /code But nothing showed up. Is it correct to user setInnerHTML here? Or how can I link the script and the html-Tag? Thanks for any clue, Vokke On 24 Okt., 23:12, Bryan bryan.verg...@gmail.com wrote: Add the script separately: Document doc = Document.get(); ScriptElement script

Insert addthis-button in GWT

2009-10-24 Thread vokke
Hello newsgroup. I want to insert an addthis-button to my GWT-Project. When I try to insert the html-code into an HTML-Widget or HTMLPanel- Widget, the button shows up, but does not work properly. It als works when I put it inside the body-tags on the base html page. What do I do wrong? Here's

HistoryHandler GWT 1.7.1 doubleclick

2009-10-07 Thread vokke
the events, so my database gets out of sync. Is there any help? Best regards, Vokke --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit

Hyperlink Token and Parms

2009-09-03 Thread vokke
); How do I achieve this? I tried with setHTML but no luck. Thanks, Vokke --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com

Re: Hyperlink Token and Parms

2009-09-03 Thread vokke
Thanks for reply, but I can only do Window.Location.replace onHistoryChanged. So my HistoryHandler fires twice. Is it a better solution to parse the token manually, without Window.Location.getParameter? Thanks again, Vokke On 3 Sep., 20:41, Tolga Ă–zdemir tka...@gmail.com wrote: You can use