The (currently) definite way to achieve Push/Comet/Streaming in a GWT app? :)

2012-01-19 Thread Stefan Sigvardsson
Hi y'all! Just a few quick questions. Background: We have a GWT app running on multiple touch-screen interfaces which need to stay up to date with each other. Currently we make scheduled callbacks to update the apps when they are idle, but some kind of Push technology would be preferable.

Re: The (currently) definite way to achieve Push/Comet/Streaming in a GWT app? :)

2012-01-19 Thread Stefan Sigvardsson
*GWTEventService* looks promising, i'll look into that one. Thanks! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/_bahhP74zYQJ. To post to this

How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread Stefan Sigvardsson
Hi! In the previous versions of GWT i have been able to use hosted mode against my external server this way http://code.google.com/intl/sv-SE/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s I just whitelistes the address and typed

Re: Internet Explorer 8 and DialogBox display error

2009-07-10 Thread Stefan Sigvardsson
Ok, found a temporary solution, seems the problem is indeed in Microsofts hands. To force IE8 to display pages as IE7 use this meta tag in your html meta http-equiv=X-UA-Compatible content=IE=7 On Jul 9, 3:59 pm, Stefan Sigvardsson scht...@gmail.com wrote: Seems like Microsoft has done

Internet Explorer 8 and DialogBox display error

2009-07-09 Thread Stefan Sigvardsson
Seems like Microsoft has done it again... When trying to display a DialogBox (with .center() ) everything works fine in all browsers (including IE6-7), except for IE8. The error message i get is in Swedish (Har inte implementerats), but it should translate to Not implemented. With a reference