Re: TextArea background color issue

2018-07-09 Thread Frank
Please provide some more code.

I am thinking you are replacing the TextArea with another one when setting 
the text or something like that.



And by TextArea. You mean the plain vanilla GWT TextArea ? Not bootstrap or 
Material or something else ?

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Gwt 2.4 browser compatibility

2018-07-09 Thread Frank
And updating to GWT 2.8.2 should be a fairly quick and easy process if you 
are concerned about this.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


TextArea background color issue

2018-07-09 Thread Sriram Gellu
Hi All ,

Greetings!

I  have creates a TextArea element and  added it to HorizontalPanel.
Now, I want to highlight background of TextArea with some color.

I used below lines ,
 

tfDesc.getElement().getStyle().setBackgroundColor("#*fdfdbb*");



tfDesc.setStyle("background-color:#fdfdbb");



The problem is whenever some text is populated in the Text area , the 
background color behind the text goes off , will  be white color but  
the other lines(where text is not present) stay in color in assigned.



Please help! 


Thanks.



-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Gwt 2.4 browser compatibility

2018-07-09 Thread Thomas Broyer


On Monday, July 9, 2018 at 11:50:46 AM UTC+2, srinivas...@gmail.com wrote:
>
> Hi, I am working on a legacy application which is developed using gwt 2.4. 
> But the application does not work properly on windows 10 machine with edge. 
> Any inputs are appreciated.


As I answered yesterday on StackOverflow 
(https://stackoverflow.com/a/51231718/116472), GWT 2.4 predated even IE10, 
and cannot be expected to be OK with any recent browser (that leaves only 
IE9 and earlier).
You need to upgrade to a newer version of GWT (and remember that only the 
very latest is supported, currently 2.8.2) 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: After upgrading to GWT 2.8.2: Exception "ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype" during Super Dev Mode

2018-07-09 Thread Thomas Broyer


On Sunday, July 8, 2018 at 11:02:29 PM UTC+2, Leto wrote:
>
> Just out of curiosity: Is there a difference between launching the DevMode 
> with "-noserver" and CodeServer with "-launchDir"?
>

No, it will make no difference.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Gwt 2.4 browser compatibility

2018-07-09 Thread srinivas . atluri09
Hi, I am working on a legacy application which is developed using gwt 2.4. But 
the application does not work properly on windows 10 machine with edge. Any 
inputs are appreciated. 

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.