Re: Are you happy with GWT?

2012-10-08 Thread Martones
Yes we are very happy too :) We have a business application which is basicly aimed to become our home-made ERP. It grows nicely since 2 years (~50 users). We like to have an object oriented, structured long-run model. We have a PHP backend and we use request builder. We use JSONObject that we p

Re: How to update GWT CellTree data model preserving the node open states?

2012-10-08 Thread Alex opn
Sorry for asking so late, I didn't see your answer until now. Do you use an async data provider? Because I had problems once with an async data provider and code like this: // Expand previously expanded metaspaces for (int i = 0; i < rootNode.getChildCount(); i++){ final String nodeName = (roo

HttpSession Access in GWT & Spring Application

2012-10-08 Thread Niraj Salot
Hi All, I am currently using GWT , Spring & Custom JDBC in my application. I require some data to be put in Session and used everywhere in the application. So I have written one Utility class which has getSession() method and setObject() and getObject() Method(). I would like your opinion on t

Re: How to update GWT CellTree data model preserving the node open states?

2012-10-08 Thread Thomas Broyer
On Monday, October 8, 2012 1:12:31 PM UTC+2, Alex opn wrote: > > Sorry for asking so late, I didn't see your answer until now. > > Do you use an async data provider? Because I had problems once with an > async data provider and code like this: > > // Expand previously expanded metaspaces > > for

Re: Immediate validation of editor field

2012-10-08 Thread RickL
I found the solution. I was using an editor decorator to wrap the number validating editor. In this case it appears that you must forward the setDelegate from the editor decorator to its sub-editor as in: @Override public void setDelegate(EditorDelegate delegate) { if (editor instanceo

Re: Immediate validation of editor field

2012-10-08 Thread RickL
Actually, that only fixed part of my problem: the fact that the editor was not reporting errors at all (because it was not getting a delegate). I still do not have a good solution to the original question. Sorry about the confusion. On Monday, October 8, 2012 7:40:29 AM UTC-5, RickL wrote: > >

textbox focus is not working as expected on IE8

2012-10-08 Thread Miroslav Genov
Hello, It seems that focus is not working as expected on IE8. Does anyone has an idea why FocusImpl is using FocusImplIE6 when ie8 when FocusImplStandard seens more reasonable as described in: http://stackoverflow.com/questions/1326993/jquery-focus-sometimes-not-working-in-ie8 -- You receive

Re: Immediate validation of editor field

2012-10-08 Thread RickL
There is a workaround, but it is not very elegant. You can do a driver.flush() in a change handler for the field you want to validate on-the-fly which, of course, re-validates (i.e. calls getValue()) on all fields. That seems to me a bit like swatting a fly with a sledgehammer. It would seem

Request Factory Server Generated Entity Attribut Values

2012-10-08 Thread Christoph Henrici
Probably very trivial, but i have searched the Group and havn't found anything. How are Server generated Values propagated back to the EntityProxies, specially also the Id values of newly created and inserted Objects. Can anybody help? -- You received this message because you are subscri

RequestFactory in a offline Szenario?

2012-10-08 Thread Christoph Henrici
What be the best approach to develop a offline capable Application using ReqeustFactory? By Storing Request on locally on the Device and firing later when online? Or is RequestFactory not recommendable to use, if offline capability is a requirement? Best Thanx for any advice. Christoph --

Connection ListBox With DataBase

2012-10-08 Thread diego moreno
Hello, I'm new in GWT and am developing my program to the monograph in GWT. My difficulty is how to connect the listbox with the SQL Server database, therefore, must list the data that is returned from the database. Explain step by step, because I do not have much knowledge yet. -- You received

Re: Immediate validation of editor field

2012-10-08 Thread Thomas Broyer
On Monday, October 8, 2012 3:56:57 PM UTC+2, RickL wrote: > > There is a workaround, but it is not very elegant. You can do a > driver.flush() in a change handler for the field you want to validate > on-the-fly which, of course, re-validates (i.e. calls getValue()) on all > fields. That seem

Re: Request Factory Server Generated Entity Attribut Values

2012-10-08 Thread Thomas Broyer
On Monday, October 8, 2012 4:20:46 PM UTC+2, Christoph Henrici wrote: > > Probably very trivial, but i have searched the Group and havn't found > anything. How are Server generated Values propagated back to the > EntityProxies, specially also the Id values of newly created and inserted > Objec

How install the plugin GWT in Google Chrome

2012-10-08 Thread diego moreno
I am not achieving install plugin the GWT in browser Google Chrome, because the browser return the messegen: "Apps, extensions, and user scripts cannot be added from this website." Someone know how install this plugin? -- You received this message because you are subscribed to the Google Groups

GWT Properties file configuration

2012-10-08 Thread Jayesh Patel
I am new to GWT, and facing one problem. How we have .properties file for initial configuration at startup. I want to create one in GWT App. Also, GWT has client and server package. I want to setup the configuration at client package because all configuration belongs to client side. My actu

Leak on Layout Panel

2012-10-08 Thread rajneeshg
I am have memory leak issues with LayoutPanels. I tested it with 2.5.0- rc2. See my example below. Little description. I created a vertical panel, added a button and Layout panel with 200 labels in this. Click of the button clears the vertical panel(not layout panel), creates the layout panel wit

Is GWT market is down?

2012-10-08 Thread Mayank pandya
Hi, I am a GWT freelance developer form last 2 years but now a days I has no job form last 2 months in GWT? I am so depressed that there is no any new bid for GWT developer in freelance market. and planned to change my field. So what would you suggest me to either wait for new jobs or jump to a

Re: Printing

2012-10-08 Thread rahul ranjan
i Freller can u send me the full code for printing a doc in gwt2.4(rahul.ranja...@gmail.com) Actually i very new to gwt so plz help me out. On Monday, January 15, 2007 8:05:55 PM UTC+5:30, Freller wrote: > > > Following the thread about printing at > > > http://groups-beta.google.c

Re: Leak on Layout Panel

2012-10-08 Thread K vfdsdfbsdb
I have like issu. I though this issues case is not clear objects in panle. I recommend you to clear object when you change panle other. 2012/10/09 0:47 "rajneeshg" : > I am have memory leak issues with LayoutPanels. I tested it with 2.5.0- > rc2. See my example below. Little description. I creat

Re: RequestFactory in a offline Szenario?

2012-10-08 Thread Jens
I think I would store data changes locally and when the device is back online I would send everything to the server and let the server synchronize it with its server database. The server can send conflicts back to the client and then let the user choose which version of the conflicted data shou

CellTable - synchronization problem

2012-10-08 Thread Magnus
Hello, I have a GameListPanel that shows a list of games. It uses a CellTable to provide the list. The panel also has a method "setFilter", which allows to set a filter so that only certain games are displayed. The intended usage is like this: GameListPanel p = new GameListPanel (); p.setFilte

Re: Are you happy with GWT?

2012-10-08 Thread Milan Cvejic
Definitely YES! We are using vanilla GWT, and it is great, just documentation is not that helpful. If you want to create some more advance things, you will need to dive into GWT source. On Friday, October 5, 2012 5:53:17 PM UTC+2, Charlie Youakim wrote: > > I'm deciding on whether to switch my

Re: How install the plugin GWT in Google Chrome

2012-10-08 Thread Віталій Крайовий
take the downloaded file (gwt-dev-plugin.crx) and drag it to chrome://chrome/extensions/ Понеділок, 8 жовтня 2012 р. 17:38:35 UTC+3 користувач diego moreno написав: > > I am not achieving install plugin the GWT in browser Google Chrome, > because the browser return the messegen: "Apps, extensio

Where is com.google.gwt.core.client.Command?

2012-10-08 Thread Jason Fritz
I'm trying to implement deferred logic in my GWT client following this developer guide: https://developers.google.com/web-toolkit/doc/2.4/DevGuideCodingBasicsDelayed#deferred The guide says to implement the Command interface, but "Command" doesn't seem to exist in the 2.4.0 GWT SDK! E.g. the fo

Error while running StockPrice RPC call

2012-10-08 Thread Sree
Hi I am getting below error while running RPC call. can you help? 11:22:43.826 [ERROR] [com.google.stockwatcher.stockWatcher] Uncaught exception escaped java.lang.RuntimeException: Deferred binding failed for 'com.google.stockwatcher.client.StockPriceServiceAsync' (did you forget to inheri

Re: Possible RFE: Make UiBinder aware of IsWidget interfaces

2012-10-08 Thread Mike
Thomas, The issue described by Jens doesn't seem to inherently involve MVP -- I don't quite follow the first part of your response. It seems like any widget, no matter how "dumb," could implement IsWidget directly rather than extend Composite or a more concrete Widget supertype. Do you think h

Where is com.google.gwt.core.client.Command?

2012-10-08 Thread Thomas Broyer
com.Google.gwt.*user*.client.Command. Though I'd rather suggest using Scheduler.ScheduledCommand. -- 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

Re: Where is com.google.gwt.core.client.Command?

2012-10-08 Thread Jason Fritz
Ugh... thanks. :) On Monday, October 8, 2012 2:42:07 PM UTC-6, Thomas Broyer wrote: > > com.Google.gwt.*user*.client.Command. Though I'd rather suggest using > Scheduler.ScheduledCommand. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

@sprite for background-image only?

2012-10-08 Thread rhodebump
Hello, I am trying to use the @sprite annotation to help reduce my image downloads. I have the following css, which uses a "border-image" property. I would love to be able to use the sprite annotation, but this is only for background images. Is there a way to use imageresources/cssresources

Re: Possible RFE: Make UiBinder aware of IsWidget interfaces

2012-10-08 Thread Chris Lercher
On Friday, July 20, 2012 6:42:02 PM UTC+2, Jens wrote: > Actually UiBinder special treats "addStyleNames" for normal widgets (it > works with ) but it stops doing so when it > sees something that does not extend Widget I guess. > FYI, this is true, the special code is in com.google.gwt.uibin

Re: @sprite for background-image only?

2012-10-08 Thread Thomas Broyer
On Monday, October 8, 2012 11:58:05 PM UTC+2, rhodebump wrote: > > Hello, > > I am trying to use the @sprite annotation to help reduce my image > downloads. I have the following css, which uses a "border-image" > property. I would love to be able to use the sprite annotation, but this > is o

Compiling from command line - Annotation errors

2012-10-08 Thread Jy
Hello, I'm trying to automate the process of deploying new gwt code by automating the compile process. I've google around a ton and can't seem to find any solutions. It's funny because it compiles no problem in Eclipse, but trying to compile on the command line has been a pain. The errors I

Re: Compiling from command line - Annotation errors

2012-10-08 Thread Juan Pablo Gardella
Do you try with maven? 2012/10/8 Jy > Hello, > > I'm trying to automate the process of deploying new gwt code by automating > the compile process. I've google around a ton and can't seem to find any > solutions. It's funny because it compiles no problem in Eclipse, but > trying to compile on t

Re: Is GWT market is down?

2012-10-08 Thread chris
what state/city are you looking for work in? Texas? New South Wales? Rajasthan? On Monday, 8 October 2012 22:49:14 UTC+11, Mayank pandya wrote: > > Hi, > > I am a GWT freelance developer form last 2 years but now a days I has no > job form last 2 months in GWT? I am so depressed that there is no

Re: Compiling from command line - Annotation errors

2012-10-08 Thread Thomas Broyer
You have to "javac" your classes and give both the *.class and *.java to the GWT compiler. This is why it works in Eclipse: because Eclipse automatically compiles your source files, and the output folder is added to the classpath of the GWT Compiler. See http://code.google.com/p/google-web-toolk