Re: java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup)

2013-01-22 Thread Thomas Broyer
I don't think you can use jersey-apache-client on AppEngine. Try using the bare jersey-client instead. That said, I fail to see the connection with GWT here. You might want to ask on SO: https://developers.google.com/appengine/community On Monday, January 21, 2013 1:15:34 PM UTC+1, mark peter

Re: Alert user when they hit the browser back button /forward button /refresh button

2013-01-22 Thread Thomas Broyer
On Monday, January 21, 2013 6:31:12 PM UTC+1, Darsha Sai wrote: Hi , I want to display alert message when user click on browser back button/forward button/refresh buttons if form is dirty. How to capture browser back button/forward button in gwt ? You can't. You can only react to

Re: Did anyone archive the GWT plugin for Eclipse 3.5 before Google deleted it from their servers?

2013-01-22 Thread Philippe Lhoste
On 21/01/2013 17:39, Tim Collins wrote: From what I read on other forums, Google deletes old plugins after 2 releases go by. No one in my group thought to archive the GWT Eclipse 3.5 plugin. Now the GWT Eclipse plugin is gone, and all attempts to use a later version of Eclipse have failed.

Re: RMI to GWT

2013-01-22 Thread Philippe Lhoste
On 18/01/2013 12:21, Atef Chorfi wrote: I have project developed in java RMI, I want to implement in GWT, give me a simple example of transformation RMI to GWT. I fear your request makes no sense... GWT is a client-side technology RMI is probably used on the server side. Just make your server

Re: GWT listbox text color, selection

2013-01-22 Thread Nicholas DiMucci
Actually figured out the solution I was looking for. This will iterate through all of the items in a ListBox, changing the items font color to red. ListBox listBox = new ListBox(); // Assuming a bunch of items were added to listBox SelectElement selectElement =

Re: Anyone work on the AOP for the GWT before?

2013-01-22 Thread Cristian Rinaldi
You can see Errai projects that implements aop. e.g: @Remote public interface CustomerService { * @InterceptedCall(MyCacheInterceptor.class)* public Customer retrieveCustomerById(long id); } Greetings *AUS. Cristian Rinaldi Co-founder* Mobile: (+54) 9 (342) 5 238 083 Email:

Re: CellTable - Adding a Button to a Column

2013-01-22 Thread jabir ahmed
Why does it say DocumentDetailsDTO cannot be resolved to a type is DocumentDetailsDTO deprecated or removed in gwt2.5.0 SDK? -- 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: Changing CSS for TabPanel

2013-01-22 Thread Marco Cuccato
I've the same problem but i want to use the CssResource approach. I just want to set my custom CSS to a single TabBar/TabPanel instance, leaving the default gwt Theme on other all TabBar/Panel. That's what i've done: - found the original TabBar and TabPanel Gwt css file - created a new css

Re: How get widget width, after it's drawed ?

2013-01-22 Thread Paul Stockley
Try this method that uses ComputedStyle. I couldn't be bothered to optimize it with deferred binding so it does some runtime checks. static public native String getComputedStyleProperty(Element el, String property) /*-{ if (window['getComputedStyle']) { // W3C DOM method if

Re: Changing CSS for TabPanel

2013-01-22 Thread Marco Cuccato
Solved! 1. Custom styles named as GWT API says (.gwt-TabBar...); 2. Just wrapped the css file to a simple CssResorce, without the custom interface. There is no need to have a method for every style defined in file with this trick. Thanks Il giorno martedì 22 gennaio 2013 12:47:36 UTC+1, Marco

Re: GWT 2.5 changes

2013-01-22 Thread kjordan
FYI it was somehow GWT not liking some annotation emulations I had added for JPA. I didn't need them anymore on the client side and generator issues went away when I took out those modules. On Saturday, January 12, 2013 4:51:10 PM UTC-6, kjordan wrote: For the generator, I'm using

IFrame BlurHandler event target

2013-01-22 Thread kjordan
Is there any way through GWT to get the target of a BlurHandler placed on an IFrame (specifically the one used in the HtmlEditor)? I get the BlurEvent just fine, but getting what it blurred to seems problematic. The getEventTarget() seems to return an EventTarget that is neither a Node nor

Re: Super dev mode - sourcemap not working anymore

2013-01-22 Thread Lyden Nee
Ballpark idea of when 2.5.1 will be released? On Thursday, January 17, 2013 9:07:47 AM UTC-5, Thomas Broyer wrote: On Thursday, January 17, 2013 3:01:43 PM UTC+1, Martones wrote: Hi guys ! My source maps doesn't seem to appear once I compile in SDM - Chrome. Did chrome do some update

New DialogBox underneath the prevous DialogBox!!

2013-01-22 Thread tong123123
According to popuppanel (and so DialogBox) api, A panel that can pop up over other widgets. It overlays the browser's client area (and any previously-created popups). but I found that the new DialogBox is underneath the origin DialogBox, why? for the original dialogbox, I set

Re: new DialogBox is shown behind the old DialogBox

2013-01-22 Thread tong123123
I found the cause of the problem, but now I need to find a method to set the z-index of the glass of the new DialogBox. the old dialogbox has set its z-index. so I make the new dialogbox has z-index larger than the old one. but, the glass associated with the new dialogbox is still behind the old

Re: new DialogBox is shown behind the old DialogBox

2013-01-22 Thread tong123123
solved. use getClassElement(); -- 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/-/h6VFXYx606kJ. To post to this group, send email to

Re: What is the correct way to ignore test classes when compiling GWT and still being able to run GWTTestCases?

2013-01-22 Thread tskardal
The project uses maven and hence its conventions. To be honest, I'm not sure why we have these excludes in our module configuration, but anyway. I ended up adding more specific excludes, to include the TestGWT, but not the other kinds of tests. Didn't know about skip vs exclude! Haven't tried

[gwt-contrib] Re: Update the cell table builder to allow for rendering the cell attribute somewhere other than the... (issue1879803)

2013-01-22 Thread t . broyer
On 2013/01/22 15:46:27, arobison wrote: Removed the new cell table builder and reworked to make the change in AbstractCellTable instead. Removed the isKeyboardSelectable stuff. Can you update the description to match the actual changes? (I must say I'm a bit lost). If it indeed is a fix for

[gwt-contrib] Change in gwt[master]: Emit a warning if (some) incompatible options are used.

2013-01-22 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Emit a warning if (some) incompatible options are used. .. Patch Set 4: (1 comment) File

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles. .. Patch Set 3: Code-Review+1 (1 comment)

[gwt-contrib] Change in gwt[master]: Emit a warning if (some) incompatible options are used.

2013-01-22 Thread Roberto Lublinerman
Hello Brian Slesinsky, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/1760 to look at the new patch set (#5). Change subject: Emit a warning if (some) incompatible options are used.

[gwt-contrib] Change in gwt[master]: Emit a warning if (some) incompatible options are used.

2013-01-22 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Emit a warning if (some) incompatible options are used. .. Patch Set 4: (1 comment) File

[gwt-contrib] Change in gwt[master]: Emit a warning if (some) incompatible options are used.

2013-01-22 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Emit a warning if (some) incompatible options are used. .. Patch Set 5: Code-Review-1 (1 comment) File

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread James Nelson
James Nelson has posted comments on this change. Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles. .. Patch Set 3: Code-Review+1 (4 comments)

[gwt-contrib] Change in gwt[master]: Emit a warning if (some) incompatible options are used.

2013-01-22 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Emit a warning if (some) incompatible options are used. .. Patch Set 5: Code-Review+1 (1 comment) File

Re: [gwt-contrib] Change in gwt[master]: Stop using prefixed API's in AnimationScheduler by default. ...

2013-01-22 Thread Daniel Kurka
Am 21.01.2013 um 06:17 schrieb Brian Slesinsky skybr...@google.com: On Sun, Jan 20, 2013 at 7:35 PM, John A. Tamplin j...@jaet.org wrote: I agree, plus I think if we are going to do this there should be a more global deferred binding property like useExperimentalApis in core. What do

Re: [gwt-contrib] Change in gwt[master]: Stop using prefixed API's in AnimationScheduler by default. ...

2013-01-22 Thread Jens
What do you mean by too harsh? I haven't tested yet, but it seems unlikely that any users would care if we dropped a few frames in a dialog animation in an enterprise app. (Yes, of course gamers would care, but that's a separate audience.) Sorry but if you choose to animate things then

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread John A. Tamplin
John A. Tamplin has posted comments on this change. Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles. .. Patch Set 3: Code-Review+1 (2 comments) LGTM with nits

Re: [gwt-contrib] source maps in chrome

2013-01-22 Thread Daniel Kurka
I can`t seem to get source maps working with Chrome 24. Is it just me or is there still something off? On Friday, November 30, 2012 2:15:31 AM UTC+1, Ray Cromwell wrote: https://gwt-review.googlesource.com/#/c/1300/1 On Wed, Nov 28, 2012 at 11:02 AM, Stephen Haberman

[gwt-contrib] Re: Update the cell table builder to allow for rendering the cell attribute somewhere other than the... (issue1879803)

2013-01-22 Thread goktug
Please also follow tbroyer's suggestion for the change description. Basically idea is to put following as your CL description: ... A one liner description of the change ... ... Add additional longer description in multiple lines(if needed) ... ... Add 'Fixes issue ' as last line (if

[gwt-contrib] Re: Update the cell table builder to allow for rendering the cell attribute somewhere other than the... (issue1879803)

2013-01-22 Thread goktug
(my comments didn't go through before) http://gwt-code-reviews.appspot.com/1879803/diff/5001/user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java File user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java (right):

[gwt-contrib] Re: Update the cell table builder to allow for rendering the cell attribute somewhere other than the... (issue1879803)

2013-01-22 Thread goktug
http://gwt-code-reviews.appspot.com/1879803/diff/6004/user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java File user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java (right):

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread Brian Slesinsky
Hello John A. Tamplin, Roberto Lublinerman, Thomas Broyer, James Nelson, I'd like you to reexamine a change. Please visit https://gwt-review.googlesource.com/1410 to look at the new patch set (#4). Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles.

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles. .. Patch Set 3: (6 comments)

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread James Nelson
James Nelson has posted comments on this change. Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles. .. Patch Set 4: Code-Review+1 -- To view, visit

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles. .. Patch Set 4: Code-Review+1 (1 comment)

[gwt-contrib] Re: Update the cell table builder to allow for rendering the cell attribute somewhere other than the... (issue1879803)

2013-01-22 Thread goktug
LGTM And thanks for the patch. Let's give little bit more time for other reviewers to comment then we can submit it internally. On 2013/01/22 23:05:27, arobison wrote: I originally thought the cell parent way was a little cleaner, but after another look I don't really have any preference

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread John A. Tamplin
John A. Tamplin has posted comments on this change. Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles. .. Patch Set 4: Code-Review+1 -- To view, visit

[gwt-contrib] Change in gwt[master]: Fix an infinite loop in RPC deserialization due to type vari...

2013-01-22 Thread Brian Slesinsky
Brian Slesinsky has abandoned this change. Change subject: Fix an infinite loop in RPC deserialization due to type variable cycles. .. Abandoned Submitted. -- To view, visit https://gwt-review.googlesource.com/1410 To

[gwt-contrib] Change in gwt[master]: Update to use ICU4J 50.1.1

2013-01-22 Thread John A. Tamplin
John A. Tamplin has posted comments on this change. Change subject: Update to use ICU4J 50.1.1 .. Patch Set 2: (1 comment) @Brian - the differences a user would likely see from just this update (not including the shared