Editors Framework

2012-05-07 Thread saurabh saurabh
Hi all, I have a situation here @Entity @Table(name = person, catalog = hms) public class Person implements java.io.Serializable { private int id; private Integer version; private Address addressByAddress1; private Address addressByAddress2; private

Enumerated Type

2012-05-07 Thread Akram Moncer
hello ; can someone tell me how can i use the Enumerated Type in JPA, and how can i persist it thanks -- Akram MONCER Personne -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Editors Framework

2012-05-07 Thread Thomas Broyer
On Monday, May 7, 2012 8:58:04 AM UTC+2, saurabh saurabh wrote: Hi all, I have a situation here @Entity @Table(name = person, catalog = hms) public class Person implements java.io.Serializable { private int id; private Integer version; private Address

Speaker wanted

2012-05-07 Thread Bogo
Morning, We are organizing little webinar next week and looking for speaker to share what's new with GWT. If you are interested, please ping me. Session: No more than 25 min (short one) TimeZone: Europe //Bogo -- You received this message because you are subscribed to the Google Groups Google

Re: Google axing GWT?

2012-05-07 Thread Jmscavaleiro
that's great Eric. Is very good to know. GWT developers needs this kind of information to continuing to believe in this technology. Keep the good work and please consider to brief about this topic and GWT developers concerns inside Google. W need to be heard. We love and believe in google just

Re: DropDown Button

2012-05-07 Thread Magallo
I'm trying to use your code. What is Element eventTarget = event.getNativeEvent().getEventTarget().cast(); ??? On Monday, March 14, 2011 9:30:29 PM UTC+1, Gal Dolber wrote: that looks pretty ugly in the email, here is the pastebin http://pastebin.com/rqgZk9D0 On Mon, Mar 14, 2011 at

Re: DropDown Button

2012-05-07 Thread Magallo
Ok, sorry. I figured it out. One last question. style.settingsPopup contains some particular values? Could you possibly paste it also? Thank you. On Monday, May 7, 2012 10:15:09 AM UTC+2, Magallo wrote: I'm trying to use your code. What is Element eventTarget =

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

2012-05-07 Thread Jmscavaleiro
https://groups.google.com/forum/m/?fromgroups#!topic/google-web-toolkit/uibTKAPXWV0 Here is more info from Google about GWT. :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Implement inline edit in GWT

2012-05-07 Thread Markandayarushi Pamu
Hi All, I want to implement the inline edit funtionality in my application using only GWT.(opensource only). In my application onclick of the lable I want to show the corresponding widget like (Textbox, Auto Suggest Box). Onclick fo the lable, textbox will come , user can change the value ,

Re: RPC serialization/deserialization is very slow

2012-05-07 Thread Jacob Glusted Madsen
Thanks for your answer! We have now tried different solutions to the problem. We did some experiments using JSON. But it was still to slow. We ended up with a solution, where we did some redesign of the GUI-interface forcing the user to filter data before loading it. It seemed to be the only

Re: [gwt-dnd] drag handles (urgent)

2012-05-07 Thread Dimitrijević Ivan
You have drag and drop functionalities in GWT 2.4. What you do not have is some kind of tutorial how to use it. You can find information about D'n'D here:

Re: Anyone using gwt-rpc over websockets?

2012-05-07 Thread Steve
I'm using jWebSockets to stream telemetry to our GWT app. I don't currently use a GWT wrapper on the client side. I use a JavaScript Overlay to access the stream contents from client GWT code. I really like the model and am considering using it like JMS (already a jWebSocket plugin) so that I

help : app engine datasource

2012-05-07 Thread Akram Moncer
hello, i'm working on a web application with GWT,JPA, and google app engine, and i have this kind of association between entity : @Entity public class Person{ @id Long person_Id; @OneToOne(cascade=CascadeType.ALL,*fetch=FetchType.LAZY*)

how to add multiselection to tree in gwt 2.4

2012-05-07 Thread Dayananda B V
Hi all, How to add multiselection to tree in gwt 2.4, I created MultiSelectionModel, i tried to set multiselectionmodel to tree, but i don't see any multiselection method to add. Thanks Dayananda B V -- You received this message because you are subscribed to the Google Groups Google Web

[no subject]

2012-05-07 Thread Sangameswaran Subbiramaniam
-- 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 options,

Re: Server detection of client crash

2012-05-07 Thread Alfredo Quiroga-Villamil
Michael: As Chris pointed out the documentation is actually quite good and for the requirements you have I think this is as good as it gets. By the way, I have no affiliation to RedHat or the errai project. I just happen to know their Product Manager and had a chance to speak to them about it as

Re: Speaker wanted

2012-05-07 Thread Joseph Lust
Bogo, Any chance it's open for others to watch online? I'm sure some folks here would be interested in that. Sincerely, Joseph -- 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: how to make DataGrid column heading looks like swing table heading

2012-05-07 Thread Dayananda B V
Hi Ashwin, I am sorry, i did not try that, you mean i need to create a style and set to the cell? how can set like, table td {background: gray;}? but it is setting whole window. can you help on this. Thanks Daya On May 4, 11:13 am, ashwin.desi...@gmail.com ashwin.desi...@gmail.com wrote: Daya,

Updated Information on JsonpRequestBuilder and Javascript Overlay objects

2012-05-07 Thread Christopher Piggott
Hi, What's the current state of javascript overlay objects and JsonpRequestBuilder? Should the same code work both in deployed (running on a web server) as well as debug / development mode? I'm running into issues with runtime exceptions, and the whole thing is a bit murky to me. The jsonp

GWT ValueProxy and RequestFactory Domain Type error

2012-05-07 Thread jmbz84
Hello, Im trying to create a Value Proxy (BrowserDetailItem ) that is formed of a query that only returns a String(name) and a Integer(id). The SERVER code (each class in a different files) public class BrowserDetailItem { private String name; private Integer id; public static

Re: Updated Information on JsonpRequestBuilder and Javascript Overlay objects

2012-05-07 Thread Paul Stockley
What kind of type is List? Typically JSO's only support JsArray for arrays of JSO's On Monday, May 7, 2012 2:51:13 PM UTC-4, Christopher Piggott wrote: Hi, What's the current state of javascript overlay objects and JsonpRequestBuilder? Should the same code work both in deployed (running

Re: Navigatin in menu

2012-05-07 Thread abhishek2408
Hi assiya, I do not want to display window.alert.I want to display a uibinder file contents below menu on selection of menu item. Your answer gives alert on menu selection. I dont want alert. I want only a uibinder page(eg. uibinder with html panel containing site logo). On Friday, 4

Re: Is this a bug in RequestFactory when a collection has a null? Resolver.class ...

2012-05-07 Thread Brandon Donnelson
Seems I'm not the only one that found this one: http://code.google.com/p/google-web-toolkit/issues/detail?id=6809 - Issue for it. -- 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-contrib] Webkit events sometimes target the text node inside of an element instead of the element itself.... (issue1704803)

2012-05-07 Thread jlabanca
Reviewers: rdayal, Description: Webkit events sometimes target the text node inside of an element instead of the element itself. This can break GWT code that checks if the event target is an Element (PopupPanel does this for example). We now get the parent element if the event target is a text

[gwt-contrib] Re: Webkit events sometimes target the text node inside of an element instead of the element itself.... (issue1704803)

2012-05-07 Thread jlabanca
committed as r10965 http://gwt-code-reviews.appspot.com/1704803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Adding a method to DockLayoutPanel to get the size of a child widget. (issue1705803)

2012-05-07 Thread jlabanca
Reviewers: rdayal, Description: Adding a method to DockLayoutPanel to get the size of a child widget. Issue: 4613 Author: tuckerpmt Reviewer: jlabanca Please review this at http://gwt-code-reviews.appspot.com/1705803/ Affected files: M

[gwt-contrib] Re: Adding a method to DockLayoutPanel to get the size of a child widget. (issue1705803)

2012-05-07 Thread jlabanca
committed as r10966 http://gwt-code-reviews.appspot.com/1705803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add Map support to RequestFactory (issue 6132056)

2012-05-07 Thread james . horsley
The instructions at https://developers.google.com/web-toolkit/makinggwtbetter#submittingpatches say to add this patch to the issue (http://code.google.com/p/google-web-toolkit/issues/detail?id=5524) but I don't see how to do that. Is there a permission I'm missing?

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

2012-05-07 Thread Rajeev Dayal
Hey Thomas, Good find! I thought there was something funny with finishTestAndReset, but I wouldn't have spotted that :). Replies inline: On Fri May 04 22:08:03 GMT-400 2012, t.bro...@gmail.com wrote: OK, found it: the issue in EditorTest is that the SimpleBar that the setUserName is applied