Re: GWT by hand (no xml configuration, no ant, no running gwt-dev.jar)

2012-02-23 Thread Harry
Jens, thanks for your reply. For 1) I already have jetty and I've added the my servlet to Jetty's context. For 2+3) I'm sure I'll need gwt-dev and user in my class path. But I'd like to do something that has a little more finesse than invoking the main on their class. I'd really like to instantia

GWT/AppEngine application for distributed role playing - dorp

2012-02-23 Thread ingo
Hello, did you love to play role playing games with your friends but you just went abroad so you cannot meet with them to play anymore? Worry no more because you can go on playing with a little help from dorp: distributed online role playing. dorp is a Google Web Toolkit application running on Goo

Re: GWT Developer Plugin for Firefox not installing completely

2012-02-23 Thread Alan Leung
It should be fixed in the SVN. -Alan On Thu, Feb 23, 2012 at 8:04 AM, Scott Matthews wrote: > > Alan Leung writes: > > > > > > > Hi Allyn: > > > > Thanks for the report. It seems to be that the new > forward compatibility feature in the install-template.rdf is not > backward compatible (the ir

Re: Compiler exception occured. Not able to compile GWT application

2012-02-23 Thread Ronnie and Sandy
Very helpful, Sudhakar. God Bless You! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@

Re: Issue: Multiple Presenter Instances

2012-02-23 Thread Cassio
Thank you, I think I'll go for that second way of handling this. I'll also take a look into Places and Activities. Is there a bigger example project around than "Tutorial-hellomvp-2.1"? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. T

Re: Multiple RequestFactory servlets for a single GWT application

2012-02-23 Thread Thomas Broyer
On Thursday, February 23, 2012 6:30:38 PM UTC+1, Gilad Egozi wrote: > > Hi Thomas > > I'm not talking about two instances of the same RequestFactory class, > but rather on two different RFs with different services. > Does your explanation apply in that case too? Absolutely. The static state

Re: Multiple RequestFactory servlets for a single GWT application

2012-02-23 Thread Gilad Egozi
Hi Thomas I'm not talking about two instances of the same RequestFactory class, but rather on two different RFs with different services. Does your explanation apply in that case too? Thanks, Gilad. On Feb 18, 1:09 pm, Thomas Broyer wrote: > Because RF works with reflection and stores some state

Problem getting chunked data from gwt servlet.

2012-02-23 Thread Samvel karaxanyan
Hi, recently I have a problem getting chunked data response from gwt servlet. So I have a gwt application that uses RPC call to get the data and now sometimes when getting data from server the data is chunked and broken. The interesting thing is that on the same RPC call that data can be broken on

Html5shiv

2012-02-23 Thread msanztru
Hello, I have ported a project to gwt. I use UiBinder and html5 tags all around the place: , , ... things like that. Things I have used before and that I have been able to render properly in IE using html5shiv. However if I use html5shiv with gwt nothing is rendered in IE. Is there any workaround

Introduce New GWT UI/Graph Framework - Trufun WebRCP

2012-02-23 Thread keven
http://code.google.com/p/trufun-webrcp/ Trufun WebRCP:the GWT framework with completely open source based on html5 technology, is used to transplant eclipse RCP to GWT WEB. On the basis of WebRCP, developer can develop GWT application with eclipse SDK API. At present WebRCP has already been succe

Re: Using non disposable activities extracting parameters from a place

2012-02-23 Thread l.denardo
Thank you Thomas! I ended up doing something similar to what you say, moving GIN injected dependencies into my ActivityMapper and using them to build a new Activity (I'll switch to a provider as soon as possible). I actually ended up subclassing ActivityManager (and extending Activity itself) to p

Re: GWT Developer Plugin for Firefox not installing completely

2012-02-23 Thread Scott Matthews
Alan Leung writes: > > > Hi Allyn: > > Thanks for the report. It seems to be that the new forward compatibility feature in the install-template.rdf is not backward compatible (the irony) in FF3.6 and that version only. > > I disabled the strict check that would fix it. Currently in review: h

Re: how to hide vertical scrollbar of a Frame?

2012-02-23 Thread bognekadje
Hi Ashwin, thanks for reply, i already test that, but it don't work. I also test Frame.getelement().getStyle().setOverflow(). I don't understand why. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goo

Re: Using non disposable activities extracting parameters from a place

2012-02-23 Thread Thomas Broyer
On Thursday, February 23, 2012 1:22:38 PM UTC+1, l.denardo wrote: > > My problem is that the two activities are actually singletons (not- > disposable), since they have different dependencies injected through > GIN. > If this is the only reason, then it's not a good reason. It's too easy to

Re: the reverse: creating properties file out of existing Constants/Messages interfaces

2012-02-23 Thread mma
Vlad - Thanks for posing the question. Soon - Thanks for providing the answer. This is a lot better than creating the properties files first and then generating the interfaces. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view thi

Re: how to hide vertical scrollbar of a Frame?

2012-02-23 Thread Ashwin Desikan
Set the overflow CSS property to hidden value. This should disable scrolling. ~Ashwin Sent from my iPhone On Feb 23, 2012, at 1:45 PM, bognekadje wrote: > Hi, > In my application, i have a Frame which can scroll automatically, So i > would hide vertical scrollbar to prevent user scroll.How ca

Using non disposable activities extracting parameters from a place

2012-02-23 Thread l.denardo
Hello, I'm facing a problem with activities and places. My use case is quite simple. I have more kind of places in my app (e.g. CalendarPlace and ResourcePlace). Each place can contain the ID of a given object. When I switch place I want to load the correct editor for the kind of object (switching

Re: Synchronise view "loading" and activity start in MVP

2012-02-23 Thread Thomas Lefort
Hi Thomas, Thanks for you suggestion. Not sure that would be enough. This is my use case: - I have 3d applet in my view, it takes a while to load, as well with user authorisation, etc... I am able to detect when the applet has started running though - the view is created once and managed by clien

Re: flex table help

2012-02-23 Thread Nitheesh Chandran
Thanks ,it works On Feb 23, 2:54 pm, Paul Robinson wrote: > public class MyTable extends FlexTable > { >      public MyTable() >      { >              sinkEvents(Event.ONMOUSEOVER | Event.ONMOUSEOUT | Event.ONCLICK); >      } > >      public void onBrowserEvent(Event event) >      { >          El

Re: Cannot deserialized ArrayList object in GWT 2.3

2012-02-23 Thread POITTEVIN Raphael
BM writes: > > It works on an empty project. > > So I compared my project with empty project. The difference is my > project uses Maven. > > I realized gwt-servlet.jar was missing in my project. So when I copied > the gwt-servlet.jar in the lib folder created inside WEB-INF it > worked! > > B

Re: flex table help

2012-02-23 Thread Paul Robinson
public class MyTable extends FlexTable { public MyTable() { sinkEvents(Event.ONMOUSEOVER | Event.ONMOUSEOUT | Event.ONCLICK); } public void onBrowserEvent(Event event) { Element td = super.getEventTargetCell(event); Element tr = td == null ? null :

flex table help

2012-02-23 Thread Nitheesh Chandran
Hello , I want to get the row and column index when the mouse over event occurs.When the user put mouse over a cell i want the row and cell number so i used the following code..But i am not getting it. Can anyone tell me the reason ? com.google.gwt.user.client.Element td = DOM.getParent(getEleme

Re: Issue: Multiple Presenter Instances

2012-02-23 Thread Thomas Broyer
When you attach a new presenter to a view, it should *replace* the previous one, so you have to find a way to do this. if you follow the "part 2" article from the docs, the one with a Presenter interface in addition to the Display interface, then it's straightforward. If you don't, but you're us

how to hide vertical scrollbar of a Frame?

2012-02-23 Thread bognekadje
Hi, In my application, i have a Frame which can scroll automatically, So i would hide vertical scrollbar to prevent user scroll.How can i do this? Thanks in advance for your help. Eric. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To