Re: Hyperlink like GMail

2010-09-21 Thread Lúcio Camilo
You will have to set the hover of the element, like this for example:
a:hover {
background:#ffc;
text-decoration: underline overline;
color: #FF;
}

2010/9/21 chinese daniela.ie...@gmail.com

 Hi everyone,
 can someone help me?
 I want to create hyperlinks like gmail in my application. I mean, I
 want the hyperlinks appear like inbox, buzz (etc..) hyperlinks in
 gmail. How I must change the style of hyperlinks?
 Thanks!

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



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



Google Plugin 1.2

2009-11-29 Thread Lúcio Camilo
Why Google Plugin 1.2 for Gwt 2.0 rc2 needs the sdk for GWT 2 and the older
Plugins doesnt need of the SDK??

--

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.




Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-29 Thread Lúcio Camilo
I was testing the GWT 2 RC2 and everything was ok, untill it stoped to word
with all my
apps with the error below:

21:26:31.938 [ERROR] [teste] Unable to load module entry point class
br.com.teste.client.AppTeste (see associated exception for details)
java.lang.NullPointerException: null
at br.com.teste.client.AppTeste.onModuleLoad(AppTeste.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:369)
at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:185)
at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:380)
at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
at java.lang.Thread.run(Unknown Source)

This error occurs in any browser I choose.
I am using Windows Vista and Eclipse Galileo with Google Plugin 1.2

2009/11/28 Paul Grenyer paul.gren...@gmail.com

 Hi Thomas

  5.Then copied gpe-e35-1.2rc1.zip\eclipse\plugins to C:\Program Files
  (x86)\eclipse\plugins
 
  1) Why are you using 1.2rc1? it won't work with GWT 2.0.0 RC2 wrt the -
  portHosted vs. -codeServerPort naming change.

 There you go. I was obviously suffering brain fade and really not
 paying attention. Thank you for pointing that out.

  2) Why not just unzip it in C:\Program Files (x86)\eclipse\dropins as
  you're told to do?

 Go easy! :-)

 ...because the first time i tried it, it didn't work.

 Seems to work perfectly now. It may well have been due to me having
 the wrong plugin.

  6.Then copied the contents of gwt-2.0.0-rc2.zip to
  gpe-e35-1.2rc1.zip\eclipse\plugins
 
  Why are you putting it within your eclipse install?

 Was fighting int he dark. I'm no eclipse expert and that's where it
 seemed to be in the previous plugin. I've now moved it.

  See above: you have to use the RC2 version of the plugin with the RC2
  version of GWT.

 Thanks! :-)

 All workign now. Thanks!

 --
 Thanks
 Paul

 Paul Grenyer
 e: paul.gren...@gmail.com
 b: paulgrenyer.blogspot.com

 --

 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




--

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.




Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-29 Thread Lúcio Camilo
I forgot to put this error :

21:34:42.523 [ERROR] [teste] Failed to load module 'teste' from user agent
'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR
2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.30729)' at
Lucio-PC:52685

2009/11/29 Lúcio Camilo luciocam...@gmail.com

 I was testing the GWT 2 RC2 and everything was ok, untill it stoped to word
 with all my
 apps with the error below:

 21:26:31.938 [ERROR] [teste] Unable to load module entry point class
 br.com.teste.client.AppTeste (see associated exception for details)
 java.lang.NullPointerException: null
 at br.com.teste.client.AppTeste.onModuleLoad(AppTeste.java:53)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:369)
 at
 com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:185)
 at
 com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:380)
 at
 com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222)
 at java.lang.Thread.run(Unknown Source)

 This error occurs in any browser I choose.
 I am using Windows Vista and Eclipse Galileo with Google Plugin 1.2

 2009/11/28 Paul Grenyer paul.gren...@gmail.com

 Hi Thomas

  5.Then copied gpe-e35-1.2rc1.zip\eclipse\plugins to C:\Program Files
  (x86)\eclipse\plugins
 
  1) Why are you using 1.2rc1? it won't work with GWT 2.0.0 RC2 wrt the -
  portHosted vs. -codeServerPort naming change.

 There you go. I was obviously suffering brain fade and really not
 paying attention. Thank you for pointing that out.

  2) Why not just unzip it in C:\Program Files (x86)\eclipse\dropins as
  you're told to do?

 Go easy! :-)

 ...because the first time i tried it, it didn't work.

 Seems to work perfectly now. It may well have been due to me having
 the wrong plugin.

  6.Then copied the contents of gwt-2.0.0-rc2.zip to
  gpe-e35-1.2rc1.zip\eclipse\plugins
 
  Why are you putting it within your eclipse install?

 Was fighting int he dark. I'm no eclipse expert and that's where it
 seemed to be in the previous plugin. I've now moved it.

  See above: you have to use the RC2 version of the plugin with the RC2
  version of GWT.

 Thanks! :-)

 All workign now. Thanks!

 --
 Thanks
 Paul

 Paul Grenyer
 e: paul.gren...@gmail.com
 b: paulgrenyer.blogspot.com

 --

 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.





--

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.




Compile in GWT 2.0

2009-11-29 Thread Lúcio Camilo
Is there any button in the plugin for GWT 2 like was in Hosted Mode at GWT
1.7 to compile the code?

--

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.




Re: Design Patterns

2009-11-23 Thread Lúcio Camilo
The Command I understand, but and the Composite? Does not seems the same
than the pattern.
There are others design Patterns in GWT?

2009/11/23 Martin Trummer martin.trum...@24act.at

 maybe you should ask a more detailed question

 the GWT stuff is just an implementation of the corresponding pattern
 with the same name
 you'll find plenty of explanations for the patterns when you google
 for them
 or look it up in wiki
 http://en.wikipedia.org/wiki/Command_pattern

 I don't know what more one could say about this..

 On 21 Nov., 23:58, Lúcio Camilo luciocam...@gmail.com wrote:
  But someone can xplain what?
 
  2009/11/20 Martin Trummer martin.trum...@24act.at
 
   yes
 
   On 19 Nov., 21:08, Lúcio Camilo luciocam...@gmail.com wrote:
The component Composite and the object Command have something in
 common
   with
the design patterns with same name?
 
   --
 
   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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 google-web-toolkit%2bunsubscr...@googlegroups.comgoogle-web-toolkit%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=.
 
 

 --

 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.




--

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




Re: Button Double Click

2009-11-23 Thread Lúcio Camilo
You can override the method onClick of the button, to do nothing, so only
the method DoubleClick will work.

2009/11/23 hsk hsk...@gmail.com

 Hi Group.

 I need an ordinary button on which I can click on and then something
 happens.
 Obviously I use the Widget 'Button' for that. But I also need to
 double click on it so something else will happen.

 To do this, I extend 'Button' and implement it with
 'HasDoubleClickHandlers' and

 public HandlerRegistration addDoubleClickHandler(DoubleClickHandler
 handler) {
return addDomHandler(handler, DoubleClickEvent.getType());
 }

 This works (almost) very well by giving my button an addClickHandler
 and an addDoubleClickHandler and implement what to do in each
 overridden onClick and onDoubleClick for each respective added
 handler.

 My problem is, when clicking the Button it does what is has to do. But
 when double clicking it does both what it has to do when clicked and
 when double clicked.

 Has anyone experienced something similar? how do I block the click
 when double clicking?

 - hsk -

 --

 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.




--

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




Re: is the next version going to be 2.0?

2009-11-23 Thread Lúcio Camilo
The version 2.0 is already out, but still a release candidate. I suggest u
wait until turn into a official version. unless u want to try and test.

2009/11/23 denis56 denis.ergashb...@gmail.com

 His,

 One more question. I am in the midst of one project development
 running on gwt1.7. Is the next version going to be a jump to 2.0.
 Would you recommend switching to 2.0 code base right away ?

 thanks

 --

 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.




--

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




Re: Design Patterns

2009-11-21 Thread Lúcio Camilo
But someone can xplain what?

2009/11/20 Martin Trummer martin.trum...@24act.at

 yes

 On 19 Nov., 21:08, Lúcio Camilo luciocam...@gmail.com wrote:
  The component Composite and the object Command have something in common
 with
  the design patterns with same name?

 --

 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.




--

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




Re: GWT Chat

2009-11-16 Thread Lúcio Camilo
If u are using App Engine, so you can´t open sockets. Pay attention to this.

2009/11/16 Jimmy Verheecke jimmy.verhee...@gmail.com

 Thx ! Have a good day

 2009/11/16 gwtfanb0y siegfried.b...@googlemail.com

 I would recommend Comet, with this technology you can push serialized
 messages from the Server to
 each registered Client. Here is an other fine project:
 http://code.google.com/p/gwt-comet-streamhub/



 On 15 Nov., 14:01, Jim jimmy.verhee...@gmail.com wrote:
  hi,
 
  I'd like  make a chat using GWT  1.7 but gwt doesn't allow the use of
  socket ? Have you got any idea for the communications client/server?
  i've tested the gwt-socket but the project is not active ... i've
  heard the library comet could help me, what do you think about it ?
 
  Thx a lot

 --

 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.



  --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.


--

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




Re: Does code split real shrink the inital download?

2009-11-13 Thread Lúcio Camilo
Unfortunately, the RunAsync need more tests by the developer, and u have to
do tests to make sure your code will work the way u want..

2009/11/13 Edgenius dapeng...@edgenius.com

 Finally, I chop one class from my bloat code by code splitting
 function. The class is a dialog box, about 100 lines code.
 Unfortunately,  the result looks funny:

 Before splitting: Full code size: 868323
 After splittting:  Initial download size: 871391 Full code size:
 874615


 It looks Gwt.runAsync() increases my code a little bit Need do
 further investigate... Any comments are welcome.

 --

 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=.




--

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