Re: SOAP Generator in GWT

2008-11-07 Thread joseanquiles
Hi Danny, yes, I am very interested on it. We need to invoke servers publishing a WSDL from my GWT application. It is a very very important issue for us. Regards, Jose Antonio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

width, height, alignment... difference

2008-10-24 Thread joseanquiles
Hello, I don't understand the difference between the following example calls: widget.setWidth(30%);- vs parent.setCellWidth(widget,30%); widget.setHeight(30%);- vs parent.setCellHeight(widget,30%);

Re: Best GWT canvas (vector graphics) library?

2008-10-02 Thread joseanquiles
Hi Robbie, you're right. GWTCanvas is based on IE Canvas, which is very very slow. GWTCanvas is not obviously the guilty :-) But I'd like to know if there exist another javascript implementation(s) not based in IE Canvas. So, we can build a new GWTCanvas, faster... Regards José Antonio

Re: Drawing text in GWTCanvas

2008-09-25 Thread joseanquiles
OK. But, I need to draw text in the canvas. I don't find any method in GWTCanvas to draw text. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Drawing text in GWTCanvas

2008-09-24 Thread joseanquiles
Hi, how can I draw text in a GWTCanvas? I think the GWTCanvas widget is very valuable, but I don't know how to draw simple text on it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT-Gadget same-origin security restriction

2008-09-23 Thread joseanquiles
Thank you Eric. However, I am not using RPC, I am using RequestBuilder to invoke Web services. Is it possible to use RequestBuilder in a similar way? Thank you in advance. Jose Antonio --~--~-~--~~~---~--~~ You received this message because you are subscribed

GWT-Gadget same-origin security restriction

2008-09-22 Thread joseanquiles
Hi, I have developed a simple Google Gadget using gwt-gadgets. The gadget XML file is hosted at mydomain.com. The gadget uses RequestBuilder.sendRequest() to invoke the server at mydomain.com. I get the following exception: The URL http://mydomain.com/test/servlet is invalid or violates the

Re: NullPointerException compiling Gadget

2008-09-19 Thread joseanquiles
Hi Eric, I am a beginner in GWT-gadget. My company (Telefonica, Spain) wants to use GWT, and we are very interested in Google Gadgets. But I am not able to build a simple sample Gadget to demonstrate to managers. I don't know what is @FeatureName. Please, could you send me a sample Gadget with

NullPointerException compiling Gadget

2008-09-18 Thread joseanquiles
I have followed the GWT Gadget tutorial. When I try to compile it, I get the following error: Compiling module es.tid.keops.gadget.SimpleGadget Exception in thread main java.lang.NullPointerException at