"service"?

Printing thro web service that all/any window could call with a single
url? Why would you need to duplicate code when you can call it with a
single url?

Or did you mean you have a specialised GWT window written to handle
printing and you wish to route all printing to that GWT window? And
you wish to deal with the occasionally asked question of how to
perform inter-frame communication for GWT? I don't remember now, but
there is a google code project to expose GWT objects to javascript.
Coupled with GWT Dictionary API, I wonder if that will help.

Of course, you do realise that for two frames to communicate, they
should have the same root Window parentage so that one frame could
refer to another thro the frame hierarchy.

GWT team should seriously look at providing a comprehensive facility
for interframe communication, rather than having us perform
algorithmic contortions and acrobatics - like having to scratch your
own nose thro the route of bending your hand behind your head.

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to