How to remove a object from listEditor in new editor framework?

2010-11-14 Thread billy
suppose I got a person object with list of book and I bind it to a @Path("books") ListEditor listEditor = ListEditor.of(new BookUIFactory()); when the BookUI receive a remove book click, how should I suppose to update the underlying list and and the editor framework? same question on how to a

Re: google plugin error

2010-11-14 Thread Frank Bølviken
Any ideas? On 13 Nov, 08:43, Frank Bølviken wrote: > Hello, > > When I try to create a project with the plugin in eclipse, I get an > "invocation of com.Google.gwt...WebAppCreator failed". Anyone know > what this mean? On my win 7 64bit laptop its working, but not my win 7 > 64bit desktop. > > Fr

ImageBundle and IE7

2010-11-14 Thread Frédéric MINATCHY
Hi everybody... I have a problem with images bundle and IE7... In some cases images are not rendered in other cases all images are rendered on the same button... (I use those images as icons to custom buttons) I don't understand everything seems ok on Firefox and Chrome (as usual) I use gwt 2.1

FileUpload dialog cancel button event

2010-11-14 Thread SmartKiller
Hi Friends, Is there any way we can handle FileUpload cancel button event. I require to show/hide some message if user clicks cancel button on standard filopen dialog. This may be somwhat tricky or not possible but need some discussion around. Thank, -- You received this message because you ar

Re: how to get regex(Pattern and Matcher) working in client side

2010-11-14 Thread anjan bacchu.dev
Hi thomas, Thank you. Is there a way to backport this onto 2.0.3 ? We're gone Production using 2.0.3 and it would help to know what it takes to backport to 2.0.3. Thank you, BR, ~A On Fri, Nov 12, 2010 at 4:48 AM, Thomas Broyer wrote: > > > On 11 nov, 20:34, Jim Douglas wrote: > > This

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-14 Thread Garin Yan
+1 On Mon, Nov 15, 2010 at 2:06 PM, Prashant wrote: > +1 > > On 15 November 2010 03:50, Jambi wrote: > >> I definitely agree! The new CellWidgets are realy nice, but we need >> more ;)!! >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit"

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-14 Thread Prashant
+1 On 15 November 2010 03:50, Jambi wrote: > I definitely agree! The new CellWidgets are realy nice, but we need > more ;)!! > > -- > 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...@

Re: GWT Designer errors on GWT 2.1 project in Eclipse Helios 3.6

2010-11-14 Thread Santu
Hi SteveC, I'm also facing the same porblem. I have started using gwt designer in my existing project, but i am getting some errors com.google.gwt.json.client.JSONArray can not be found in source packages. Check the inheritance chain from your module;it may not be inheriting a required module or

Re: UiBinding at run time

2010-11-14 Thread heros
This group has moderators in GWT maker group. They may have this on their plan/road map. But some reasons, they don't want to talk with you about this. I think you can post your solution clearly in an article. If Google has this in next lease, it proves that you go before them. And if their solutio

FYHSIAO is out of the office.

2010-11-14 Thread fyhsiao
I will be out of the office starting 2010/11/15 and will not return until 2010/11/16. I will respond to your message when I return. --- TSMC PROPERTY This em

fixed-width numbers with NumberFormat

2010-11-14 Thread decitrig
I know I can pad a number with zeros, is there a way to pad them with blanks? There are a couple of rules in the EBNF that seem to point this way: number := (integer ('.' fraction)?) | sigDigits sigDigits := '#'* '@''@'* '#'* padSpec := '*' padChar padChar := '\u'..'

Re: Driver Best Practices with CheckBox and RadioButtons

2010-11-14 Thread Craigo
FYI: I'm using Geraldo solution above (minus the @Override statements), as it is much easier to integrate it with the UIBinder then the ValueListBox. Thanks Geraldo! On Nov 15, 10:51 am, Craigo wrote: > I'm also confused as to why ListBox wasn't updated to work with the > Editor. > > I can't s

Re: cannot create servlet in Eclipse helios

2010-11-14 Thread Tushar
Just can't get plug-in to create servlets..tried all versions. Is anyone out there being able to create servlets with Eclipse Helios and GWT 2.1 on Windows? If you are, just say yes please! On Nov 14, 3:49 pm, Tushar wrote: > Tried it but does not seem to work. I tried clipse-jee-helios-SR1- > wi

Re: Driver Best Practices with CheckBox and RadioButtons

2010-11-14 Thread Craigo
I'm also confused as to why ListBox wasn't updated to work with the Editor. I can't see how ValueListBox would ever be able to take g:item, or anything else, as it doesn't have a zero arg constructor, so it needs @UiField(provided=true). The only way I've managed to give it values is in code, by

Re: UiBinding at run time

2010-11-14 Thread TedM
So this is a common problem. Cool. Did you try the demo? What did you think? I personally think this idea would be a great addition to GWT, but I don't want to start writing the OS version until I can talk to a GWT or incubator guy. The out comes of that talk will be one of the following. 1. T

Re: CellTable multiline header, header custom style

2010-11-14 Thread Dawson
I have created a header class called StyledHeader. It has a styleName property that mimics the base UIObject and is a space separated list of class names. The header renders any parent content and then wraps it in another div with the set of supplied classes. I also have a similar class called S

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-14 Thread Jambi
I definitely agree! The new CellWidgets are realy nice, but we need more ;)!! -- 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 em

Re: Multiple Modules in Eclipse IDE

2010-11-14 Thread Jamesg
Is the class of the type in the correct package? Its has to be in client or shared to be compiled by the GWT compiler. This can be configured in your [AppName].gwt.xml ie On Nov 10, 12:59 pm, Jim Majure wrote: > I am trying to create multiple modules in a single Eclipse project. I > consisten

Accessing instance methods of Overlay objects from JSNI

2010-11-14 Thread Matthieu Speder
Hi, I've defined the following instance method in a class extending JavaScriptObject : public final void Vip_write() { ... } I'd like to access this java method from JSNI. For example in function like : public final static native void called(Vip v) /*-{ v

Problems with GWT on NetBeans 6.9.1

2010-11-14 Thread roman_e
Hello I'm new on gwt, so I don't know a lot about it.^^ I've installed it and NetBeans 6.9.1 incl. the GWT plugin for NetBeans. There I had no problems. Now I've created a web application Project with GWT and the Tomcat 6 webserver. If I try to run the project, I got this error: NetBeansProjects\

GWT Regression results

2010-11-14 Thread Praveen Kumar Nandigam
If we have any info on GWT Regression results (how many failed, passed, total testscases and analysis of failures and coverage data), can someone post it? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to

How to download Google Web Toolkit 2.1 Tutorial?

2010-11-14 Thread Kenny
Hello, Where can I download Google Web Toolkit 2.1 tutorial? I understand that it's available offline - But I don't always have internet access (!) and having the tutorial available offline is extremely important for me. Please help! Thanks, -K -- You received this message because you are sub

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-11-14 Thread H. RANGAMANA (MALAGASYS)
+1 HR 2010/11/13 zixzigma > GWT with its powerful set of features, make Large Scale Ajax software > development possible. > > from Java to JS compiler, all the optimization, code splitting, MVP, > Guice and Gin, new data binding features, > and one can go on and on ... > > However one important

Error installing GWT plugin for Eclipse 3.6

2010-11-14 Thread benb
Hi, I have the Eclipse IDE version 3.6.1 When I try to install the GWT plugin I get the following error. Any help? Thanks Cannot complete the install because one or more required items could not be found. Software being installed: Google Plugin for Eclipse 3.6 1.4.0.v201010280102 (com.google

Editors: binding a Long to a TextBox or to a Label

2010-11-14 Thread Y2i
Label implements IsEditor>. Binding a Long property of a EntityProxy instance to a Label results in the following error: "The method setValue(String) in the type TakesValue is not applicable for the arguments (Long)" Is there a standard way to bind a Long to a Label widget or should I create a wi

GwtTestCase using Spring context

2010-11-14 Thread thomas.h
Hello, I'm trying to implement tests into my GWT application. I'm using the "GWT JUnit Test" feature included into the GWT Eclipse plugin. I want to make test on the rpc ( and database ) functionnality, however my application is a Gwt-Spring-Hibernate implementation. Tests run succesfully until a

Redundant remove call

2010-11-14 Thread kazuyoshi
When I call goTo method of PlaceController, I get redundant remove call assertion error. Can anyone help me? What would be the problem? My Place class is: import com.google.gwt.place.shared.Place; import com.google.gwt.place.shared.PlaceTokenizer; public class WorkbenchPlace extends Place {

Help Needed! GWT Error

2010-11-14 Thread Noor
Hi, I am a beginner in GWT. I'm trying a first application with GWT for almost 6 hours. I am following a tutorial and everything should go fine. But I dont know what problem I am getting with service def target. Please can someone help me, it concerns very basic rpc. I am just trying to bring a hel

Re: UiBinding at run time

2010-11-14 Thread H. RANGAMANA (MALAGASYS)
Hi, That sounds very interesting .. in one of my project, all of the forms are built during runtime (driven by some json data structure pushed by the server), so i could not use any UIBinder at due to its compile time binding. HR 2010/11/12 TedM > Hi GWT Community, > > I recently noticed the U

Re: GXT 2.2 scroll issue

2010-11-14 Thread culvert
I fixed it: //here you create grid; // if you using another view(like GroupView or TreeView, you need change your class) grid.setView(new GridView() { public void focusCell(int rowIndex, int colIndex, boolean hscroll) { // this need only for IE, i dont want to run code f

Listen for click on control object in Google Maps

2010-11-14 Thread Skov
Im trying to figure out if there is a easy way to detect, when a user presses a e.g. LargeMapControl ? I need to remove a overlay, when a user manually zooms out or pans. I have tried to use the MapMoveEndHandler on several occasions, but found it very lacking. The MapZoomEndHandler might be usef

Multiple Highlighting

2010-11-14 Thread Francesco
Hi there! I don't know how it's called, but I would like to implement in my web desktop a multiple highlighting for the icons. It's the common rectangle that appears in any desktop when you drag the mouse, and it's present in Google Docs (Presentation) so I know it's technically Javascript-implemen

Re: cannot create servlet in Eclipse helios

2010-11-14 Thread Tushar
Tried it but does not seem to work. I tried clipse-jee-helios-SR1- win32.zip. Now trying other versions. On Nov 14, 1:11 pm, Jeff Schwartz wrote: > Have you tried deleting your Eclipse installation & getting & installing the > latest from Eclipse.org? It would mean you would have to install all y

GWT DockLayoutPanel vs CSS Float

2010-11-14 Thread zixzigma
Hello Everyone, Is it acceptable that at times we make use of CSS float:left, and float:right, to achieve the same result that could otherwise be achieved with GWT DockLayoutPanel ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: anything like smartgwt but totally compatible with gwt?

2010-11-14 Thread Sunit Katkar
I have found that pure GWT works best, at least for our application. Since our app is used by thousands of users at a given time, we wanted to keep the code that gets downloaded and interpreted on the browser to a minimum. Also to avoid having to look up different vendors for fixes, etc. we chose t

refreshing elements on the page

2010-11-14 Thread HBA
Hi I play with GWT in the weekends, and I really like what i've seen so far. I have 2 questions: 1. I don't really understand the execution model of my app. I think that's because I don't know javascript. I'm assuming that there is only one logical thread from the browser running the javascrip

Re: Entire Site in GWT?

2010-11-14 Thread RPB
Hi Mike, I was considering using Flash to build my site (http:// www.yournextpresent.com), but i'm really glad I chose GWT in the end! I was able to get all the animations I required working using the GWTFX library (http://code.google.com/p/gwt-fx/) and even got google crawling my site using the 'M

Re: cannot create servlet in Eclipse helios

2010-11-14 Thread Jeff Schwartz
Have you tried deleting your Eclipse installation & getting & installing the latest from Eclipse.org? It would mean you would have to install all your Eclipse plugins again but sometimes this corrects 'mysterious' problems in Eclipse. I'd try that first and if it doesn't resolve the issue post back

cannot create servlet in Eclipse helios

2010-11-14 Thread Tushar
When I try to create a servlet in Eclipse Helios, the Create Servlet wizard shows blank fields for Project, source folder, Java Package fields and Browse buttons don't work either. I am using GWT 2.1.0 and Helios Service Release 1 Build id: 20100917-0705 on Windows Vista. The app works but just

GWT 2.1 transaction

2010-11-14 Thread ricu
Hi all, I want to migrate my application from 2.0.4 to 2.1.0 and I was wondering how does GWT 2.1 handle transaction. At what point does GWT commit changes made to some entity? I see that RequestContext has fire method which probably commits all changes made to entities but would like to know more

RE: Application works in devlopment mode but not in war file

2010-11-14 Thread Rodrigue Lagoue Njinthe
Hi thanks for your answer. Regards Rodrigue From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of Deepak Singh Sent: Sunday, November 14, 2010 4:11 PM To: google-web-toolkit@googlegroups.com Subject: Re: Application works in devlopment mode

Re: Application works in devlopment mode but not in war file

2010-11-14 Thread Deepak Singh
Hi, yes i solved it. Actually i was using InlineLabel("text", Direction) So in development mode it was working fine but while in war file it was throwing error in setting the Direction what i am using. So i changed it to Label('Text') only and did not use Direction and it worked fine. Regards De

What is the correct Eclipse project layout/configuration when using GIN

2010-11-14 Thread Jeff Schwartz
Hi all, I am 'slowly' converting an existing GWT 2.1 project over to use MVP. I want to follow the related best practice of using GIN injection on the client side and GUICE injection on the server side for binding. My question is more how related than why related. Eclipse projects by default use

Re: Application works in devlopment mode but not in war file

2010-11-14 Thread Rodrigue
Hi! did you solve your problem. If yes, I would like to know how. I'm facing a similar problem currently. It seems like the rpc calls are not working correctly when deployed in a war file, whereas all work perfect when running in development mode. Thanks for any help On 10 Nov., 17:22, Deepak Si

Customizing Serialization process for exceptions In GWT

2010-11-14 Thread keyboard_samurai
Hi, I am curious to find out if we can override few features in GWT to achieve the following :- In GWT if we want an exception to be propagated to the client, the interfaces (extending RemoteService) should have the throws explicitly declared. In our project we have an exception hierarchy defined

Style sheet occupied all data in Ajax crawling

2010-11-14 Thread Kevin (Yau) Leung
I am trying to use Ajax crawling with Uibinder. When I tried using googlebot the fetch the page, I found that the page crawled (the first 100k of page) was purely the style sheet generated by uibinder. The funny thing is my style sheet only has 46k but the resulting