Re: Basic Auth with GWT

2010-10-16 Thread Lothar Kimmeringer
pete superp...@geekcity.de schrieb: What I want is the browser standard basic-auth dialog popping up, entering credentials (maybe saving them if wished), then sending the data to the server, processing the login, and if successful to load the module, otherwise ask again... I found how to send

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-16 Thread coderinabstract
wiped out Maven local repo and reran and it WORKED!!!...still CANNOT get it to run in eclipse, even after mvn eclipse:eclipse, importing and running as WebApplication get following error..tried jvm flag and that too didn't work. Your SDK: Release: 1.3.7 Timestamp: Wed Aug 25 12:40:01 EDT 2010 API

GWT-Ext - Unable to load module entry point class...

2010-10-16 Thread pionas
Hi, i've got a problem... I try do it this: http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/ I using: - Eclipse Platform Version: 3.5.2.R35x_v20100210-0800-9hEiFzmFst- TiEn9hNYgDWg1XN8ulH_JvCNGB Build id: M20100211-1343 - SDK - GWT: 2.0.3 - ext-2.0.2 -

Re: Type of data in fields

2010-10-16 Thread Diego Venuzka
Anyone? 2010/10/14, Diego Venuzka dvenu...@gmail.com: Hello! Somebody know how i can make a test in field, to know if the data is string or integer? i'm tryng to use the setValidator(), but i don't know how i set the parameters someone can help this rookie? =P Thanks!! -- Diego

Re: Display the List

2010-10-16 Thread Merih
any idea? -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more

Re: how to remove gwt development plugins from ie?

2010-10-16 Thread Sorinel C
This is a good question -- I checked all add-ons from the Add-on Manager and the GWT Dev plugin isn't there ... that's very hackerly from Google... Cheers! PS1: GWT blog: http://ui-programming.blogspot.com/ PS2: my latest tool here: http://cool-movie-browser.blogspot.com/ -- You received

Re: how to remove gwt development plugins from ie?

2010-10-16 Thread Sorinel C
Anyways, if you want to reinstall it try the links from point 2) http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html Cheers! http://cool-movie-browser.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: gwt-dev mode

2010-10-16 Thread Sorinel C
GWT = Java + JS.compiler == JavaScript Web app DevMode is called when you run debug your application from within Eclipse, and using a browser Gwt Dev Plugin to communicate between the browser, where your app is running, and the server, which runs in eclipse. Here's more about installing the

Re: GWT new App Development

2010-10-16 Thread Mittal
Thanks Gaurav !!! On Oct 14, 10:57 pm, masterGaurav gaurav.va...@gmail.com wrote: Hi Mittal, Great question! For my applications, I have pure-GWT as well as pure-SmartGWT approaches. I have particularly not used the MVP pattern as is available on the website... but definitely, something

RE: Chrome / GWT Size limits

2010-10-16 Thread Feldman, Nir (48Upper)
Maybe you should consider using RunAsync -Original Message- From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of Tim K Sent: Friday, October 15, 2010 9:02 PM To: Google Web Toolkit Subject: Chrome / GWT Size limits I seemed to have crossed

RE: Is multiple ClientBundles sub-optimal?

2010-10-16 Thread Feldman, Nir (48Upper)
It is suboptimal. You can use several Resources but optimizations are done inside the bundle (sprites for example). -Original Message- From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of Ståle Undheim Sent: Friday, October 15, 2010 1:32

GWT 2.1 RC1 source code

2010-10-16 Thread Aldo Neto
Hi everyone, I just downloaded the GWT 2.1 RC1 and I'm trying to get my code upgraded to it (it was developed for 2.1 M3). However, I noticed that the code for RC1 is not available for download at http://code.google.com/p/google-web-toolkit/source/browse/#svn/branches. Does anyone know

Re: GWT 2.1.RC1 Expenses Sample Failure

2010-10-16 Thread Esfand
Hi CoderInAbstract, I had this problem because the DataNucleus plugin wasn't able to enhance the classes. It's very likely that this is your problem too. If that's the case: 1) Are you using the latest pom.xme from the trunk? (The one David posted about) 2) Did you wiped-out your local

Re: GWT 2.1 RC1 source code

2010-10-16 Thread Thomas Broyer
On 16 oct, 19:26, Aldo Neto tumo...@gmail.com wrote: Hi everyone, I just downloaded the GWT 2.1 RC1 and I'm trying to get my code upgraded to it (it was developed for 2.1 M3). However, I noticed that the code for RC1 is not available for download

How to add an Hyperlink to external page

2010-10-16 Thread SeniorBeginner
Hi all, I tried to add a link to an external page from my GWT project, but it does not work for me.. I think that I made a mistake but I cannot figure this one out. The code that is use is: Anchor SampleLink = new Anchor(Click to open google, Boolean.TRUE, www.google.nl, _blank); Please help,

Roo finder add (roo 1.1 and gwt 2.1, both RC1)

2010-10-16 Thread Aldo Neto
Hi all, I'm using roo to generate my scaffold code and I need to add some new queries to the application. I used the finder add command but apparently it just creates the query to me. When I try to add it to the request class the roo updates it (the class) and removes my code. Am I doing

newbie - unit test

2010-10-16 Thread Ray Tayek
hi, i added a unit test to the greet example (please see code below). i get Starting HTTP on port 0 HTTP listening on port 4889 Starting http://192.168.1.105:4889/p.R.JUnit/junit.html?gwt.codesvr=192.168.1.105:4887 on browser FF3 Module p.R.JUnit has been loaded The development shell

Re: How to add an Hyperlink to external page

2010-10-16 Thread Tamer Sezgin
I tried the following in the OnModuleLoad() method, and it seems to work: Anchor a = new Anchor(Click to open google, Boolean.TRUE, http://www.google.nl;, _blank); RootPanel.get().add(a); I just added http://; at the beginning of the URL. On Sat, Oct 16, 2010 at 11:10 PM,

Re: Display the List

2010-10-16 Thread Tamer Sezgin
Grid widget is used to create a simple table. You can check the Grid sample on the following link: http://gwt.google.com/samples/Showcase/Showcase.html#!CwGrid You can iterate through your product arraylist, and set grid cell values to the proper product attributes (code, name, price, etc.) On

Re: How can I create a CellTree of Anchor nodes?

2010-10-16 Thread Tamer Sezgin
It's a little complex example, but the left menu of Showcase application is implemented using CellTree and contains Hyperlinks.. http://gwt.google.com/samples/Showcase/Showcase.html I assume after figuring out how it works, it should be easy to replace Hyperlinks with Anchors (if you really

Re: newbie - unit test

2010-10-16 Thread Thomas Broyer
On 16 oct, 23:25, Ray Tayek rta...@ca.rr.com wrote: hi, i added a unit test to the greet example (please see code below). i get Starting HTTP on port 0     HTTP listening on port 4889 Startinghttp://192.168.1.105:4889/p.R.JUnit/junit.html?gwt.codesvr=192.168.1 on browser FF3 Module

Re: Basic Auth with GWT

2010-10-16 Thread pete
Hmm, yeah, I know that the dialog pops up, if an authorization required response arrives, normally. Just how do I trigger the whole thing? If I use RequestBuilder, I can send a getRequest, and set an appropriate response header on the server. Just that then I have to deal with it manually in my

Re: how to remove gwt development plugins from ie?

2010-10-16 Thread Yau
Unfortunately, that doesn't help. The worst thing is, I can't remove my ie9 beta either. I just hate Window 7 and ie so much! But I have to keep them as most of the visitors are still using ie. dammit! On Oct 16, 11:22 pm, Sorinel C scristescu...@hotmail.com wrote: Anyways, if you want to

[gwt-contrib] Brings history support to samples/expenses. Doesn't handle paging -- (issue1020801)

2010-10-16 Thread rjrjr
Reviewers: bobv, jlabanca, rice, Description: Brings history support to samples/expenses. Doesn't handle paging -- sorry Chris, out of time -- and doesn't separate widgets from their presenters. But still not a bad clean up, and hey! Book marks! Please review this at

[gwt-contrib] [google-web-toolkit] r9092 committed - Add javadoc to RequestFactory documenting limitations on polymorphism ...

2010-10-16 Thread codesite-noreply
Revision: 9092 Author: cromwell...@google.com Date: Fri Oct 15 21:30:48 2010 Log: Add javadoc to RequestFactory documenting limitations on polymorphism and transferrable types. Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9092 Modified:

[gwt-contrib] Re: Brings history support to samples/expenses. Doesn't handle paging -- (issue1020801)

2010-10-16 Thread Ray Ryan
Could any of the three of you take this review? John or Dan might want to look at http://code.google.com/p/google-web-toolkit/source/detail?r=9091 for context. On Sat, Oct 16, 2010 at 1:39 AM, rj...@google.com wrote: Reviewers: bobv, jlabanca, rice, Description: Brings history support to

[gwt-contrib] Re: Brings history support to samples/expenses. Doesn't handle paging -- (issue1020801)

2010-10-16 Thread jlabanca
LGTM Admittedly I gave it a quick review, but everything looks good. http://gwt-code-reviews.appspot.com/1020801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT 2.1 RC1 javadoc

2010-10-16 Thread Jeff Chimene
http://www.snopes.com/photos/animals/buffalobill.asp On Fri, Oct 15, 2010 at 7:31 PM, John LaBanca jlaba...@google.com wrote: Thomas - You're blog is awesome, but Sure-footed bighorn sheep take a stroll on the face of the Buffalo Bill

Re: [gwt-contrib] GWT 2.1 RC1 javadoc

2010-10-16 Thread John Tamplin
Ok, I think all the javadoc is updated -- I had to break it into 18 pieces. Sigh. -- John A. Tamplin Software Engineer (GWT), Google -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: GWT 2.1 RC1 javadoc

2010-10-16 Thread Thomas Broyer
On 16 oct, 21:03, John Tamplin j...@google.com wrote: Ok, I think all the javadoc is updated -- I had to break it into 18 pieces.  Sigh. There are still the files for those things that have been moved or removed, e.g.

[gwt-contrib] Make sure redundant calls to an Activity's display setWidget are OK (issue999802)

2010-10-16 Thread t . broyer
Reviewers: rjrjr, Description: See one use-case in point 3 of http://groups.google.fr/group/google-web-toolkit-contributors/msg/af8578d95692aff5 Another use case: edit and details of a proxy is based on the proxy itself (it has an isReadOnly() property, and if it isn't read-only it's always in

[gwt-contrib] Re: Brings history support to samples/expenses. Doesn't handle paging -- (issue1020801)

2010-10-16 Thread rjrjr
r9108 On 2010/10/16 15:37:03, jlabanca wrote: LGTM Admittedly I gave it a quick review, but everything looks good. http://gwt-code-reviews.appspot.com/1020801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors