Problem with GWT 2.5.1 and Kindle paperwhite user agent

2013-10-29 Thread Eduardo José Cepas Quiñonero
Hi everyone, I am using GWT 2.5.1 and I am accesing to a .war depolyed with Tomcat 7.0.32, using the browser of a Kindle paperwhite model No. EY21. The problem is that GWT cannot get the user-agent of the Kindle correctly, I mean, I get the following values: - *From my server*:

Re: NullPointerException on stockwatcher tutorial

2013-10-29 Thread Davide
Julio juliorod63@... writes: Hi, works for me. i insert the DIV tag into the html. Thanks. Hi have the same problem.. In my html code i've div id=stockList/div and the null point exception still showing. How can i resolve it? Thanks -- You received this message because you are

Re: Error using IMAGE/IO in a Servlet

2013-10-29 Thread Sean
Wow, Thank you Jens. I would have never figured that out in a million years! That was super subtle, but I learned a lot from it! Thank you! Your suggestion worked perfectly! -Sean On Monday, October 28, 2013 4:17:13 PM UTC-4, Jens wrote: This kind of ClassCastException typically occurs if

Re: SVG image usage?

2013-10-29 Thread Philippe Lhoste
On 20/10/2013 19:04, Ed Bras wrote: So I should just include them as background image directly in the css file? I can be wrong, but I think SVG images cannot be used as CSS background images. They have to be displayed as regular images, by specific widgets. -- Philippe Lhoste -- (near) Paris

Re: SVG image usage?

2013-10-29 Thread Ed Bras
Why? According to this it's possible: http://css-tricks.com/using-svg/ (I am doing it and works). -- 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

Slow down animation on DisclosurePanel?

2013-10-29 Thread darkflame
I simply wish to slow down the open/close animation on a DisclosurePanel. Any ideas how to do this? I see; private static final int ANIMATION_DURATION = 350; in the class. But the class cant be extended for some reason, so is there alternatives/workarounds? Thanks, Thomas -- You received

Re: PopupPanel.center() not centering content?

2013-10-29 Thread Saad S
I too am experiencing this problem in my code, where I have a large hierarchy of panels contained within the PopupPanel or DecoratedPopupPanel. A simple GWT Designer app with a label in the PopupPanel or DecoratedPopupPanel works as expected. -- You received this message because you are

Re: PopupPanel.center() not centering content?

2013-10-29 Thread Ed Bras
I currently center it by adding the content, that needs to be centered to a container div that has a style that will take care of the styling (something like margin: auto; position:absolute; left:0; top:0; bottom:0; right:0). Note: i don't use fixed as position such that I can move the whole

JNI Problem

2013-10-29 Thread Sean
Hey guys, I read the documentation on JNI and I think what I'm doing is correct, but its not working. I'm trying to get values from JAVA into Javascript. Code Snippet: [...] /** * * @return */ public String getColorScale() { int selIndex =m_colorBox.getSelectedIndex(); return

Re: JNI Problem

2013-10-29 Thread David
You are missing an extra () it should read: *var colorScale = p_valhold...@com.ll.cidb.client.CIDBViewer ::getColorScale()();* * * On Tue, Oct 29, 2013 at 4:58 PM, Sean slough...@gmail.com wrote: Hey guys, I read the documentation on JNI and I think what I'm doing is correct, but its not

Re: JNI Problem

2013-10-29 Thread Sean Loughran
Thanks David! That was the exactly it! On Tue, Oct 29, 2013 at 12:07 PM, David david.no...@gmail.com wrote: You are missing an extra () it should read: *var colorScale = p_valhold...@com.ll.cidb.client.CIDBViewer ::getColorScale()();* * * On Tue, Oct 29, 2013 at 4:58 PM, Sean

Re: GWT Designer for NetBeans

2013-10-29 Thread Saad S
Ditto. On Thursday, December 16, 2010 5:07:29 AM UTC-5, Kidowell wrote: Hey, is there any gwt designer for NetBeans out there?. It would be nice to place all the design and receive automatically the code for it. I have read theres a plugin for Eclipse but I can't find anything for

Mask for money values ?

2013-10-29 Thread Fernando Paiva
Hello all I'm looking for some how to add money mask for a TextItem. I need to setting my caret position right and each number that I enter the mask goes work. example. 100,000.00 How to do this ? thanks -- You received this message because you are subscribed to the Google Groups Google

Re: GWT - Send a message from the server to the client?

2013-10-29 Thread Andrea Boscolo
I'd use http://errai.github.io/ and its bus. On Monday, October 28, 2013 10:01:27 PM UTC+1, Joshua Godi wrote: Good afternoon, I was curious how I would properly send a message from the server to the client? Here is my scenario: Client A - Modifies User1 from the GUI and pushes the data

[gwt-contrib] Re: Thoughts on GWT 3.0 re: Java 8 and IE 8/9

2013-10-29 Thread Andrés Testi
Are other source languages than Java taken into account for GWT 3.0? Is Jribble considered? - Andrés Testi El viernes, 25 de octubre de 2013 13:18:52 UTC-3, Thomas Broyer escribió: Forwarded from the GWT group, so it's not lost in the middle of support questions. Link to the topic

Re: [gwt-contrib] Re: Change in gwt[master]: Added disabled IE10 permutation

2013-10-29 Thread Brian Slesinsky
On Wed, Oct 23, 2013 at 11:59 AM, Jens jens.nehlme...@gmail.com wrote: Hmm. It's a fair point. On the other hand, you don't *have* to upgrade right away. Hehe sure, but its hard to resist Java7, @GwtIncompatible support and compiler/code splitting bug fixes ;-) But maybe I misunderstood