Re: how to make DataGrid column heading looks like swing table heading

2012-05-04 Thread ashwin.desi...@gmail.com
Daya, you can customize the style of the DataGrid by overriding the CSS properties? Did you try that. Regards Ashwin On Fri, May 4, 2012 at 11:28 AM, Dayananda B V dayanand...@gmail.comwrote: please help on this regard On May 3, 11:57 am, Dayananda B V dayanand...@gmail.com wrote: Hi all,

Re: GWT 2.4.0, class-level bean validations

2012-05-04 Thread Thomas Broyer
On Thursday, May 3, 2012 7:14:24 PM UTC+2, W Marsh wrote: Hi all. I've marked an Editor up with HasEditorErrorsSomeEntity so that it can receive custom, class-level validations and report the errors appropriately. I'm probably doing this wrong, because I don't get the class-level errors

Re: GWT 2.4.0, class-level bean validations

2012-05-04 Thread Wayne Marsh
On Friday, 4 May 2012 09:21:08 UTC+1, Thomas Broyer wrote: On Thursday, May 3, 2012 7:14:24 PM UTC+2, W Marsh wrote: Hi all. I've marked an Editor up with HasEditorErrorsSomeEntity so that it can receive custom, class-level validations and report the errors appropriately. I'm probably

OPEN Flash Chart

2012-05-04 Thread alaa aadil
hello, i'm new to Google Web toolkit and i want to draw a pie chart with OFCchart , please if womeone have a project exemple or web site that this Chart is expliquated . thanks , -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: OPEN Flash Chart

2012-05-04 Thread Alain Ekambi
Have u looked at this ? http://code.google.com/p/ofcgwt/ 2012/5/4 alaa aadil aadila...@gmail.com hello, i'm new to Google Web toolkit and i want to draw a pie chart with OFCchart , please if womeone have a project exemple or web site that this Chart is expliquated . thanks , -- You

Re: OPEN Flash Chart

2012-05-04 Thread alaa aadil
thanks , i compile this project and i did not change anything , but i get this error , i do not know why is not working : Loading modules com.rednels.ofcgwt.OFCGWT [ERROR] Property 'user.agent' not found [ERROR] Failure while parsing XML

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

2012-05-04 Thread thumky
After evaluating many different technologies, i'm starting an ambitious project with GWT for our company. Even knowing what i know about the uncertainty of its future, i'm still choosing it. Because nothing really comes close in terms of high performing enterprise web app development. I'd hope

Cannot stop Locale permutations

2012-05-04 Thread Larry Strickland
I have a project I added gwt-cal to. All of a sudden, compilation generates 66 permutations. So I added the following lines to my module.gwt.xml file to try to stop locale compilation (I only need English). extend-property name='locale' values='en'/ set-property-fallback name='locale'

Re: Issue on OS X 10.7 java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference

2012-05-04 Thread rickyw
I have seen the same error. I am running Windows, but apparently there was another CompilerOptions class that was conflicting with the class in gwt-dev. I moved gwt-dev higher on the classpath in my eclipse launch configuration so that it would find the gwt-dev CompilerOptions class first, and

GWT Client connected to remote rest service - where can I store the location of the rest service so the client can access it?

2012-05-04 Thread ropo
I have a simple client which makes a direct call to a rest service e.g. calls to http://mydomainname/... It does not use a servlet I want to be able to store the http://mydomainname in a config file so that my gwt client can read it and form an url that points to my rest service. (not every site

Is it possible to find widget on DOM and call it's jsobject java nonstatic method

2012-05-04 Thread Alexander Kozyncev
General Aim: find widget's javascript object and call it's exported java method Tried: gwt-2.4.0 (with and without gwt-exporter 2.3.0) Description: To find gwt's widget on DOM in Java Applet code and call it's java method(non static) precode JSObject win = JSObject.getWindow(this); JSObject doc

RF: error.getExceptionType() returns null in Receiver#onFailure

2012-05-04 Thread Gilad Egozi
*Hello* * * *In the server side i have:* public void throwException() throws Exception { throw new NullPointerException(fslkdjflks); } *in the client side i have:* _requestFactory.myService().throwException().fire(new ReceiverVoid() { @Override public void onSuccess(Void response) { // TODO

GWT 2.4 editor framework ui for create weak one2many relation

2012-05-04 Thread Human izatara
I want to create a ui for creating an entity which has a weak one to many relation with another entity using GWT 2.4 editor framework, but I can't find a sample for doing this. I try to use spring roo for generating such ui and change Pet clinic sample roo script to generate GWT code. but

java.lang.IllegalArgumentException: Attempting to edit an EntityProxy previously edited by another RequestContext in gwt

2012-05-04 Thread lucky
I´m using GWT RequestFactory and want to transport client-side parameters in a service. The parameters should be created on the client, because they aren´t part of the domain model and won´t be stored in the database. so i have created one valueProxy with getters and setters with paramater

rerading gwt designer plugins for netbeans 6.9

2012-05-04 Thread sanjay kumar
Hii can any body tell me where i found gwt designer plugins for netbeans 6.9 -- 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

MouseWheelEvent does not fire on GWT FocusPanel, if FocusPanel is on GWT PopupPanel (only in Chrome and Safari). Help me, please!

2012-05-04 Thread Sprinter
Here's the code: public class MyEntryPoint implements EntryPoint { PopupPanel popupPanel = new PopupPanel(false,true); FocusPanel focusPanel = new FocusPanel(); VerticalPanel popupContent = new VerticalPanel(); public void onModuleLoad() {

Re: GWT Designer Not Visiible in IDE

2012-05-04 Thread Patrick May
Is there an updated tutorial that shows this behavior? The StockWatcher tutorial says that it's possible to open the designer on an EntryPoint class. Thanks, Patrick On Wednesday, February 15, 2012 3:58:40 AM UTC-5, Nitheesh Chandran wrote: Hi, You cant open your entry point class

Re: GWT Designer Not Visiible in IDE

2012-05-04 Thread Eric Clayberg (Google)
Non-UiBinder EntryPoint files can definitely be opened in GWT Designer. The StockWatcher tutorial expects you to be using the full version of GWT Designer and to use its wizard to create the project. If you are creating a UiBinder-based UI, you need to open the UiBinder file, not the Java

Re: MouseWheelEvent does not fire on GWT FocusPanel, if FocusPanel is on GWT PopupPanel (only in Chrome and Safari). Help me, please!

2012-05-04 Thread Jens
Seems be similar to issues: http://code.google.com/p/google-web-toolkit/issues/detail?id=7349 http://code.google.com/p/google-web-toolkit/issues/detail?id=6704 Try the workaround mentioned in these issues. -- J. Am Freitag, 4. Mai 2012 08:36:07 UTC+2 schrieb Sprinter: Here's the code:

Re: java.lang.IllegalArgumentException: Attempting to edit an EntityProxy previously edited by another RequestContext in gwt

2012-05-04 Thread kjordan
What line is actually causing the exception? Are you trying to pass the created aaaProxy into the persist method of another RequestContext? If so, just list aaaProxy in @ExtraTypes in your other RequestContext and create it through that. Another option is to use append on the RequestContexts

Re: GWT FormPanel does not submit the session

2012-05-04 Thread Carlos
I have found my error. It fails in development mode in local and not when I deploy it in GAE. My fault was that when create the url to the blobservice ( blobstoreService.createUploadUrl(/upload)) it returns a url like this: http://*my_host_name*:/_ah/key_to_blob and it should return

Re: help : hibernate+gwt

2012-05-04 Thread vasu
Look at the sample I created for MVP and request factory on google code http://code.google.com/p/mvp-test/ . It doesn't use Hibernet but it shouldn't be much different than what is there in sample. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Menu Button in GWT

2012-05-04 Thread Magallo
I would like to do the same. Have you found a way? Could you possibly share it to us? On Friday, January 13, 2012 9:35:45 AM UTC+1, Markandayarushi Pamu wrote: Hi All, I want to develop the MenuButton in GWT. On click of the button I need to open the popup (like options menu) onselect

Anyone using gwt-rpc over websockets?

2012-05-04 Thread Gal Dolber
Found http://code.google.com/p/gwt-websocketrpc/ and https://github.com/Atmosphere/atmosphere The first one only works with jetty and atmosphere looks good but I was only able to get working long pull, no websockets. Anyone had better luck? -- Guit: beautiful gwt applications

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

2012-05-04 Thread emurmur
I've decided to go with GWT as well. It's mature and solid. It integrates really well javascript and there are many important related projects (like PhoneGap integration). Ray's comments regarding ongoing efforts have been very helpful. I'm particularly anxious to try out Elemental. I've been

Re: OPEN Flash Chart

2012-05-04 Thread Joseph Lust
I would not recommend OFC. The project is ostensibly dead. I used it extensively in my own site http://www.runpartner.com for charting, and found it a pain. I just finished removing all of it so that the site is iPad friendly. - OFC has not been updated since

Help :java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve)

2012-05-04 Thread laxman lingampally
Hi all, please help me out, asap. i got this exception when ever i am trying to connect SQL Server using GWT RequestFactory. Exception: java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve) thnaks in advance. Thanks Regards Laxman

Re: Help :java.security.AccessControlException: access denied (java.net.SocketPermission localhost:1433 connect,resolve)

2012-05-04 Thread Jens
Do you use Google AppEngine? Opening sockets is not allowed in AppEngine's Sandbox, see: https://developers.google.com/appengine/docs/java/runtime#The_Sandbox -- J. Am Freitag, 4. Mai 2012 19:25:02 UTC+2 schrieb laxman lingampally: Hi all, please help me out, asap. i got this exception

Which value is returned by Element.getStyle() getProperty() ?

2012-05-04 Thread yves
Hello All, My question seems trivial : what is the contract of Element.getStyle() getProperty() ? Of course the question relies on the GWT implementation, which is in Style.java : private native String getPropertyImpl(String name) /*-{ return this[name]; }-*/; Thus what is the javascript

Re: Which value is returned by Element.getStyle() getProperty() ?

2012-05-04 Thread Chris Price
I'd recommend starting here https://developer.mozilla.org/en/DOM/element.style On 4 May 2012 19:30, yves yves.ko...@gmail.com wrote: Hello All, My question seems trivial : what is the contract of Element.getStyle() getProperty() ? Of course the question relies on the GWT implementation,

How to edit EntityBean or unfreeze EntityBean without edit function.

2012-05-04 Thread chris
My goal is to edit an Entity bean, convert it to json and put it in the url bar for the next place. This is how I planned to send arguments to my next activity. I was hoping to use the AutoBeanCodex.encode(messageBean).getPayload() functionality because it really works well and is the most

Re: Which value is returned by Element.getStyle() getProperty() ?

2012-05-04 Thread yves
Thanks for this interesting link! I found, among others, 2 complementary answers: - element.style.getPropertyValue(styleName) gives the value defined in the style attribute of the element, as coded in the html file. - window.getComputedStyle(element, null).getPropertyValue(styleName) gives the

Re: Starting Jetty on port 8888 [WARN] failed org.mortbay.jetty.nio.SelectChannelConnector.....!!!!!

2012-05-04 Thread Ashwin Desikan
This can happen if u don't have the correct Jdk. Do u have multiple jdk's in path? Also check the version being used by jetty Sent from my iPhone On May 4, 2012, at 11:20 PM, laxman lingampally lingampall.lax...@gmail.com wrote: Hi all, please help me out , i am trying run my gwt

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

2012-05-04 Thread james . horsley
The latest patch should incorporate all relevant feedback. Including adding suggested tests and fixing where things when the tests failed. On 2012/05/03 00:10:56, t.broyer wrote:

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

2012-05-04 Thread james . horsley
Will follow shortly with a patch taking into account the following feedback but wanted to get yours and Rajeev's feedback on some points before fixing others. On 2012/05/02 13:59:05, t.broyer wrote: Adding Rajeev as a reviewer.

[gwt-contrib] Re: Patch for http://code.google.com/p/google-web-toolkit/issues/detail?id=6704 (issue1684803)

2012-05-04 Thread jens . nehlmeier
On 2012/05/04 01:47:09, jlabanca wrote: On 2012/04/13 00:38:13, Jim Douglas wrote: LGTM Thanks for the patch, I'll submit it tomorrow. In the groups discussion for issue #7349 someone has done the exact same changes to try to fix #7349 but said it had caused some issues with click

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread rdayal
Was debating whether this one should go in for GWT 2.5, but my inclination is to skip it. Please let me know if anyone feels strongly about this. http://gwt-code-reviews.appspot.com/1380807/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fixing a Chrome animation bug where animations never stop running. The timestamp that webkitReq... (issue1702803)

2012-05-04 Thread jlabanca
Reviewers: rdayal, Description: Fixing a Chrome animation bug where animations never stop running. The timestamp that webkitRequestAnimationFrame passes to the callback is not the number of milliseconds since the epoch, which is what the spec calls for and what Chrome used to pass. Instead of

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread John Tamplin
On Fri, May 4, 2012 at 12:15 PM, rda...@google.com wrote: Was debating whether this one should go in for GWT 2.5, but my inclination is to skip it. Please let me know if anyone feels strongly about this.

[gwt-contrib] Re: Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread Rajeev Dayal
HA! If it's important enough, we should land it, but my impression is that it isn't - so maybe it should die a quiet death. On Fri May 04 14:13:42 GMT-400 2012, John Tamplin j...@google.com wrote: On Fri, May 4, 2012 at 12:15 PM, rda...@google.com wrote: Was debating whether this one

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread stephen . haberman
If it's important enough, we should land it, but my impression is that it isn't It is the 7th-ranked bug in the issue tracker (by number of stars). But, as John said, it's had 5 years to get all those votes. http://gwt-code-reviews.appspot.com/1380807/ --

[gwt-contrib] Re: Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread Rajeev Dayal
Hey Stephen, Thanks for the info. So we should probably try and land it. From my quick summary of the comment thread, it looks like there's disagreement on the implementation. Can you or John save me some time and fill me in on the history? Rajeev On Fri May 04 14:24:11 GMT-400 2012,

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread stephen . haberman
it looks like there's disagreement on the implementation My recollection is that zhuyi's original patch used a static variable to store the do we serialize final fields or not state. However, the variable is a per-module configuration, so putting it as static could have lead to non-determinism

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread John Tamplin
On Fri, May 4, 2012 at 2:44 PM, stephen.haber...@gmail.com wrote: it looks like there's disagreement on the implementation My recollection is that zhuyi's original patch used a static variable to store the do we serialize final fields or not state. However, the variable is a per-module

[gwt-contrib] Re: Serialization of Final Fields in RPC (issue1380807)

2012-05-04 Thread stephen . haberman
(and perhaps needing more tests, but I don't remember when that was relative to later development). Yeah, seems like that may have initially been the case, but by the time I got involved, I think he had some good tests in place. I see a number of FinalFieldsXxxTest in the review that I remember

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

2012-05-04 Thread t . broyer
On 2012/05/04 22:05:23, rdayal wrote: Ok, more information - I'm only getting the failure when I run the entire RequestFactorySuite. Still digging, but can you tell me if you see a failure if you run the entire suite? Reproduced :-( I also have a timeout in

[gwt-contrib] Re: Fixing a Chrome animation bug where animations never stop running. The timestamp that webkitReq... (issue1702803)

2012-05-04 Thread t . broyer
Related: http://code.google.com/p/google-web-toolkit/issues/detail?id=7352 http://code.google.com/p/google-web-toolkit/issues/detail?id=7346 But it only happened in 20.0.1123.1 (and 20.0.1123.2 on Linux), it's no longer reproducible in 20.0.123.4. http://gwt-code-reviews.appspot.com/1702803/

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

2012-05-04 Thread t . broyer
OK, found it: the issue in EditorTest is that the SimpleBar that the setUserName is applied to and the one in the SimpleFoo's barField are not the same instances! The instances are initialized in response to the finishTestAndReset call from RequestBatcherTest, which explains the differing

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

2012-05-04 Thread t . broyer
I regularly (if not always) have a timeout in RequestFactorytest#testChangedEdit, so we might have to bump DELAY_TEST_FINISH (or refactory the test), but otherwise everything's OK (running RequestFactorySuite in Eclipse) with patch-set #7. http://gwt-code-reviews.appspot.com/1601806/ --