On Sat, Jan 3, 2015 at 12:58 PM, Jens wrote:
> A bit off topic, but: The real value of GWT for me has been the ability
>> to write browser apps without HTML, CSS, JavaScript, and Java (you know,
>> spaghetti) - being able to use Java only. As you start adding HTML and CSS
>> to GWT apps (the U
Another strategy (if you can modify the server code), might be returns an
image (representing the error, or the default image) instead of a 403
error. Gravatar use this strategy for unknown avatars. So client code get
totally elegant ;)
On Monday, January 5, 2015 4:13:10 PM UTC+1, marian lux wr
Hello,
I am developing in gwt and want to make a QR code reader from the client
side. I've already looked different forums that use Zxing but I can not use
it on the client side app on my mobile. I would like to have some idea for
this app. Thank you very much for the help.
--
You received th
Maybe have a look at the
ImageLoadingCell:
http://www.gwtproject.org/javadoc/latest/com/google/gwt/cell/client/ImageLoadingCell.html
On Monday, January 5, 2015 4:13:10 PM UTC+1, marian lux wrote:
>
> Today I am rendering my mgwt CellList with the following Template and
> (rendering) method:
>
>
Today I am rendering my mgwt CellList with the following Template and
(rendering) method:
public interface Template extends SafeHtmlTemplates{
@SafeHtmlTemplates.Template("'{1}'")
SafeHtml content(SafeStyles dynamicBackgroundImage, String cellContents,
String cssMyCell);
}
public void render
GWT 2.7. has removed a runtime check if JSON.parse() is available in the
browser because GWT 2.7. does not support IE6/7 anymore and JSON.parse() is
available in IE 8+ when in standards mode.
So maybe these users launch your app in compatibility view / quirks mode
for whatever reason. Alternati
No one on GWT team have any idea why we get this in internet explorer 8?
This happens only in GWT code.
On Friday, December 19, 2014 12:15:29 PM UTC+1, funkforce wrote:
>
> Upgrading from 2.6.1 to 2.7 I get reports of an exception in method
> safeEval(String json) in the com.google.gwt.core.clie
If a text in grid is set to bold, clicking a row has no result, though it
should select. If I click non-bold text, it works fine.
Code of grid is standard. Has anyone faced the same issue ?
p.s. Also I've noticed that if you click on row just in some pixels before
bold text, checkbox is checke
When running `GWTTestCase` that call an external Restful service with
GWT (Using Restlet-GWT) the app throws the error below.
**Error:**
Jan 05, 2015 1:24:41 PM
com.gargoylesoftware.htmlunit.javascript.background.JavaScriptJobManagerImpl
runSingleJob
SEVERE: Job run failed with unexpe
Thank so much for the detailed explanation, Jens. This issue was really
critical for our project.
Now it works!
I use GWT 2.7. with gz. compression. My target browsers are mobile
browsers: Google Chrome and (Mobile) Safari. They should handle the
compression (gz).
Also the html (and other fil
10 matches
Mail list logo