Re: Overriding CellTree styles

2012-04-30 Thread Markandayarushi Pamu
Hi Guys, Same way I have overridden, CellTree resource. But I am getting the wierd problem. In my application I am using CellTree in 2 places, in 2 places I have overridden with 2 differnent style names. But If I chnage in css file, changes are applying for the two celltree's.. Plz help me

Re: Overriding CellTree styles

2012-04-30 Thread Thomas Broyer
On Monday, April 30, 2012 9:12:50 AM UTC+2, Markandayarushi Pamu wrote: Hi Guys, Same way I have overridden, CellTree resource. But I am getting the wierd problem. In my application I am using CellTree in 2 places, in 2 places I have overridden with 2 differnent style names. But If

Re: ListDataProvider vs AsyncDataProvider

2012-04-30 Thread tong123123
Sorry, I am not quite understanding your reply. anyway, I found that if my search results return near 10,000 records, the time spent in sql (DAO class) is only 4 seconds, but the time to return to the first line of method onSuccess (RPC call, async callback method, onSuceess method) need about

Re: GWT applications session management

2012-04-30 Thread Adio
Thanks for you reply i will do my best ! On Apr 27, 8:19 am, Gmane xyb...@gmail.com wrote: 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

Re: GWT applications session management

2012-04-30 Thread Adio
Thanks for the reply. On Apr 27, 7:10 pm, Joseph Lust lifeofl...@gmail.com wrote: 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 post to this group, send email to

org.postgresql.util.PSQLException

2012-04-30 Thread Vrushali Patil
Hi, I am getting error when I am trying to connect to Postgresql database from my program. The code I have written is on server side. And I have added postgres.sql.jar in run configurations build path. I am not able to figure out the solution. I have tried using other java classes like

ScrollPanel not raising onScroll Event

2012-04-30 Thread Endovélico
I'm currently adapting the example on the showcase (it's still pretty much equal) and i can't seem to make it raise a Scroll event. Is there any known issue regarding this? info: not using uibinder. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

java.lang.NoSuchMethodError: org.datanucleus.plugin.PluginManager.createPluginManager(

2012-04-30 Thread laxman lingampally
Hi all , please help me . this is the error i am getting: when ever trying to connect mysql database java.lang.NoSuchMethodError: org.datanucleus.plugin.PluginManager.createPluginManager(Ljava/util/ Map;Ljava/lang/ClassLoader;)Lorg/datanucleus/plugin/PluginManager; at

Re: Postgress Connection error

2012-04-30 Thread Ed
Kind of off topic but your postgresql server has security constraints. Postgresql needs to be opened up so the app server can connect to it via inet. Ed On Sun, Apr 29, 2012 at 6:10 PM, Vrushali Patil vrush.iit...@gmail.com wrote: Hi, I am getting error when I am trying to connect to

Re: GWT applications session management

2012-04-30 Thread Harpreet Singh
I am clear on most of it. Can you explain, placing session objects on the Service implementation a little more? On Mon, Apr 30, 2012 at 2:01 PM, Adio fireball...@gmail.com wrote: Thanks for the reply. On Apr 27, 7:10 pm, Joseph Lust lifeofl...@gmail.com wrote: See

private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional);

2012-04-30 Thread laxman lingampally
HI all, please help me. i am trying to create EMF object but it is does't created. private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional); Thanks Regards laxman -- You received this message because you are subscribed to the

Re: How to find that an element is now in view on the screen

2012-04-30 Thread Joseph Lust
There is no built in browser mechanism to achieve this, however you can look at the offsets of the target element and its containing element and deduce it yourself. See this SO post for details:

IE8 is showing script is unresponsive, any known fixes that can be easily applied

2012-04-30 Thread Kishan
Frequently we are getting script is unresponsive in IE8, is any known fixes that can be easily applied. That will be helpful. Thanks, Balakishan -- 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: Firefox 12 release

2012-04-30 Thread Jason Hobbs
I can confirm that Win 7 32bit is working. Thank you! On Thursday, April 26, 2012 8:38:05 PM UTC-4, Alan Leung wrote: http://acleung.com/ff12-win.xpi That should cover all the OS'es. I am going to put together all that and check it in soon. Let me know if you run into problems. -Alan

Re: Firefox 12 release

2012-04-30 Thread Jason Hobbs
Win7 32bit confirmed working. Thank You! On Apr 26, 8:38 pm, Alan Leung acle...@google.com wrote: http://acleung.com/ff12-win.xpi That should cover all the OS'es. I am going to put together all that and check it in soon. Let me know if you run into problems. -Alan --

Re: Google axing GWT?

2012-04-30 Thread Travis Webb
Hey Joe! Funny seeing you here. Obviously Google is making a lot of people nervous, with the following factors at play: 1. the release and promotion of Dart 2. the unusually long time lapse since the 2.4 release 3. the lack of any roadmap #2 and #3 were sort of humorously posted as bugs, but the

Re: GWT Dev plug-in for Firefox 11

2012-04-30 Thread NesHan
Hi... It is not working for FF12 .. (FF12 linux 32 / 64 version) Any solution will be appreciated. On Mar 17, 1:07 pm, Alan Leung acle...@google.com wrote: I had just compiled a FF11 linux 32 / 64 only version here: http://acleung.com/gwt-dev-plugin.xpi -Alan On Fri, Mar 16, 2012 at

Re: GWT portlet issue

2012-04-30 Thread schmarre
Hello I'm facing the same problem. Have you been able to solve the problem? Thanks for any response On Mar 17, 8:04 am, Nitheesh Chandran nithe...@dotentreprise.com wrote: Hello , I used gwt-portlets.jar file to create portlet in GWT. But i got compile time error like compiling module

Tree and cell tree basic ques

2012-04-30 Thread sh_90
Hi, I am new to GWT and would like to know a very basic thing : What is the difference between tree ans cell tree , and in which case is each useful over other ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on

JIT visualization + gwt

2012-04-30 Thread sh_90
Hi, I want to use the jit (javaScript InfoVis toolkit) visualization with GWT. It would be very helpful if someone could provide some pointers or if someone has done something like this before Thanks in advance. -- You received this message because you are subscribed to the Google Groups

dwr + gwt

2012-04-30 Thread sh_90
Hi, Can someone please provide a sample of gwt + dwr integration ?? 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/-/D-HijhAxutoJ. To post

Installing gwt on RAD 7.5

2012-04-30 Thread kmspnr
Hi All, I am new joined to this group, I need to install GWT plugin on rad 7.5 but getting error for mylyn plugin requirement message. So, as explained here i am adding this link to find and install-- software remote site http://download.eclipse.org/releases/helios; but it cannot import the site

RE: Firefox 12 release

2012-04-30 Thread Piergrossi, Mark J
Alan: Just wanted to say thank you man. The plug-in works great. It is a shame that Google couldn't create these in a timely manner. Your effort is greatly appreciated - especially from those of us that have to get real work done. Mark From: google-web-toolkit@googlegroups.com

GWT Mobile App Widgets

2012-04-30 Thread AgitoM
Does anyone know a decent library that contains GWT Widgets for the development of Mobile Apps in GWT? Over the past few days I've been experimenting with gwt-mobile-gui. Though this library is great, it doesn't appear to be working on all browsers. (or at least I can't get it to work on

Re: Firefox 12 release

2012-04-30 Thread Paul Robinson
On 30/04/12 15:23, Piergrossi, Mark J wrote: Alan: Just wanted to say thank you man. The plug-in works great. It is a shame that Google couldn't create these in a timely manner. Your effort is greatly appreciated -- especially from those of us that have to get real work done. Alan is a

Re: Firefox 12 release

2012-04-30 Thread Roger Studner
Agreed… right now the giant issue is Mozilla/Firefox. If Firebug didn't exist, I imagine nobody would use Firefox anymore. It is that simple. Roger On Apr 30, 2012, at 10:37 AM, Paul Robinson wrote: On 30/04/12 15:23, Piergrossi, Mark J wrote: Alan: Just wanted to say thank you man.

Re: Google axing GWT?

2012-04-30 Thread Eric Clayberg (Google)
GWT is not based in ATL and we are definitely not axing it. GWT has been based in Mountain View for most of the past year and that is where all of the GWT 2.5 work that Ray Cromwell references is being done. GWT 2.5 has taken a bit longer to get out than we originally planned, but it also

Re: GWT Mobile App Widgets

2012-04-30 Thread Alfredo Quiroga-Villamil
Mobile web libraries are based on webkit. Firefox is not. Mobile devices use webkit. To test the app you can try to use a webkit based browser such as chrome or safari. So if you are happy with that library I recommend you continue using it and test it as previously mentioned. Regards, Alfredo

Re: Installing gwt on RAD 7.5

2012-04-30 Thread Adolfo Panizo Touzon
Yes, it's possible. I had problems too. I've solved by going to *windowsPreferencesInstall/UpdateAvailable Software Sites* and clicking in *Eclipse Helios 3.6* and *Helios Milestone Repository*. The exactly path that you have to use is: http://dl.google.com/eclipse/plugin/3.6 PD. The rest of my

Re: Google axing GWT?

2012-04-30 Thread Eric Clayberg (Google)
The Dart project is also not based in ATL and most definitely is not being cut in any way, shape or form. It continues to do extremely well and is on track for a major release later this year. On Thursday, April 26, 2012 1:34:31 PM UTC-4, dka...@gmail.com wrote: Yes I am aware of this. There

Re: Parser xml on server

2012-04-30 Thread Magallo
Hi all, I have a similar problem. If I wanted to share a class that has a method 'loadXmlString(String xml)' and I wanted to use it sometims client side, sometimwes server side, how could I do? I see that client side this works using com.google.gwt.xml.client.* classes, but when I try to

Re: Firefox 12 release

2012-04-30 Thread Mark Piergrossi
Roger: I agree with the opinion that excessive FireFox releases are hard to keep up with. Our FireFox constraint is due to customer demand. All of our large telecommunication customers standardize on FireFox through out their company for it's stability (the majority also run Windows clients).

Re: GWT Dev plug-in for Firefox 11

2012-04-30 Thread Alan Leung
What is not working? Can you be more specific? Did you install any of the .xpi in the other thread: https://groups.google.com/forum/#!topic/google-web-toolkit/7OR5LM1POzI -Alan On Sun, Apr 29, 2012 at 9:30 AM, NesHan nesimi.ha...@gmail.com wrote: Hi... It is not working for FF12 .. (FF12

Re: Installing gwt on RAD 7.5

2012-04-30 Thread Pinar Ozlen
Hi, Many Thanks for your reply, I tried that option like this site offers http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14587966 but i dont have *Available Software Sites* option under the * windowsPreferencesInstall/Update* * * *did you exprienced this problem?* * * 2012/4/30

Editors and automatic object updates/change propagation.

2012-04-30 Thread Mike
It appears that the GWT Editor framework only supports explicitly pushing updates to the object being edited by calling the driver's flush() method. However, I want to validate properties as they are changed. Thus in the case of a data-bound form, I'd like to validate a property as soon as the

Re: GWT Mobile App Widgets

2012-04-30 Thread AgitoM
Well the app runs fine on iPhone Safari, Google Chrome, and the Android Default Browser. However the app does not work on Firefox and Opera installations on the Android platform, so that could be a problem. So still hope someone can make a suggestion. On Apr 30, 10:53 pm, Alfredo Quiroga-Villamil

Re: GWT Mobile App Widgets

2012-04-30 Thread emurmur
I did a little research a while back. Here are my notes; m-gwt http://code.google.com/p/mgwt/ Set of mobile widgets and transitions for GWT. The widgets are quite good and work on desktop, tablet and phones. My Android 3.1 tablet has trouble with the history, but that is a small problem. The

Re: Google axing GWT?

2012-04-30 Thread Raja Khan
Thanks Eric for taking the time to address... On Mon, Apr 30, 2012 at 10:54 AM, Eric Clayberg (Google) clayb...@google.com wrote: The Dart project is also not based in ATL and most definitely is not being cut in any way, shape or form. It continues to do extremely well and is on track for a

Re: GWT Mobile App Widgets

2012-04-30 Thread Alfredo Quiroga-Villamil
Yes, if you are trying to cover that case, then you must absolutely find a mobile library that can potentially support any of the installable browsers in mobile devices. The important case to always keep in mind I would say is over engineering. Unless it's a requirement from the client, I would

Re: Firefox 12 release

2012-04-30 Thread Dimitrijević Ivan
Win 7 64bit checked by my. Works fine On Monday, April 30, 2012 6:01:26 PM UTC+2, Mark Piergrossi wrote: Roger: I agree with the opinion that excessive FireFox releases are hard to keep up with. Our FireFox constraint is due to customer demand. All of our large telecommunication customers

Re: GWT Mobile App Widgets

2012-04-30 Thread Daniel Kurka
if you are interested in mgwt there is a very friendly user group for the framework: http://groups.google.com/group/mgwt mgwt pays a lot of attention to do things in a GWT way, which brings big advantages to mobile device development. take a look for yourself at http://www.m-gwt.com On 30

Re: RequestFactory and Value Proxy for Objectify Key problem

2012-04-30 Thread Peter Leong
For anyone else that passes this way looking for the cause of the *AssertionError: Incorrect size: 2* in *AutoBeanCodexImpl$CoderCreator.getCoder()*... I had an AutoBean with an *ArrayList*AnotherAutoBean. I changed it to be just *List*AnotherAutoBean and it fixed the problem. Cheers, Pete

GWT Serialization error with HTML String content

2012-04-30 Thread dhoffer
Using GWT 2.4. I'm trying to track down the root cause of this...not sure if I'm doing something wrong or this is a bug someplace. 30 Apr 2012 13:54:48,953 ERROR AtmosphereHandler []: Failed to deserialize message com.google.gwt.user.client.rpc.SerializationException: Too few tokens in RPC

How to unit test GWT serialization?

2012-04-30 Thread dhoffer
I'd like to write a unit test to test GWT serialization, any pointers on how to setup a unit test that would allow me to pass a variety of data structures from the client to the server and compare results? Is this even possible? -- You received this message because you are subscribed to the

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

2012-04-30 Thread Rajeev Dayal
Thanks, Thomas. I'll take a look and see what's going on in our environment. I wonder if it's an order-of-execution failure (implying that there's statefulness between test runs that's not getting cleared). On Sun Apr 29 07:17:38 GMT-400 2012, t.bro...@gmail.com wrote: On 2012/04/29 10:42:26,

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

2012-04-30 Thread Freeland Abbott
Depending on which targets are failing, we also run with FF3, which Thomas most likely doesn't On Mon Apr 30 11:10:32 GMT-400 2012, Rajeev Dayal rda...@google.com wrote: Thanks, Thomas. I'll take a look and see what's going on in our environment. I wonder if it's an order-of-execution

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

2012-04-30 Thread Rajeev Dayal
Ah, thanks - though it's interesting that there'd be a browser-specific failure in response to this type of change. Thanks for pointing out the difference though; I'll double-check. On Mon Apr 30 13:22:34 GMT-400 2012, Freeland Abbott fabb...@google.com wrote: Depending on which targets are

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

2012-04-30 Thread Freeland Abbott
Not saying there is, only that you should include it in the list of possibilities. I sounds like Broyer only tested against HTMLUnit, and if you're doing the normal things, you'll have also tested with a real browser. On Mon Apr 30 13:49:50 GMT-400 2012, Rajeev Dayal rda...@google.com wrote: