Re: Dev Mode results in 'spinning wheel' delays on Mac

2012-04-06 Thread Shawn Brown
>> Do other people experience this problem when using Dev mode? No. I think you people are both seeing it swap from lack of memory. What do you have in your dev mode VM args? I have -Xss16M -Xmx1G What do you have for eclipse.ini? I have -XX:MaxPermSize=512m -Xms40m -Xmx1G Neither of these se

Re: Fetching images for users: where to put them?

2012-04-06 Thread Sam W
Thanks for your help! Seems that there isn't a general solution to this... (Nice tip on checking exist(), I pulled my hair out a few times when I forgot to create the folders!) On Thursday, April 5, 2012 2:35:59 AM UTC+8, Matias Costa wrote: > > In web.xml: > > > imageReceiver > xxx.Im

Re: chrome - prompting me to install gwt plugin but already installed

2012-04-06 Thread ks
bump. Anyone? -- 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/-/VMaAbhsLIx0J. To post to this group, send email to google-web-toolkit@googlegroup

Re: Filtering requestfactory response

2012-04-06 Thread Thomas Broyer
On Friday, April 6, 2012 5:04:20 PM UTC+2, Thomas Lefort wrote: > > I have a user profile page and I want the server to send different > information when the user profile page is the one from the user and when > it's the one from another user. > I used to get my user profile information with rpc

Filtering requestfactory response

2012-04-06 Thread Thomas Lefort
I have a user profile page and I want the server to send different information when the user profile page is the one from the user and when it's the one from another user. I used to get my user profile information with rpc, so I just had to send a DTO with some empty fields when it was another u

Can't open my code with the GWT Designer

2012-04-06 Thread Alex
Hi, when I try to open a file with the GWT Designer I get the following error: "Could not open the editor: The editor class could not be instantiated. > This usually indicates a missing no-arg constructor or that the editor's > class name was mistyped in plugin.xml" Any help is appreciated,

Re: Avoid duplicate image when using Datastore API

2012-04-06 Thread Interbooker App
Solved it, don't bother it anymore =D On Thu, Mar 29, 2012 at 5:03 PM, inter wrote: > Hi, I was just wondering, is there a way to avoid duplicate image when > using Datastore API? I can upload an image with no problem using the > example from > > http://ikaisays.com/2010/09/08/gwt-blobstore-the-

Re: GWT CellTree : DataBinding, Sorting & filtering

2012-04-06 Thread vaibhav gwt
How to build TreeViewModel using following sample xml ? Sample xml : 111 1 Thomas 222 111 Vaibhav public class MyTreeViewModel implements TreeViewModel { @Override publ

Re: DatePicker next/prev month events

2012-04-06 Thread Boris Lenzinger
Hi, Create your custom class in the same package as google and you should workaround the IllegalAccessException (since method addMonth is protected). Boris Le 6 avril 2012 09:00, Nikola Markovic a écrit : > Bump, still stuck in here :( > > p.s. Thinking of making my own date picker. > > -- >

Re: DatePicker next/prev month events

2012-04-06 Thread Nikola Markovic
Bump, still stuck in here :( p.s. Thinking of making my own date picker. -- 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/-/gsLA7TQedlUJ. To post