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 > Hi everyone, > can someone help me? > I want to create hyperlinks like gmail in my application. I mean, I > want

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 fr

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ú

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

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 unsub

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

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

Re: Design Patterns

2009-11-23 Thread Lúcio Camilo
ith 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 wrote:

Re: Design Patterns

2009-11-21 Thread Lúcio Camilo
But someone can xplain what? 2009/11/20 Martin Trummer > yes > > On 19 Nov., 21:08, Lúcio Camilo wrote: > > The component Composite and the object Command have something in common > with > > the design patterns with same name? > > -- > > You received this m

Design Patterns

2009-11-19 Thread Lúcio Camilo
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 u

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 > Thx ! Have a good day > > 2009/11/16 gwtfanb0y > > I would recommend Comet, with this technology you can push serialized >> messages from the Server to >> each registered Client. Here is an

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 > Finally, I chop one class from my bloat code by code splitting > function. The class is a dialog box, about 100 lines code. > Unfortunately

Re: Local call to a service instead RPC

2009-11-13 Thread Lúcio Camilo
At the GWT 1.7, all of the objects have to be serialize and transit in the wire, but at the GWT 2.0 you don't need anymore, because u can use the rpc blacklist. 2009/11/12 Badawi > Hi, > Every call to a Service is a Remote Call? > My all application is running in the same JVM, why I have to "for