Re: css background image

2014-04-06 Thread Dima Redko
No, it doesn't work. But still thaks for your reply). Maybe you have any other suggestions? суббота, 5 апреля 2014 г., 23:29:02 UTC+4 пользователь Jos Flores написал: You can try using quotes around the name of the image, and using a relative path. something like: background-image:

Re: How to call a javascript function in embedded html tag inside GWT

2014-04-06 Thread Jens
span onmouseover=$wnd.mouseOverFunction(); should work. GWT provides special variables $wnd and $doc to always reference the top level window/document. You should always use these variables because GWT apps might or might not be executed inside an iframe. -- J. -- You received this message

Re: css background image

2014-04-06 Thread Jens
Check your browsers dev tools to see if the image / css file gets loaded by the browser or if an HTTP 404 NOT FOUND occurs (see network tab in dev tools). If it is a 404 you should see what the browser tries to load and this should already be enough information to fix the problem. -- J. --

Why setHTML(“tabletr../tr/table”); but then getHTML(); return “tabletbodytr../tr/tbody/table” (Gwt)?

2014-04-06 Thread Tom
I don't understand how Gwt setHTML getHTML work. It doesn't seem to be consistent. Let see this example: myInlineHtml.setHTML(SafeHtmlUtils.fromSafeConstant(tabletrtdTest/td/tr/table)); System.out.println(myInlineHtml.getHTML()); Output: tabletbodytrtdTest/td/tr/tbody/table Clearly when

Re: Why setHTML(“tabletr../tr/table”); but then getHTML(); return “tabletbodytr../tr/tbody/table” (Gwt)?

2014-04-06 Thread Tom
Also, Does this happen independently from browsers or dependently from browsers? cos that is serious. So getHTML return value based on the Browser or based on the Gwt mechanism? On Monday, April 7, 2014 1:24:42 AM UTC+10, Tom wrote: I don't understand how Gwt setHTML getHTML work. It doesn't

Re: css background image

2014-04-06 Thread Jos Flores
Agree with Jens. You can also check the style in dev tools. If it's not being found, it's a problem with the path to the image. --- phone.brevity.typos.cheers On 6 Apr 2014 09:43, Jens jens.nehlme...@gmail.com wrote: Check your browsers dev tools to see

Re: Textbox Does Not Display Correctly When Using Chrome

2014-04-06 Thread Andrei
Your problems are not related to GWT. It may be something very basic, like a font or a font size not being set in your CSS, or a font not being available in one of the browsers. Check which CSS styles are applied to your elements in each browser. -- You received this message because you are

offsetheight not changing in button when fontsize is changed

2014-04-06 Thread Andrei
The button height will not change with the font size unless you change the line-height property as well. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: css background image

2014-04-06 Thread Dima Redko
Thanks for your reply). Finally I've found the way to add background/ And now it works as I wanted, but I don't actually understand WHY? I had this: body{ background-image: url(/img/wood.jpg) repeat; } Then I changed that part to make it look like this: .body{ background-image:

Re: How to call a javascript function in embedded html tag inside GWT

2014-04-06 Thread Smiley
Thanks, i tried to use $wnd.mouseOverFunction(); but it didnt work. I am not sure what i am missing. when i inspect the element in chrome this comes out as mentioned below. is this how it is supposed to be? span onmouseover=$wnd.mouseOverFunction(); Mouse over text /span On Sunday, 6 April

Re: css background image

2014-04-06 Thread Patrick Tucker
Can you show us your HTML and any other relavent CSS? All we can do is assume you have an element that has a class name of body. Have you tried setting the height and width of the body element, and maybe window, to 100%? -- You received this message because you are subscribed to the Google

Serialize super class fields

2014-04-06 Thread Leon
Current GWT serialization only allow me to serialize declared fields in a class. How do I serialize protected fields in its super classes? Thanks! Leon -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and