Re: GWT RPC CALL QUESTION

2012-11-23 Thread Alberto Mancini
Hi, is'nt just the url-pattern capitalized ? url-patterndataTrader/DataTrader/url-pattern ^ WARNUNG: No file found for: /datatrader/DataTrader ^^^ Ciao, Alberto. On Fri, Nov 23, 2012 at 2:45 PM, xxJohnnyxx

GWT canvas app testing on the Lumia 920/IE 10 mobile

2012-11-23 Thread Litmus
Just curious, any one else give this a go yet? Ran into touch event issues right off the block, so it looks like its going to take a little fine tuning.. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: The purpose of GWt

2012-11-23 Thread james0072
HI Goran, If you would like to use a canvas based solution you could try my CreateGWT Suite whip Wraps EaselJS as well as the other CreateJS products. https://github.com/sinewavemultimedia/create-gwt Source and Demos I have a live demo on my website:

Re: The purpose of GWt

2012-11-23 Thread Alp Yilancioglu
That was a very good answer to that question.. =) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/pB7ySx6P_skJ. To post to this group, send

Re: GWT - Client Data Recieving in a parallel way ?

2012-11-23 Thread Oliver Krylow
As far as I can tell JavaScript engines are inheritly single threaded. Maybe simulate threads on your own using IncrementalCommand https://developers.google.com/web-toolkit/doc/latest/DevGuideCodingBasicsDelayed#incremental . Don't know if it is worth the effort though. On Fri, Nov 23, 2012 at

IFrameWindowPanel close

2012-11-23 Thread Tibor Foris
Hi, Is it possible to close an IFrameWindowPanel from javascript contained within the html displayed by this panel? (thinking of generating some event for closing the panel) Or is it possible to listen somehow on the content of the panel? I want to close the panel on some user action or on

Re: popup modal

2012-11-23 Thread julien chandezon
hello, i have the same issue :( i use setModal(true) and setGlassEnabled(true) but it still doesn't work. If you know how to make sure the glass is not transparent, can you help us ? thanks Le mardi 2 octobre 2012 22:12:40 UTC+2, hadar a écrit : I am working with IE8. I open popup with

Re: gwt 2.5/PrecompressLinker useless with tomcat/jboss?

2012-11-23 Thread pop_ionut84
Hi I've used the same scenario for serving .gz precompressed with a servlet filter. My only problem is that my .gz files doesn't get cached by the browser. Did you found a solution for this? Regards On Monday, October 29, 2012 5:06:06 PM UTC+2, jhulford wrote: To handle this in Tomcat, I

RPC fails when in production mode if using Oracle JDK 7

2012-11-23 Thread Danny
Hi guys, Here's my configuration: - Mac OS X 10.7 - JDK 7 (OS Default) - using Oracle JDK - GWT 2.5 I've simply created a project using the GPE (i.e. GreetingService etc). I make no changes to the GPE created starter code. The default java version on my Mac is set to Oracle's JDK 7.

Client issues an RPC before another RPC has finished

2012-11-23 Thread Alexey Panteleev
Hello, I've been struggling with this issue for a long time, maybe someone could help me address this finally? From time to time it happens that a user navigates to one page wich issues an RPC to our server but then quickly navigates to another page which issues yet another RPC to the server

com.google.gwt.core.client.JavaScriptException: (TypeError): Cannot call method 'indexOf' of undefined

2012-11-23 Thread Sridhar Nalam
i am trying to parse data by splitting the response string from app engine by using below code. Resonse string: 29(0.001) Code: String[] strToken = token.split(\\p{Punct}, 2); String metricId = strToken[0]; String time = strToken[1]; double metricTime; if (!time.contains())) { metricTime =

Re: CustomScrollPanel issue (extra div overlays generated impacting performance?)

2012-11-23 Thread Samuel Sandeep
Hi Seth, Have you implemented the drag functionality for the vertical scrollbar? I know you have more important things to do, but I'm asking out of desperation. On Wednesday, April 11, 2012 1:23:59 AM UTC+5:30, GWTter wrote: Hi Deepak, Sure, I'll let you know once I add that

Memory Leak caused by ThreadLocalMap - The suspect is com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet

2012-11-23 Thread Tibi
Hi, In my project I am using using gwt-2.4.0. The server side business wrapper extends com.google.gwt.user.server.rpc.RemoteServiceServlet, deployed on WebSphere Application Server7 (JDK1.6, with JEE5 compliance). I have a memory leak on the server side (I expected low memory usage values due

Re: popup modal

2012-11-23 Thread julien chandezon
ok, i found. the glass must have a style with a background not transparent (a color with opacity 1) and it works Le mercredi 3 octobre 2012 10:10:58 UTC+2, Thomas Broyer a écrit : On Tuesday, October 2, 2012 10:12:40 PM UTC+2, hadar wrote: I am working with IE8. I open popup with modal

Re: RPC fails when in production mode if using Oracle JDK 7

2012-11-23 Thread Brian Slesinsky
I don't know the answer, but in general, for this sort of issue, you need to figure out which URL the request is being sent to from the browser, and whether that URL is correct. (In particular, is it the same URL with JDK 6?) The Chrome or Firefox debugging tools are useful for this; it's the

Re: GWT canvas app testing on the Lumia 920/IE 10 mobile

2012-11-23 Thread emurmur
My understanding is that IE10 does not implement TouchEvent. Instead it implements a new event called a PointerEvent that unifies mouse, touch and stylus input. However, if you only care about a single touch point then use mouse events. they work on windows touch devices. On Friday,

Re: [gwt-contrib] Re: Delivery Status Notification (Failure)

2012-11-23 Thread John A. Tamplin
On Thu, Nov 22, 2012 at 3:43 PM, Thomas Broyer t.bro...@gmail.com wrote: The only problem with this is that, without a (deprecated) indirection, you'd be forced to wait that all your 3rd-party dependencies (that depend on the renamed classes) update to the new version of GWT before you can