Strange behavior of Chrome 35.0.1916 on Windows 7 when add/remove style of HTMLPanel

2014-07-24 Thread Robert Hoffmann
There is a bug report on thishttps://code.google.com/p/chromium/issues/detail?id=377913 Do you use the AdBlock plugin? -- 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

Re: Manipulating current history token

2014-07-24 Thread Shaun Tarves
It's not that simple. The user can return to the same place many times over the course of the application. Each time they go place X, there may be a different number of objects that they loaded while they were at Place X. My idea was to just update the current place (which is the same instance

Re: Manipulating current history token

2014-07-24 Thread Burak Ulutoprak
Why don't you use a static map kind of data to store the state of your pages. 24 Tem 2014 22:50 tarihinde "Shaun Tarves" yazdı: > > I am using Places in my GWT app, but I've encountered a scenario in which I want to manually manipulate the current history token, and I'm having trouble: > > I have

Re: Manipulating current history token

2014-07-24 Thread Richard Wallis
If the page isn't reloaded between navigation then I think the presenter should remember it's state. Otherwise I think storing which objects are open in localStorage and then reading the state from that might be better than trying to store state in the historyToken. On Thu, Jul 24, 2014 at 9:49

Manipulating current history token

2014-07-24 Thread Shaun Tarves
I am using Places in my GWT app, but I've encountered a scenario in which I want to manually manipulate the current history token, and I'm having trouble: I have a screen showing a collection of objects, where the user can click a button to load more results (similar to an infinite scrolling sc

Re: Code splitting with dependency injection (gin)

2014-07-24 Thread Robert Hoffmann
I just found out that the problem of code splitting malfunctioning in my app was due to the use of RunAsyncCallback in my code (for other things than GWT.runAsync). See https://code.google.com/p/google-web-toolkit/issues/detail?id=8836 So I was wrong assuming it had to do with GIN. best regard

GWT with c#/.NET Backend

2014-07-24 Thread Olaf Raether
Hi, I need to implement a GWT client program with an microsoft c#/.Net http server in the background. I´m now looking for solution to serialize Objects in both worlds. My first thought starts with protocol-buffers. But I´m not sure if this works with GWT- cause I can´t find an compiler for GWT