[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2011-09-15 Thread codesite-noreply
Comment by pclog...@gmail.com: The best poker blog http://poker-blogs-see.blogspot.com Best PokerStars blog http://pokerstars-blogs.blogspot.com Sexy, hot girls imagehttp://china-sexy-girl-images.blogspot.com/ For more information:

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2011-08-04 Thread codesite-noreply
Comment by a.korzhe...@gmail.com: Would really like to see smth like that: @sprite .myClass { gwt-image: url(image.png); } because if i have external css with this class i would like to define image there and not in UiBinder via ui:image .../ For more information:

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2011-04-13 Thread codesite-noreply
Comment by t.broyer: See http://code.google.com/p/google-web-toolkit/issues/detail?id=4877#c2 for an example of literal() with moz-linear-gradient. For more information: http://code.google.com/p/google-web-toolkit/wiki/CssResource --

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2011-04-12 Thread codesite-noreply
Comment by seebau...@cip.ifi.lmu.de: Hi, I have a problem with the point 'removing all nessecary whitespaces' (aktually I'm working with gwt 2.1.1, because the new gxt-version isn't in mvn2rep) my code usually looked like this (other user.agents omitted for readability): {{{ @if user.agent

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2011-04-12 Thread codesite-noreply
Comment by seebau...@cip.ifi.lmu.de: Hi, I have a problem with the point 'removing all nessecary whitespaces' (aktually I'm working with gwt 2.1.1, because the new gxt-version isn't in mvn2rep) my code usually looked like this (other user.agents omitted for readability): {{{ @if user.agent

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2010-08-10 Thread codesite-noreply
Comment by ehboto: It would be useful to allow usage of the @media rule in the resource's css file: http://www.w3.org/TR/CSS2/media.html#at-media-rule That way making widgets that work both on the screen and when printed wouldn't require any wacky workarounds. (btw there's already an

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2010-05-01 Thread codesite-noreply
Comment by iabdullo: dsfasdfa For more information: http://code.google.com/p/google-web-toolkit/wiki/CssResource -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2010-03-12 Thread codesite-noreply
Comment by thobias.karlsson: Has anybody solved the issue with style dependent names? This is what I want to do: HoverLabel.java {{{ public class HoverLabel extends Composite { private static HoverLabelUiBinder uiBinder = GWT.create(HoverLabelUiBinder.class); interface

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-12-30 Thread codesite-noreply
Comment by dusan.maliarik: Thanks all for this wonderful feature, I am wondering why it is not possible to allow runtime reinjection of CssResource, most importantly, allowing @eval to be evaluated again. It is also interesting why it is only possible to use static methods. whole thing

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-12-29 Thread codesite-noreply
Comment by peled.roy: I have a problem with spriting; I added the following style rule @sprite #home { gwt-image:'imageHome'; } but what I get is inline data image instead of one sprite that contains all of my images... For more information:

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-12-29 Thread codesite-noreply
Comment by peled.roy: Sorry, here's the code: {{{ @sprite #home { gwt-image:'imageHome'; } }}} For more information: http://code.google.com/p/google-web-toolkit/wiki/CssResource -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-12-19 Thread codesite-noreply
Comment by a.revolution.ultra.blue: Guys, check the other post on client bundle, {...@nenchev / @shahidzaman}, I answered both your questions there. @whoever-asked-about-resetting-rules, I have some custom implementation that allows for dynamic / updateable rules. Remember that all IE

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-12-19 Thread codesite-noreply
Comment by a.revolution.ultra.blue: Guys, check the other post on client bundle, {...@nenchev / @shahidzaman}, I answered both your questions there. @whoever-asked-about-resetting-rules, I have some custom implementation that allows for dynamic / updateable rules. Remember that all IE

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-12-19 Thread codesite-noreply
Comment by a.revolution.ultra.blue: Guys, check the other post on client bundle, {...@nenchev / @shahidzaman}, I answered both your questions there. @whoever-asked-about-resetting-rules, I have some custom implementation that allows for dynamic / updateable rules. Remember that all IE

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-12-19 Thread codesite-noreply
Comment by a.revolution.ultra.blue: Guys, check the other post on client bundle, {...@nenchev / @shahidzaman}, I answered both your questions there. @whoever-asked-about-resetting-rules, I have some custom implementation that allows for dynamic / updateable rules. Remember that all IE

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-12-19 Thread codesite-noreply
Comment by a.revolution.ultra.blue: Guys, check the other post on client bundle, {...@nenchev / @shahidzaman}, I answered both your questions there. @whoever-asked-about-resetting-rules, I have some custom implementation that allows for dynamic / updateable rules. Remember that all IE

[gwt-contrib] Re: Comment on CssResource in google-web-toolkit

2009-11-11 Thread codesite-noreply
Comment by shahidzaman: I have been unable to make this work. Please point out where I am making a mistake. I am trying to use an external style sheet. I have got the resources inherit in gwt.xml. The stylesheet is using @external for all styles and I have defined an interface: {{{ public