How to use image in global css

2012-04-27 Thread Alex Luya
Below is my code: public interface Resources extends ClientBundle { @NotStrict @Source(Global.css) CssResource css(); } @Override public void onModuleLoad() { Resources resources = injector.getResources(); resources.css().ensureInjected(); } //Global.css .rule1{

Re: how to avoid mulitple dilogbox opening from the parent window

2012-04-27 Thread Dayananda B V
Hi Andrei, setGlassEnabled is worked. thanks you so much, appreciate your help On Apr 25, 12:39 am, Andrei vol...@spiraluniverse.com wrote: Add .setGlassEnabled to your dialog boxes. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: How to make parent window read only and background color to gray when dialogbox open

2012-04-27 Thread Dayananda B V
Hi All, setGlassEnabled is worked. thanks you so much, appreciate your help -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send

Difficulty to run simple GWT application on tomcat server.

2012-04-27 Thread Rahul Sharma
I am creating a gwt application as following steps: First install gwt plugin in my eclipse(Helios). Create GWT project Add Dynamic web plugin going to property page of the project project Facets tab Select Dynamic Web Module and java ok to apply changes. Write code and i try to run on server

Re: Difficulty to run simple GWT application

2012-04-27 Thread Rahul Sharma
Hi Sebastian, i am creating application as you suggest but when i deploying it on tomcat server then it shows resources ins not available.so now what should i do? help me . Thanks Rahul On Apr 26, 7:38 pm, Sebastian Gurin sgu...@softpoint.org wrote: Hi Rahul, this is what I shlud do for getting

Please recommend table widget to display a number of similar widgets

2012-04-27 Thread Vitaly Trifanov
Hi everybody. I need to display a big amount(1000+) of similar widgets (each widget contains photo + descrption - about 400*400 px total) in a table - say, 10 rows and 2 columns per page. I don't need option to select, drag, highlight or do smth else with these widgets - just display them. It

FlexTable.getColumnFormatter().setWidth has no effect

2012-04-27 Thread tong123123
I have set the column width as follow but the output does not follow the .getColumnFormatter().setWidth as attached image, for example, column 3 should be 5% but from the attached image, column 3 (the textbox next to the listbox) is must larger than 5%, why will these happen? FlexTable

Re: Runtime exception: com.google.web.bindery.requestfactory.server.UnexpectedException: Could not find static method with a single parameter of a key type

2012-04-27 Thread Ashu
How to initialize entity manager here Iam not able to intialize this. Could you please help me on this? On Monday, 23 April 2012 17:21:48 UTC+5:30, Ashu wrote: Hi, I am getting the above exception while running the GWT application. I am using Entity and EntityProxies. Below is the

Entities in GWT 2.4

2012-04-27 Thread Ashu
Hi, I am using GWT2.4 version. how to use value proxies without entities? If possible please provide me some sample example. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: does any Breedcrumb widget in gwt 2.4?

2012-04-27 Thread 大橋啓介
Hi guys. I'm one of gwt-bootstrap commiter. GWT-bootstrap is library to use Twitter's interface library with Google Web Toolkit. Right now,we don't provide Breedcrumb widgets. we don't plan providing it on our first release *yet*. But we plan to implement all Bootstrap features. ;-) If you guys

Preventing selection event propagation

2012-04-27 Thread ALB-PSP-DV1
Our application has two tabs. On selecting the tabs we have to display a confirmation window(dialog box). Depending on whether user clicks Yes or No button in the confirmation window, the tab selection event should proceed or stop. I know we have event.stopPropagation() method for click event.

GWT for starters

2012-04-27 Thread sbt
Suggest the book/tutorial to learn Google Web Toolkit for newbies.?http://answers.yahoo.com/question/index;_ylt=AgX26MknlITV36YaE086BnPsy6IX;_ylv=3?qid=20120425021651AA6ju6M -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this

Thoughts on User defined time in the UI

2012-04-27 Thread GlasgowSteve
I would like to have a field in my UI which allows the user to pass a 24h time - I will then use the time to do a search on events occuring after that time. There should not be a date asociated with the time on the UI. The time passed should be in the format hh:mm:ss. I'm using plain ol' GWT -

Re: ff11 gwt dev plugin

2012-04-27 Thread guy2
Hello Alan, Mozilla have just released FF 12. Can you please compile the plugin for FF 12 ? Personnally, I need the version for Win XP 32bits and Win 7 32/64 bits. FYI, Mozilla changed at the end of 2011 (if I remember well) their policy about releasing FF. Now, they release a new version

GWT RequestBuilder not working in Chrome and FireFox

2012-04-27 Thread the.wizard
Hi everyone, I have a problem with RequestBuilder. When I run my code that using RequestBuilder in IE 8, it's working well, but in Chrome and FireFox, it just keep returning empty string. When I tried to debug it, the response is com.google.gwt.http.client.Request$1@5a7667be, and have no headers,

GWT SERIALIZATION PROBLEM

2012-04-27 Thread Nitheesh Chandran
Hello Guys , I have a problem ,I want to save an object to the database. I passed the object to the server using a function. Like this http://www.easywayserver.com/blog/how-to-serializable-object-in-java-2/. But my RPC is getting failed every time. What will be the problem ? i used

Re: Compile Gin-enabled GWT application with ant

2012-04-27 Thread Sergey Stupin
I have exactly the same problem. I've been spent already 2 days researching this case. How can I fix this f***ing error? суббота, 12 декабря 2009 г., 23:16:58 UTC+4 пользователь Chris написал: Hi I'm trying to build by gwt application with ant. I can succesfully compile everything

RequestFactory Error -- java.lang.IllegalArgumentException: Something other than a Java object was returned from JSNI method

2012-04-27 Thread Pradeep B Pillai
The following is the other error i get frequently and this seems like its more related to request factory and I dont know why its happening ..Should I open a bug ? I'm using GWT 2.4, browser Chrome 18.0.1025.1065 One or more exceptions caught, see full set in UmbrellaException#getCauses -

Unicode security considerations in GWT

2012-04-27 Thread Endovélico
Are there any real unicode security considerations would should taken into account when it comes to user input? -- 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-toolkit@googlegroups.com. To

RequestFactory check if client got most recent proxy

2012-04-27 Thread Kiril P
Hi, I my requestfactory implementation I have use case where entities can be updated by multiple clients. Is there a way for client to check that it has got latest version of entity proxy before trying to save changes? -- Best regards, Kiril Piskunov -- You received this message because

Re: A problem with richtextareas in Firefox 11.0

2012-04-27 Thread antoine
We also have the same issue with FF11 when using multiple richtextareas but when we try resizing the screen, the text comes back. Does anyone have found another way around ? Any bug report ? Thanks in advance, Antoine Le mardi 17 avril 2012 16:48:56 UTC+2, pop.ionut84 a écrit : I have the

Dynamic CompositeCell

2012-04-27 Thread Aoxiang Cui
The title is too short, let me explain and simplify my situation. Say, I have a dto which contains a list of Booleans. I need a column whose cell looks like below: item_1 checkbox_1 item_2 checkbox_2 ... item_n checkbox_n If n is a fixed number, it is fine to use CompositeCell. The problem

Re: GWT The type XXX is already defined error on package-private classes with NO previous definition.

2012-04-27 Thread Darek kay
Since I spent some time searching for a solution, here it is. Don't put top level classes like this: public class1{ } class2{ } Although it's a valid java syntax, GWT doesn't seem to handle this very well. That's what it should look like: public class1{ static class2{ } } -- You received

Re: Introducing DataGrid to an older code base

2012-04-27 Thread Stephen Lawlor
I think this might be the underlying problem: [ERROR] Errors in 'jar:file:/C:/Program%20Files/eclipse-i/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201203300216-rel-r37/gwt-2.4.0/gwt-user.jar!/com/google/gwt/user/client/ui/NativeHorizontalScrollbar.java' [ERROR] Internal compiler

Re: Firefox 12 release

2012-04-27 Thread mark
Can you also create the Windows xpi? Thanks man. -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Firefox 12 release

2012-04-27 Thread Daniel Dunér
Thank you Allan, you are a hero! Windows? Heh.. how quaint. On Thursday, April 26, 2012 3:45:52 PM UTC+2, Marcel Stör wrote: What about Windows? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

GWT applications session management

2012-04-27 Thread Adio
Hi guys, i am a new to GWT applications to AJAX applications in general. i am making sample applications, to learn GWT applications. I am creating a very simple bank system -ok, by very simple i mean very very simple- and i reached the part the authentication and authorization logic is needed.

Clear queue method invocations on RequestContext

2012-04-27 Thread Alex Vakaloudis
To perform a save in a view I am using the RequestFactoryEditorDriver to flush any changes to a RequestContext and then I call save(the edited proxy).to(MyReceiverVoid).fire(); MemberRequest s = (MemberRequest)editorDriver.flush(); MemberProxy sectorProxy = (MemberProxy)getProxy();

Re: Firefox 12 release

2012-04-27 Thread Mark Piergrossi
I second that - for Windows. -- 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/-/tG6GvK_FBEwJ. To post to this group, send email to

GWT + Hibernate + hsqldb

2012-04-27 Thread rahul.gamit89
Hello i have created a simple GWT application which allows user to add Name,address,email,sex and phone number. E.G On UI there is 4 text boxes for Name,address,phone,email and select box for sex I have implemented hibernate and hsqldb, but when i am running the program it gives me the

Problem requiring GWT app to use HTTPS

2012-04-27 Thread David Robison
I have a GWT app that has been running fine over HTTP. I now want to restrict it to using HTTPS. I've modified the web.xml file as follows: ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3// EN

Please - I 2nd the request for a Windows plugin

2012-04-27 Thread mark
Thanks Alan. -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more

Re: Compile Gin-enabled GWT application with ant

2012-04-27 Thread Sergey Stupin
I find the answer. Modify classpath by adding your compiled GWT classes (that's why GWT compiler could not found it), because GIN needs class files to compile successfully. classpath pathelement location=src/main/java/ pathelement location=${classes.dir}/ path refid=classpath/

Re: chrome - prompting me to install gwt plugin but already installed

2012-04-27 Thread Xavophonic
Hello, I have got the same problem. Here is my Congiguration Eclipse 3.5 Google Web Toolkit 2.0.4 Chrome 18.0.1025.162 m GWT Developer Plugin1.0.9738 (enabled) The options of the plugin are : localhost Include 127.0.0.1:1460 Include 127.0.0.1:9997 Include 127.0.0.1 Include

Re: chrome - prompting me to install gwt plugin but already installed

2012-04-27 Thread Xavophonic
Hi, Here is my configuration Google Web Toolkit 2.0.4 on my server Jetty. Chrome version 18.0.1025.162 m Windows XP PS3. Google Web Toolkit Developer Plugin version 1.0.9738. After installed the plugin, I restart Chrome. I come back to my development page. I still have got the message :

Request Context clear queue on method invocations when onConstraintViolation is called

2012-04-27 Thread Alex Vakaloudis
To perform save in a view I am using RequestFactoryEditorDriver to flush any changes to a RequestContext and then I call save(the edited proxy).to(MyReceiverVoid).fire(); MemberRequest s = (MemberRequest)editorDriver.flush(); MemberProxy sectorProxy = (MemberProxy)getProxy();

Re: Firefox 12 release

2012-04-27 Thread yassine
works perfect on ubuntu 11.10 thanks. -- 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/-/VgU-kR4jj74J. To post to this group, send email to

How to stop the move to Place

2012-04-27 Thread st1ll
Hello. I need to create model window, which appears, when I try to go from current page via links. I may initiate the creation of window into onPlaceChangeRequest (PlaceChangeRequestEvent.Handler ()). But I dont know, how to interrupt the process of transition. It is possible? -- You received

Re: Can UI components be tested through JUnit/GWTTestCase?

2012-04-27 Thread Clint Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been able to test Widgets with JUnit in a project I'm working on. I'm able to make widgets, see that they respond to external events (notifications about state they observe, or event types they're subscribed to via an EventBus, that sort of

How to add External Java Classes to GWT Project?

2012-04-27 Thread Danish
Hi im new in this some one Guide me... i create a java project import java.sql.DriverManager; public class DB_Conn { private java.sql.Connection con =

Re: Preventing selection event propagation

2012-04-27 Thread Ashwin Desikan
Do u use activities in your app? If yes do you have an activity mapped to each of your tabs? You have a mayStop method in activities which can be used to stop the user from navigating from current activity. ~Ashwin Sent from my iPhone On Apr 27, 2012, at 5:15 PM, ALB-PSP-DV1

Re: GWT RequestBuilder not working in Chrome and FireFox

2012-04-27 Thread Alfredo Quiroga-Villamil
SOP violation. You seem to be sending a request crossing domains. Look up Same Origin Policy online for more info. Regards, Alfredo On Apr 27, 2012 8:37 AM, the.wizard willy.jui...@gmail.com wrote: Hi everyone, I have a problem with RequestBuilder. When I run my code that using

Re: Preventing selection event propagation

2012-04-27 Thread Jens
Tab(Layout)Panel's SelectionEvent is a GwtEvent and not a DomEvent, so its only a logical event fired by GWT and not a native event fired by the browser. Thats why you don't have a stopPropagation() / preventDefault() method. But TabPanel and TabLayoutPanel have an addBeforeSelectionHandler()

How to set a Font for all the compoent in GWT

2012-04-27 Thread Dayananda B V
Hi All, I need to set different font other than default font which will come CLEAN Theme. (Arial) Is i need to set style property for individual component ? Appreciate your help. Thanks Daya -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Request Context clear queue on method invocations when onConstraintViolation is called

2012-04-27 Thread Jens
Don't enqueue requestContext.saveMember(..).to(..) in the save button ClickHandler. Do it once when you start editing the proxy and in your ClickHandler you only need to do editorDriver.flush().fire(). -- J. Am Freitag, 27. April 2012 12:32:28 UTC+2 schrieb Alex Vakaloudis: To perform save

Re: How to set a Font for all the compoent in GWT

2012-04-27 Thread Ashwin Desikan
Daya, Define a font in your CSS or ui:binder and add it as a style for the widget by using any of the styleName or addStyleName properties of the widget Thanks Ashwin Sent from my iPhone On Apr 27, 2012, at 6:34 PM, Dayananda B V dayanand...@gmail.com wrote: Hi All, I need to set

Re: How to stop the move to Place

2012-04-27 Thread Alfredo Quiroga-Villamil
Hi: I am not 100% sure what you are trying to do, but in your current activity, you can override mayStop(). That would be one possible way to intercept and potentially cancel going to a new place. If that doesn't do what you need, please provide a little example of what the ultimate goal is to

Re: ff11 gwt dev plugin

2012-04-27 Thread Juan Pablo Gardella
http://acleung.com/ff12-win.xpi El 25 de abril de 2012 12:13, guy2 guylesp...@yahoo.fr escribió: Hello Alan, Mozilla have just released FF 12. Can you please compile the plugin for FF 12 ? Personnally, I need the version for Win XP 32bits and Win 7 32/64 bits. FYI, Mozilla changed at

Re: GWT SERIALIZATION PROBLEM

2012-04-27 Thread Alfredo Quiroga-Villamil
Hard to tell without seeing code or stack trace. Please provide: 1. A bit of code illustrating the main players. DTO, Service, ServiceAsync, ServiceImpl method. 2. Stack Trace for the failure. Regards, Alfredo On Wed, Apr 25, 2012 at 6:20 AM, Nitheesh Chandran nithe...@aviamatica.com wrote:

Re: Dynamic CompositeCell

2012-04-27 Thread Derek
I personally would just create a new cell, but I'd probably start with CompositeCell for a starting point. On Apr 25, 9:16 pm, Aoxiang Cui cuiaoxi...@google.com wrote: The title is too short, let me explain and simplify my situation. Say, I have a dto which contains a list of Booleans. I need

Re: How to add External Java Classes to GWT Project?

2012-04-27 Thread Alfredo Quiroga-Villamil
Danish: Your project out of the box was created by the plugin with a directory structure as follows: /client /shared /server The class you created will reside under the server package. Anything in the /client and /shared will eventually get compiled down to JS. So in your server you do all your

Re: Dynamic CompositeCell

2012-04-27 Thread Alfredo Quiroga-Villamil
If you have an n number of values that should be represented in one single column, I would go for a tree. Its ability to expand nodes when needed, gives the user a chance to have it expanded or collapsed. So in your case the column would contain: Top Of Tree CheckBox 1 CheckBox 2 CheckBox 3

Re: Thoughts on User defined time in the UI

2012-04-27 Thread Alfredo Quiroga-Villamil
I don't recall seeing a TimePicker in GWT. I do recall seeing one and I found it in the GWT incubator (URL at the end of my response). Options: a) Create something fairly simple now to get the job done. Three SelectionCell's if you want the values to be unmodifiable and save yourself the trouble

Re: Disable the display of values of a ListBox

2012-04-27 Thread Alfredo Quiroga-Villamil
To better understand the question, why is setEnable(false) not an option? What is the behavior you would like to see? Regards, Alfredo On Fri, Apr 27, 2012 at 5:57 AM, Ali Thabet thabet.al...@gmail.com wrote: Hello, is there a way to disable the display of values of the ListBox after the user 

Re: How to stop the move to Place

2012-04-27 Thread st1ll
Thanks for the answer. This method (mayStop()) is not suitable to me for one reason - I need to get to the window, except for OK and Cancel buttons were also a button Save at the touch of which happened to save the data into the database. I have not found a way to make non-standard window,

Re: Entities in GWT 2.4

2012-04-27 Thread Alfredo Quiroga-Villamil
https://developers.google.com/web-toolkit/doc/latest/DevGuideRequestFactory Look there for ValueProxy. They provide a concise example. Regards, Alfredo On Fri, Apr 27, 2012 at 5:41 AM, Ashu swathi.kambhamp...@gmail.com wrote: Hi, I am using GWT2.4 version. how to use value proxies without

Re: How to stop the move to Place

2012-04-27 Thread Alfredo Quiroga-Villamil
Can you please provide the flow for this particular case. I think it'll help me and others to better understand, sorry if I am not following 100% still :( Something like: 1. I have a view with a table. 2. The user edits and clicks save. 3. I show them a Modal Dialog with three buttons. 4. The

Re: Server detection of client crash

2012-04-27 Thread Alfredo Quiroga-Villamil
Can you please define or explain what you mean by whenever a client crashes? Thank you in advance, Alfredo On Fri, Apr 27, 2012 at 1:49 AM, mmorckos mikey.morc...@gmail.com wrote: Hello, I'm intending to develop a web-based frontend UI for a control system in a research lab. For safety

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-27 Thread Mauro
+1 Em segunda-feira, 23 de abril de 2012 12h55min27s UTC-3, Jmscavaleiro escreveu: We are investing our time, our job and our life on/with GWT so we need to be more informed and we need to know with what we can count. -- You received this message because you are subscribed to the Google

Re: Disable the display of values of a ListBox

2012-04-27 Thread Ali Thabet
I do not want the list appears to be disabled. It is located in a draggable component. I do not want the values ​​appear after the click when the drag operation start. The values ​​in the list are not used in the application and they are unnecessary, just the appearance of the list is necessary.

Re: GWT applications session management

2012-04-27 Thread Joseph Lust
See https://www.google.com/search?q=google+web+toolit+overview Joe -- 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/-/Ejn8spysqL8J. To post to

Re: GWT for starters

2012-04-27 Thread Joseph Lust
The best documentation is that of Google. Check out all of their docshttps://developers.google.com/web-toolkit/overview. Read them all and you'll be an expert. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: How to stop the move to Place

2012-04-27 Thread st1ll
The situation is the following: 1) There is a table cell which can be edited 2) the user has not saved the changes, and clicks on any item on the navigation menu (try to move to another page) 3) You receive a modal window with the message - There are unsaved changes. Do you want to keep them?

Re: Thoughts on User defined time in the UI

2012-04-27 Thread Joseph Lust
Check out how this is done in ExtJs. Basically you just set a listener for the character entry to the textbox. You set a regex that is looking for something like *\d{1,2}:\d{2}:\d{2}* to confirm that people are entering it as desired. Then I just have 2 functions called sec2time() and

Re: How to use image in global css

2012-04-27 Thread Joseph Lust
To start with, I like to utilize the public/ folders in my packages for storing these values. That way, if you put images in any public/images/ folder (I put a public/ folder in every module), they will end up in your war in the images/ folder. First make sure that the above is working

Re: Server detection of client crash

2012-04-27 Thread Joseph Lust
I would not recommend operating safety critical machinery with a JS web app. An embedded system written in Ada would be better. Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Runtime exception: com.google.web.bindery.requestfactory.server.UnexpectedException: Could not find static method with a single parameter of a key type

2012-04-27 Thread Thomas Lefort
You do have to read the doc carefully indeed. I got stuck for a little while, I thought I could get away by simply using find but no you need to use findEntity, ie replace Entity by your entity name. This got me, because at first it worked with a single entity, but when I had two entities with

Re: UIBinder: Overriding obfuscated CSS styleNames

2012-04-27 Thread Joseph Lust
On reading your problem, I became curious how this is achieved. According to the following article, you can do this using the interfaces. http://stackoverflow.com/questions/5943895/how-exactly-would-one-override-a-cssresource So, you'll need to use the interfaces in your UiBinder. Something

Re: Google axing GWT?

2012-04-27 Thread Joseph Lust
I'll keep praying for GWT. Let's see what transpires at Google IO in June. Joe -- 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/-/VrsH8tPIQs4J. To

Re: UIBinder: Overriding obfuscated CSS styleNames

2012-04-27 Thread Brad Leupen
Ah, interesting idea! Thanks for the response. I'll try that this evening and report back. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Google axing GWT?

2012-04-27 Thread Mauro Oliveira
+1 On 27 April 2012 14:11, Joseph Lust lifeofl...@gmail.com wrote: I'll keep praying for GWT. Let's see what transpires at Google IO in June. Joe -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: where to place css file and image file?

2012-04-27 Thread Joseph Lust
For CssResource and ImageResource users, I find this the most robust way to place these files: *com.myPackage.moduleA.resources (put resource interfaces here) *com.myPackage.moduleA.resources.images (put image files here) *com.myPackage.moduleA.resources.css (put css files here) The real

Re: Google axing GWT?

2012-04-27 Thread Steve
https://plus.google.com/110412141990454266397/posts/8nmmgp4AChM Enjoy. On Apr 27, 3:26 pm, Mauro Oliveira mauro.no...@gmail.com wrote: +1 On 27 April 2012 14:11, Joseph Lust lifeofl...@gmail.com wrote: I'll keep praying for GWT. Let's see what transpires at Google IO in June. Joe

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-27 Thread Steve
Don't know if anyone has posted this link yet, but here goes. https://plus.google.com/110412141990454266397/posts/8nmmgp4AChM Not quite a roadmap, but it IS signs of external communication. :) I'm not as worried anymore. I'm betting that we'll see some really cool stuff out of IO. On Monday,

Re: Google axing GWT?

2012-04-27 Thread Daniel Mauricio Patino León
I think GWT its a very good open source project. We use it to develop RIA and we love it. Like Joseph i'll pray to google make it better and improve it. What about a thread where people +1 if want that google keep working on it? there exist one? Greetings from Mexico. El 27 de abril de 2012

Re: Server detection of client crash

2012-04-27 Thread mmorckos
What I meant by crash is that the client doesn't cleanly. For instance, the user can simply close the web-page, or the client's machine can lose connection to the server. I'm asking if there is a way that the server can detect that instantly (some sort of a heartbeat ping between the client and

Re: How to stop the move to Place

2012-04-27 Thread Alfredo Quiroga-Villamil
Interestingly enough, have to admit, I don't see at a glance unless I am missing something an easy way to accomplish what you need. We need something to completely halt execution and act upon the result of the action/handler (ok or cancel result for example), which is ultimately what the

Re: Server detection of client crash

2012-04-27 Thread Alfredo Quiroga-Villamil
Thanks. I think Joseph said it before and I agree with him. If it's something of that nature, I would likely try to stay from web stuff. However, that doesn't mean is not possible or there are no ways to ensure what you want. I recently had the chance to speak with a few guys at RedHat about a

Please help with CellTable

2012-04-27 Thread Blake McBride
Greetings, I need a sort of listbox where each row is made up of several columns. I don't want to edit the data in the listbox. I just want to select one or more rows, click a button, and be able to know which rows were selected. Looking around it seems like CellTable is close. I put it

Re: Google axing GWT?

2012-04-27 Thread Paul Stockley
It looks like the GWT guys who left to go to new startups are still using GWT. This bodes well for future support even if Google isn't directly involved anymore. On Friday, April 27, 2012 4:19:47 PM UTC-4, Daniel Mauricio Patino León wrote: I think GWT its a very good open source project. We

Re: Please help with CellTable

2012-04-27 Thread Alfredo Quiroga-Villamil
Hi Blake: I will try to take a look later at 1 and 2, they are CSS controlled. For now: 4. See below for an example: MultiSelectionModelString multiSelectionModel = new MultiSelectionModelString(); CellTableString cellTable = new CellTableString();

Re: Please help with CellTable

2012-04-27 Thread Alfredo Quiroga-Villamil
Also part of 4 is SingleSelectionModel. So you can either use Single or Multiple as the SelectionModel depending on what you need. Regards, Alfredo On Fri, Apr 27, 2012 at 9:36 PM, Alfredo Quiroga-Villamil laww...@gmail.com wrote: Hi Blake: I will try to take a look later at 1 and 2, they

Re: GWT Designer

2012-04-27 Thread Gmane
On 4/27/2012 6:47 PM, sbt wrote: Hi, I am facing issue in GWT Designer. Unable to open the design mode in Ecilpse , however everything is done under given instructions. Image is attached herewith. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: How to add External Java Classes to GWT Project?

2012-04-27 Thread Gmane
On 4/27/2012 9:57 PM, Alfredo Quiroga-Villamil wrote: Danish: Your project out of the box was created by the plugin with a directory structure as follows: /client /shared /server The class you created will reside under the server package. Anything in the /client and /shared will eventually

Re: GWT + Hibernate + hsqldb

2012-04-27 Thread Gmane
On 4/26/2012 10:09 PM, rahul.gamit89 wrote: Hello i have created a simple GWT application which allows user to add Name,address,email,sex and phone number. E.G On UI there is 4 text boxes for Name,address,phone,email and select box for sex I have implemented hibernate and hsqldb, but when i

Re: GWT applications session management

2012-04-27 Thread Gmane
On 4/26/2012 8:18 PM, Adio wrote: Hi guys, i am a new to GWT applications to AJAX applications in general. i am making sample applications, to learn GWT applications. I am creating a very simple bank system -ok, by very simple i mean very very simple- and i reached the part the authentication

Re: Google axing GWT?

2012-04-27 Thread Gmane
On 4/27/2012 12:31 AM, dka...@gmail.com wrote: Some of my contacts down in Atlanta tell me Google is making big changes to the GWT team and word is they are going to eliminate GWT and a number of other projects. Can anyone from Google confirm or deny? I don't know about this story, but if

[gwt-contrib] Re: Adds Event.ONINPUT (issue 4549). (issue1248801)

2012-04-27 Thread warren lemmon
What is the resolution on adding oninput? It seems to have never made it into trunk... On Monday, December 27, 2010 12:08:14 PM UTC-7, Robert Staats wrote: Reviewers: , Description: I used Issue 51810 as my template for this (http://gwt-code-reviews.appspot.com/51810). I use sinkEvents

[gwt-contrib] Re: Fix issue 6710: entities referenced from list of value proxies (issue1646803)

2012-04-27 Thread rdayal
Just add the comment about the subtlety with the IdentityHashMap, and I think we're good to go. https://gwt-code-reviews.appspot.com/1646803/diff/1/user/src/com/google/web/bindery/requestfactory/server/Resolver.java File user/src/com/google/web/bindery/requestfactory/server/Resolver.java

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-04-27 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/1601806/diff/1015/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java (right):

[gwt-contrib] Re: Fix issue 6710: entities referenced from list of value proxies (issue1646803)

2012-04-27 Thread t . broyer
https://gwt-code-reviews.appspot.com/1646803/diff/1/user/src/com/google/web/bindery/requestfactory/server/Resolver.java File user/src/com/google/web/bindery/requestfactory/server/Resolver.java (right):

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-04-27 Thread t . broyer
http://gwt-code-reviews.appspot.com/1601806/diff/1015/user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java File user/src/com/google/web/bindery/requestfactory/shared/impl/AbstractRequestContext.java (right):

[gwt-contrib] Re: Fix for issue 5952: RequestContext#isChanged. (issue1601806)

2012-04-27 Thread rdayal
Hey Thomas, When I ran the tests after applying your change, I saw a failure in EditorTest.test: aused by: junit.framework.AssertionFailedError: expected=EditorBarTest actual=FOO at com.google.web.bindery.requestfactory.gwt.client.ui.EditorTest.onSuccess(EditorTest.java:164) at