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 Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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%);

 
widget.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_CENTER);
- vs 
parent.setCellHorizontalAlignment(widget,HasHorizontalAlignment.ALIGN_CENTER);

widget.setVerticalAlignment(HasVerticalAlignment.ALIGN_TOP);
- vs 
parent.setCellVerticalAlignment(widget,HasVerticalAlignment.ALIGN_TOP);


Are they the same? Are they different?

Jose Antonio



--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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




--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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
same-origin security restriction.
How can I invoke a server from the Gadget?
Thank you in advance.
Jose Antonio

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 @FeatureName?

The issue you mention (164) says that gwt-gadget version 1.0 solves
the bug. I am using version 1.0

Thank you in advance.

Jose Antonio

--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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
com.google.gwt.gadgets.rebind.GadgetGenerator.generateGadgetManifest(GadgetGenerator.java:
313)
at
com.google.gwt.gadgets.rebind.GadgetGenerator.generate(GadgetGenerator.java:
125)
at
com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:
51)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.tryRebind(StandardRebindOracle.java:116)
at com.google.gwt.dev.shell.StandardRebindOracle
$Rebinder.rebind(StandardRebindOracle.java:61)
at
com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
166)
at com.google.gwt.dev.GWTCompiler
$DistillerRebindPermutationOracle.getAlPossibleRebindAnswers(GWTCompiler.java:
195)
at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.init(JavaToJavaScriptCompiler.java:
267)
at com.google.gwt.dev.GWTCompiler.distill(GWTCompiler.java:
353)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:564)
at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:554)
at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:214)

I am using GWT 1.5.2, Java 1.5.0_15, and gwt-gadgets-1.0.0

Any ideas?


--~--~-~--~~~---~--~~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---