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
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
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
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
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