How to import Expenses project into Eclipse?

2010-09-27 Thread hezjing
Hi May I know how to import the GWT 2.1's expenses project into Eclipse? I tried to generate .classpath or .project as described in trunk\samples\expenses\README-MAVEN.txt, but there is no 'eclipse.generate' goal defined in build.xml: C:\gwt\trunk\samples\expenses>ant eclipse.generate Buildfile:

Re: How to import Expenses project into Eclipse?

2010-09-27 Thread Thomas Broyer
On Sep 27, 10:10 am, hezjing wrote: > Hi > > May I know how to import the GWT 2.1's expenses project into Eclipse? > > I tried to generate .classpath or .project as described in > trunk\samples\expenses\README-MAVEN.txt, > but there is no 'eclipse.generate' goal defined in build.xml: > > C:\gwt\

Re: Any recommended input validation lib?

2010-09-27 Thread Thomas Broyer
On Sep 27, 2:47 am, nacho wrote: > Hi, searching on google i've found a few gwt validation libraries. > > I would like to know if you are using anyone in special or if you have > tested some of them. FYI, GWT 2.1 should come with built-in support for javax.validation. I don't know if they borrow

Re: making resources at server side available as webservice

2010-09-27 Thread dadada
hi, or should i be using jax-rs to create the webservice? can someone please give me an advice? thanks! On Sep 25, 4:03 pm, dadada wrote: > hi all, > > if i want to open the resource as a webservices so that other > component like mobile app can communicate with it. > > How should i go about d

Re: ActionCell code example (data presentation widget - 2.1m3)

2010-09-27 Thread Thomas Broyer
On Sep 27, 3:42 am, Bayard Randel wrote: > Would anyone happen to have a code example demonstrating the use of an > ActionCell? The Showcase sample contains one such example: http://code.google.com/p/google-web-toolkit/source/browse/tags/2.1.0-ms3/samples/showcase/src/com/google/gwt/sample/show

GWT 2.0 + maven

2010-09-27 Thread aces2805
Hi Guys, Need help on configuring maven and GWT 2.0 no idea on how to handle Invalid GWT home, just a newbie in it. Thanks -- 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...@googl

Auto Focus of CellTable when refreshing data

2010-09-27 Thread AlexG
Hi @ all, I have several Views with a CellTable. I did these like the bikeshed example. The problem I have is, when the Presenter calls a table-refresh, the CellTable is always focused. When the focus is on a TextBox, and I type something in, it is possible, that the TextBox loose focus, while ty

Re: GWT 2.0 + maven

2010-09-27 Thread olivier nouguier
hi, Insure that GWT (GEP) container lib is before Maven dependency container. HIH On Mon, Sep 27, 2010 at 11:12 AM, aces2805 wrote: > Hi Guys, > > Need help on configuring maven and GWT 2.0 no idea on how to > handle Invalid GWT home, just a newbie in it. > > Thanks > > -- > You received th

CSS Opacity on IE8

2010-09-27 Thread Nicolas ANTONIAZZI
Hello, I think that there is a problem with the Dom Implementation of opacity in IE8. getElement().getStyle.setOpacity(value); The standard way of setting a css opacity is "opacity : value" with IE6 or 7, it is : filter : alpha(opacity=value); with IE8, it is the same. but there is only a specif

Re: Auto Focus of CellTable when refreshing data

2010-09-27 Thread Thomas Broyer
On Sep 27, 11:37 am, AlexG wrote: > Hi @ all, > > I have several Views with a CellTable. I did these like the bikeshed > example. The problem I have is, > when the Presenter calls a table-refresh, the CellTable is always > focused. > > When the focus is on a TextBox, and I type something in, it

GWT-OpenLayers 0.5 Released

2010-09-27 Thread Andrew Hughes
Greetings, Around Twelve months in the making and GWT-OpenLayers 0.5 has been released, a BIG THANK YOU to everyone who contributed. I've posted this across a few mailing lists that might find this interesting blend of technologies applicable to their needs, these are primarily the GeoServer, GWT,

Re: [Gwt-openlayers-devl] GWT-OpenLayers 0.5 Released

2010-09-27 Thread Couzic Mikael
Guys, this is just awesome ! I'd just like to add : A Big Thank You *Andrew *for putting so much effort into this release and full maven support ! A Big Thank You *Edwin *for... well... everyting ! 2010/9/27 Andrew Hughes > Greetings, > > Around Twelve months in the making and GWT-OpenLayers 0

Re: CSS Opacity on IE8

2010-09-27 Thread bconoly
I believe there is a problem with GWT's dom implementation for IE 8. I found a workaround here: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/bfeb810a63066989/6e70f7d7868c4440?lnk=gst&q=bconoly#6e70f7d7868c4440 On Sep 27, 7:28 am, Nicolas ANTONIAZZI wrote: > Hello, > > I

Re: GWT 2.0 + maven

2010-09-27 Thread bconoly
This article may help: http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html On Sep 27, 5:12 am, aces2805 wrote: > Hi Guys, > >      Need help on configuring maven and GWT 2.0 no idea on how to > handle Invalid GWT home, just a newbie in it. > > Thanks -- You r

API design rant!

2010-09-27 Thread dmen
Have been working with datepicker.. This must be the nth time I think gosh your component model and API are poorly designed! The compiler is great sure, but *please* take a look at projects like Ext GWT of how things should be done the-right-way before you introduce APIs the- clumsy-way that will b

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
do you have some interesting showcase? :) On Mon, Sep 27, 2010 at 4:33 PM, dmen wrote: > Have been working with datepicker.. This must be the nth time I think > gosh your component model and API are poorly designed! The compiler is > great sure, but *please* take a look at projects like Ext GWT

Re: GWT 2.0 + maven

2010-09-27 Thread aces2805
Hi, I'm really thankful, I've tried adding the pluginrepository and use 2.0-rc1 but I'm not sure if it works as of now it does have any error during compile and build. On Sep 27, 10:26 pm, bconoly wrote: > This article may > help:http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-p

Re: GWT Widget List/Documentation

2010-09-27 Thread Chris Conroy
DynaTable is not a library widget. Rather, it's an example of a widget you might make in an app yourself. http://code.google.com/p/google-web-toolkit/source/browse/#svn/trunk/samples/dynatable/src/com/google/gwt/sample/dynatable On Fri, Sep 24, 2010 at 5:29 PM, Al wrote: > I am starting to lear

Re: GWT Developer Plugin not working in Namoroka (Firefox) Linux x86_64

2010-09-27 Thread Chris Conroy
See this thread for troubleshooting info on the plugin: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9e0c72621846bb45/9daf57fd972c5fe4?lnk=gst&q=LD_DEBUG#9daf57fd972c5fe4 On Fri, Sep 24, 2010 at 4:41 PM, sheamus wrote: > I can confirm it's working in Namoroka on 32 bit

Re: Any recommended input validation lib?

2010-09-27 Thread P.G.Taboada
Learn from gwt-pectin, this is a comment I found in the bikeshed source code. And, I must say, gwt-pectin is a really nice binding and validation framework. To be honest, it is the best I have seen until now. My wishlist? GWT uses a metamodel and API like gwt-pectin does provide, plus a nice uibin

Re: API design rant!

2010-09-27 Thread dmen
Don't have the time to back my claims now; hence I said rant. I intend to write a lengthy blog post about this though. Just for the datepicker I 'll say that GWT has a separate package counting 10 artifacts compared to just 2 GXT artifacts that are superior in so many ways. On Sep 27, 5:38 pm, Jar

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
ok, i was only curious On Mon, Sep 27, 2010 at 5:01 PM, dmen wrote: > Don't have the time to back my claims now; hence I said rant. I intend > to write a lengthy blog post about this though. Just for the > datepicker I 'll say that GWT has a separate package counting 10 > artifacts compared to j

Re: API design rant!

2010-09-27 Thread dmen
Don't get me wrong however. I am thankful for the whole GWT contribution (free and open source). Just felt ranting a little. -- 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...@googlegrou

Changing RadioButton font-size

2010-09-27 Thread ctasada
Hi guys, Is it even possible to change the font-size of a RadioButton widget? I've tried applying an style and forcing through HTML, but the size is always the same. Am I missing something obvious? RadioButton rb = new RadioButton("test", "Test", true); also RadioButton rb = new RadioButton("

Re: API design rant!

2010-09-27 Thread Jaroslav Záruba
I'm in no relationship to GWT-team. And I'm quite sure no one would take your "rant" like you don't appreciate the benefits GWT brings. On Mon, Sep 27, 2010 at 5:09 PM, dmen wrote: > Don't get me wrong however. I am thankful for the whole GWT > contribution (free and open source). Just felt rant

Re: Auto Focus of CellTable when refreshing data

2010-09-27 Thread AlexG
OK, thanks Thomas. It´s good to know, that I don´t make something wrong :-) Looking forward for the 2.1M4 release... Greets Alex On Sep 27, 3:13 pm, Thomas Broyer wrote: > On Sep 27, 11:37 am, AlexG > wrote: > > > > > Hi @ all, > > > I have several Views with a CellTable. I did these like th

Re: How to import Expenses project into Eclipse?

2010-09-27 Thread David Chandler
Run mvn clean package eclipse:eclipse, then import your project into Eclipse. Eventually, you will not have to run mvn package first, but currently this is necessary to trigger DataNucleus enhancement as well as the war:war goal which copies static resources into place. /dmc On Sep 27, 4:10 am,

GWT + Sprint insight

2010-09-27 Thread P.G.Taboada
Hi, I am testdriving the tc server / insight tooling chain with sts. What if I am not looking for the Spring Roo magic, just trying to use this magical tooling for plain old GWT development? Is there any wiki/ blog/ article/ youtube video on how to use it? My guess is that I have to create anothe

Re: HTTP query string when tested in development mode

2010-09-27 Thread volkan özdemir
2010/9/26, hezjing : > Thanks to Philippe, > > The solution is simply rename the hosted page *.html to *.jsp > > See > https://groups.google.com/group/google-appengine-java/browse_thread/thread/46240ee12dc856be >

left navigation bar used in Google search page

2010-09-27 Thread tamer
Hi all, What's the best/easiest way of building a panel containing a list of Anchors with icons, similar to the left navigation bar of Google search results page? thanks, Tamer -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to t

Custom GWT library

2010-09-27 Thread Atilla İlhan KARTAL
Hello ; I want create a custom gwt library. But i did receive Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly [Error] MyLibModule.gwt.xml I http://google-web-toolkit.googlecode.com/svn/tags/

left navigation bar used in Google search page

2010-09-27 Thread tamer
Hi all, I want to develop a left navigation bar just like the one used in Google search page? I'm ok with having a panel with a list of Anchors in it, but I could not find a proper way of placing icons before the anchors. I inspected the Google search page, and saw that the anchor image actually

Where can I find documentation to GWT MVP comming with version 2.1

2010-09-27 Thread Kardigen
Hi, here http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#MvpFramework is mentioned that MVP framework is coming in version 2.1. We have 2.1 M3 release, but I can not find any documentation for MVP. Do anyone know where can I find any classes, examples documentation? -- You receive

embed entire GWT application into single html file

2010-09-27 Thread Wolfgang
I've tried doing this on my own with not much success, as the javascript generated by google web tookit is a bit too cryptic for me. What I am trying to do is this: embed all html, css, images, and javascript for my GWT application into a single html file. I only need to target a single web browser

Development Mode not connecting

2010-09-27 Thread Johnnie
Hi all, I've been using GWT for about a year and really found it a fantastic platform. I've just got one bug that keeps periodically returning that is driving me mad! :) Most of the time I can debug a GWT app just fine. But sometimes when I try to run an application in development mode, the deb

Re: Development Mode not connecting

2010-09-27 Thread Chris Conroy
Sounds like perhaps you have an existing DevMode session active, and perhaps you launched it with "Run as..." rather than "Debug as...". It's easy to accidentally keep an old DevMode session around in Eclipse because the UI for it is a bit non-obvious. Though, if you are using the same run configur

Re: Where can I find documentation to GWT MVP comming with version 2.1

2010-09-27 Thread Thomas Broyer
On 27 sep, 11:08, Kardigen wrote: > Hi, > herehttp://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#MvpFra... > is mentioned that MVP framework is coming in version 2.1. We have 2.1 > M3 release, but I can not find any documentation for MVP. Do anyone > know where can I find any classes

SelectionModel from 2.1M2 is not working in 2.1M3

2010-09-27 Thread Jambi
Hey guys, I switched from GWT 2.1M2 to M3 the last days and I still have a problem with setting the SelectionModel. Before I had something like this: public void setSelectionModel() { final SingleSelectionModel selectionModel = new SingleSelectionModel(); Selection

Re: SelectionModel from 2.1M2 is not working in 2.1M3

2010-09-27 Thread Jambi
Ahh I got it working with this code: public void setSelectionModel() { final SingleSelectionModel selectionModel = new SingleSelectionModel(); Handler selectionHandler = new SelectionChangeEvent.Handler() { public void onSelectionChange(Selec

looking for a gwt programmer in Haifa

2010-09-27 Thread ziv
anyone knows? Thanks! -- 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

Re: How to import Expenses project into Eclipse?

2010-09-27 Thread Ed M
where are you supposed to run the 'mvn package' command from? If the answer is the command prompt. I'm assuming that this means one has to actually download maven, not just the eclipse plugin -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group

Re: GWT Designer crash with eclipse 3.6

2010-09-27 Thread Noor
Unfortunately, the same problem. -- 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...@googl

Multiple RPC from same page gives Error 500

2010-09-27 Thread GWTViju
e are using GWT 2.0.3 and Spring in the backend. Facing the below issue in IE(6,7,8) as well as Firefox. A proxy is placed between the Browser and the Application Server. In our application, we make multiple RPC calls to display the page. The scenario is described below RPC A and RPC B is execute

Benchmark

2010-09-27 Thread Ümit
Not sure if it was posted before but I found following interesting blog about GWT Array performance: http://lgrammel.blogspot.com/2010/09/gwt-arraylist-hashset-and-jsarray.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to th

Does the HTTP PUT method work while running GWTTestCases?

2010-09-27 Thread smoyer
I've got an application that uses the PUT method to send updated documents to the server, but while running my GWTTestCases, it seems like the PUT method does not work. I've sub-classed the GWTShellServlet with one that includes logging and a proxy, but the PUT statement never even makes it to the

Re: Uibinder, @sprite and ui:with ClientBundle ImageResource, HOW?

2010-09-27 Thread Chris Conroy
Sounds like you need to use http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Using_an_external_resource On Mon, Sep 27, 2010 at 2:17 AM, Andrew Hughes wrote: > Howdy, > > Our ui.xml template styles would like to access some ImageResources defined > in a ClientBundle. > > typ

Help With LoadHandler

2010-09-27 Thread rjcarr
I have an application where an Image object gets an updated url quite often from the result of a user action. I'm running into problems where if the image is updated (i.e., the setUrl() method is called) more than once before the image is actually loaded, then the image doesn't load correctly. So

Re: Any recommended input validation lib?

2010-09-27 Thread Andrew Pietsch
Hi there, thanks for your compliments about pectin. Just as a matter of interest I've started talking with the author of Bindgen (http://bindgen.org/) about the possibilities of using it with pectin and things are looking promising. If we can get it working (and I think we can) you'll be able to c

Re: embed entire GWT application into single html file

2010-09-27 Thread lineman78
There was a single file linker in the 1.5 days, dont know if its still around, but it would blow up if it determined more than one permutation is needed. On Sep 26, 1:21 pm, Wolfgang wrote: > I've tried doing this on my own with not much success, as the > javascript generated by google web tookit

DateBox behind popup

2010-09-27 Thread Adam35413
I am trying to use DateBox to allow the user to input a date in a DialogBox that contains other relevant fields such as name, etc. However, when I click on the DateBox field the DatePicker appears behind my DialogBox. I placed my DateBox at the bottom of the popup, and as a result I can see the bo

Re: embed entire GWT application into single html file

2010-09-27 Thread Wolfgang
WOOHOO! Thanks a lot, just the keywords I needed :) http://google-web-toolkit.googlecode.com/svn-history/r8177/javadoc/2.1/com/google/gwt/core/linker/SingleScriptLinker.html I hope it works for 2.x... On Sep 27, 5:19 pm, lineman78 wrote: > There was a single file linker in the 1.5 days, dont kno

Re: embed entire GWT application into single html file

2010-09-27 Thread Wolfgang
Also some notes on how to narrow it down to only one result: http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/FAQ_CompileOnePermutation On Sep 27, 5:19 pm, lineman78 wrote: > There was a single file linker in the 1.5 days, dont know if its still > around, but it would blow up if it deter

Re: Uibinder, @sprite and ui:with ClientBundle ImageResource, HOW?

2010-09-27 Thread Andrew Hughes
Thanks Chris, unfortunately that's what I am doing. but here's an example of what is NOT working to clear things up EXAMPLE @sprite .x { gwt-image: 'res.someImage'; /** <- THIS DOES NOT WORK! *? } Cheers for replying tho :) On Tue, Sep 28, 2010 at 8:24 AM, Chris Conroy w

Modal Dialogs with setGlassEnabled Disable Input Elements

2010-09-27 Thread melody
I have a modal dialog that I want to be modal so I have set the modal property thus: DialogBox dlg = new DialogBox(); dlg.setModal(true); dlg.setGlassEnabled(true); Now this dialog contains variaous widgets that include input elements like TextBox and ListBox's. I use a widget constructed from H

Re: embed entire GWT application into single html file

2010-09-27 Thread Wolfgang
OK, totally got this to work with firefox (I assume it would work with any other browser, just change the user.agent to the appropriate value)... here are the lines to add to your module: Then I took the .nocache.js and embedded the contents in the .html file that gwt produces. The app l