Re: Browser related issue

2010-08-31 Thread sathya ayyanar
On Mon, Aug 30, 2010 at 11:10 AM, aditya sanas 007aditya.b...@gmail.comwrote:

 which version of IE are you using...?
 the problem you are facing here is with the styling of your page not the
 GWT issue
 so you have to include IE enabled css to counter this problem.
 --
 Aditya


 On Mon, Aug 30, 2010 at 10:39 AM, sathya ayyanar 
 sathyaayyanar1...@gmail.com wrote:

 I am using GWT-JAVA.
 The Login page displayed good in firefox.
 But In IE It is too slow and also Fonts are too big.
 In chrome it display only the background image. Nothing will be
 display. Is it GWT a browser dependent? Otherwise Can i change any
 other options or anything else? (Note: In NameFieldContainer I added
 the logoImage. And In SendButtonContainer I added the login form)

 Thanks in advance

 --

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



Thanks for your reply.response.
But I want to know the following. You replied as,
you have to include IE enabled css to counter this problem. .
I didn't know about IE enabled css. Please give details about this.
And also I want to show my project in chrome also.
In chrome, the same code doesn't display the login page.
Please give suggestion for this also.

Thanks in advance.

-- 
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: Browser related issue

2010-08-31 Thread aditya sanas
Including conditional CSS files accordingly as follows:
*
*
*link type=text/css rel=stylesheet href=styles.css /*
*!--[if IE 6]link rel=stylesheet href=style.ie6.css type=text/css
/![endif]--*
*
*
you can style ur page accordingly in style.ie6.css which will be applied to
IE 6 only.
In case of Chrome try and debug project what exactly happening while loading
modules.
do you get any error messages while displaying page in chrome?
--
Aditya


On Tue, Aug 31, 2010 at 11:30 AM, sathya ayyanar 
sathyaayyanar1...@gmail.com wrote:



 On Mon, Aug 30, 2010 at 11:10 AM, aditya sanas 
 007aditya.b...@gmail.comwrote:

 which version of IE are you using...?
 the problem you are facing here is with the styling of your page not the
 GWT issue
 so you have to include IE enabled css to counter this problem.
 --
 Aditya


 On Mon, Aug 30, 2010 at 10:39 AM, sathya ayyanar 
 sathyaayyanar1...@gmail.com wrote:

 I am using GWT-JAVA.
 The Login page displayed good in firefox.
 But In IE It is too slow and also Fonts are too big.
 In chrome it display only the background image. Nothing will be
 display. Is it GWT a browser dependent? Otherwise Can i change any
 other options or anything else? (Note: In NameFieldContainer I added
 the logoImage. And In SendButtonContainer I added the login form)

 Thanks in advance

 --

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



 Thanks for your reply.response.
 But I want to know the following. You replied as,
 you have to include IE enabled css to counter this problem. .
 I didn't know about IE enabled css. Please give details about this.
 And also I want to show my project in chrome also.
 In chrome, the same code doesn't display the login page.
 Please give suggestion for this also.


 Thanks in advance.

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



Browser related issue

2010-08-29 Thread sathya ayyanar
I am using GWT-JAVA.
The Login page displayed good in firefox.
But In IE It is too slow and also Fonts are too big.
In chrome it display only the background image. Nothing will be
display. Is it GWT a browser dependent? Otherwise Can i change any
other options or anything else? (Note: In NameFieldContainer I added
the logoImage. And In SendButtonContainer I added the login form)

Thanks in advance

-- 
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: Browser related issue

2010-08-29 Thread aditya sanas
which version of IE are you using...?
the problem you are facing here is with the styling of your page not the GWT
issue
so you have to include IE enabled css to counter this problem.
--
Aditya


On Mon, Aug 30, 2010 at 10:39 AM, sathya ayyanar 
sathyaayyanar1...@gmail.com wrote:

 I am using GWT-JAVA.
 The Login page displayed good in firefox.
 But In IE It is too slow and also Fonts are too big.
 In chrome it display only the background image. Nothing will be
 display. Is it GWT a browser dependent? Otherwise Can i change any
 other options or anything else? (Note: In NameFieldContainer I added
 the logoImage. And In SendButtonContainer I added the login form)

 Thanks in advance

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