tab layout suggestions needed

2011-07-09 Thread Vik
Hie Is it possible to open tabs dynamically and close them like we do for browsers using gwt ? Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Re: Basic Requestfactory Example

2011-07-09 Thread langlaufen.de
yes you are right, but since i wanted to have a example as simple as possible i did not use a separat Locator. If you don't use a Locator you have to implement the findX() in your domain class. On 27 Jun., 21:55, khiem nguyen wrote: > h) Eie *Entity(Domain)-Klasse*   m u s s    folgende drei Met

Re: Rich Text Area, same as in Gmail > Compose Mail

2011-07-09 Thread Samik
Paul Robinson writes: > > There's a RichTextToolbar in the showcase. You have to copy & paste to > use it. > > apurva wrote: > > Hello, > > > > I would like to have exactly the same Rich Text Area in an application > > as the one available in Gmail, Compose mail option, along with > > language

GWT Developer Job Openings

2011-07-09 Thread Jeff
Does anyone know if this group is an appropriate place to post requests for experienced GWT developers or if there is a better forum? The standard job sites tend to send over anyone who has heard of GWT not actual GWT developers. Thanks, Jeff -- You received this message because you are subscrib

Re: Spring Security with GWT

2011-07-09 Thread kellizer
I am using an anchor and a redirect to a logout url ; that is how I do it and it works & the below line from my security context.. Regards, Ian. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the w

How do I render celltable data in chunks?

2011-07-09 Thread Potate
Hi I have 100+ rows to render in a celltable. The actual data is downloaded quite fast via RPC call. However, rendering these 100+ rows in IE6 is awfully slow. It also causes temporary UI lockups. Is it possible to render the table in chunks? maybe like 10 rows at a time incrementally? I tried the

Re: Spring Security with GWT

2011-07-09 Thread Kevin Jordan
This is because GWT uses an IFRAME to submit by default. There's no reason it has to be a form to submit to your logout URL, so I'd just do an anchor link as kellizer suggests or just do a Window.Location.replace("/j_spring_security_logout") when your button is pressed. That will redirect the who

Ways to reduce GWT compiled code size

2011-07-09 Thread Andrei
Concerns about the size of GWT complied code has been raised several times in this forum, but a typical response was "Relax, dude!" with slight variations like "It can be cached" and "Don't forget about gzip". I am still concerned, though, that even the most simple GWT app easily tops 150kB in com

"Argument list too long" error

2011-07-09 Thread parth
I am having this error while compiling a project using GWT eclipse compile button. I have a very big classpath due to many projects and jar files. But, since this not an ant target, I do not know how to fix this? [Same problem as http://stackoverflow.com/questions/5549592/ant-javac-task-throws-arg

How to see generated JS code before its sent to linking step.

2011-07-09 Thread Marko Vuksanovic
Hi, I wanted to see what was getting generated by CompilePerms step and sent to linker. For that purpose I executed Precompile and CompilePerms steps manually. I got hold of permutation-x.js files. When I opened any of those files in text editor the output was not readable. The problem was not