Re: can we print page without open print dialog

2011-02-25 Thread Michael.Krog
Not easily On 25 Feb., 10:53, Neel wrote: > Hi > > Is it possible  to print page without open Print Dialog. -- 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. To unsu

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-17 Thread Michael.Krog
I love GWT, but I have always found the standard widget looks boring. I'd wish you had a widgets and themes comparable to vaadins. http://demo.vaadin.com/sampler The look and feel alone make we wanna change to Vaadin. It's still GWT - but with a twist. -Michael On 16 Feb., 19:12, John LaBanca w

Re: Call external main program

2011-02-13 Thread Michael.Krog
Hi.. Do you want to start an external program on the client or on the server? -Michael On 13 Feb., 11:02, daniela iervolino wrote: > Hi, > I have a GWT web application that must call an external program. This > program has a main() method like any other program. The problem is > when I launch t

Re: Help: Reusing RPC serialization between GWT and Java Applet

2011-02-07 Thread Michael.Krog
Cool. Before your reply I prototyped a hack on the requestbuilder and it kinda works - but its totally hacked. :) I think Im getting the hang of how it all adds up in GWT-RPC, and your suggestion really makes sense. Im gonna give the extendes ProxyGenerator a try. On 7 Feb., 20:26, Colin Alwor

Help: Reusing RPC serialization between GWT and Java Applet

2011-02-07 Thread Michael.Krog
Hi. Im contributing to gwtai which is an Applet-wrapper for GWT. Because of the nature of applets it is only possible to use String as parameters when calling methods on an applet from javascript. Therefore im trying to reuse GWT-RPC's serialization when calling Applet-methods from GWT. It looks