How could I overwrite padding margin properties in standard.css style?

2010-12-09 Thread vkrejcirik
I use Standard GWT style, so my buttons have .gwt-Buttons style. I create my css file, where I add for example this: .gwt-Button-activeJob { padding: 0.2em; margin-top: 1.5em; margin-right: 0.2em; margin-left: 0.3em; margin-bottom: 0.3em;

Re: How could I overwrite padding margin properties in standard.css style?

2010-12-09 Thread dominic jansen
hey, you can try it this way: cancelButton.setStylePrimaryName(activeJob); this will override all properties of the standard.css with you own styles. best dom 2010/12/9 vkrejcirik vkrejci...@gmail.com: I use Standard GWT style, so my buttons have .gwt-Buttons style. I create my css file,

Re: How could I overwrite padding margin properties in standard.css style?

2010-12-09 Thread vkrejcirik
Yes, I tried this solution yet. When I set primaryName, it overwrite all properties. I would like to leave all properties except padding and margin. On 9 pro, 09:23, dominic jansen dom.jan...@googlemail.com wrote: hey, you can try it this way: cancelButton.setStylePrimaryName(activeJob);

How to get id of the new inserted row, issued by RequestFactory persist()

2010-12-09 Thread haimke
I am using RequestFactory. I create new instance of a proxy: EmployeeProxy newEmployee = request.create(EmployeeProxy.class); Then I do persist: request.persist().using(newEmployee).fire() * How do I get the DATABASE new created ID of newEmployee ? * How do I read

import cannot be resolved

2010-12-09 Thread Shiv shankar
HI Every one can anybody tell me in detail how to fix this issue import com.google cannot be resolved. working in Eclipse SDK Version: 3.6.1. Saw in trouble shooting column of GWT Documentation, in that they told add a source tag in .gwt.xml file, depending on that in my project package in

Re: How could I overwrite padding margin properties in standard.css style?

2010-12-09 Thread vkrejcirik
I could copy .gwt-Button definition from standard.css into my css file, but I think there must be another more elegant way. On 9 pro, 09:30, vkrejcirik vkrejci...@gmail.com wrote: Yes, I tried this solution yet. When I set primaryName, it overwrite all properties. I would like to leave all

some of the CSS of my project are not working in firefox higher versions

2010-12-09 Thread sam
I Developed a project for marketing.it was deployed into weblogic server .Everthing is working fine is IE all versions But CSS are not working in firefox3.5 versions. Please suggest me what i have to do to make it work in firefox versions. Thanks in advance. -- You received this message because

Re: some of the CSS of my project are not working in firefox higher versions

2010-12-09 Thread haimke
try to add !important; example: p { color: #ff !important; } On Dec 9, 11:07 am, sam syambabu...@gmail.com wrote: I Developed a project for marketing.it was deployed into weblogic server .Everthing is working fine is IE all versions But CSS are not working in firefox3.5 versions.

Re: How could I overwrite padding margin properties in standard.css style?

2010-12-09 Thread haimke
try to use css keyword: !important example: #main { width:600px !important; width:800px; } On Dec 9, 10:03 am, vkrejcirik vkrejci...@gmail.com wrote: I use Standard GWT style, so my buttons have .gwt-Buttons style. I create my css file, where I add for example this:

EclipseLink and Jetty

2010-12-09 Thread P.G.Taboada
Hi, anyone succeeded to run EclipseLink JPA with the embeded Jetty? brgds, Papick -- 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-tool...@googlegroups.com. To unsubscribe from this group,

Re: Strange bug: Uncaught TypeError: Cannot set property '__gwt_getProperty' of undefined

2010-12-09 Thread Thomas Broyer
See http://code.google.com/p/google-web-toolkit/issues/detail?id=4003 As a workaround, in your case, you could give your module a name that's less likely to conflict with what these non-programmers could do. -- You received this message because you are subscribed to the Google Groups Google

Re: How could I overwrite padding margin properties in standard.css style?

2010-12-09 Thread vkrejcirik
It doesn't work. I think, that first is set standard.css style then my style. But thanks for reply. On 9 pro, 10:28, haimke haim.schind...@gmail.com wrote: try to use css keyword:  !important example: #main {    width:600px !important;    width:800px; } On Dec 9, 10:03 am, vkrejcirik

Re: ListEditor is there a way to edit a generic type?

2010-12-09 Thread DaveC
Thanks for the reply rjcarr but, perhaps I didn't ask the right question... given the following ListEditor bits: interface ListEditorDriver extends SimpleBeanEditorDriverListAbstractAnimal, ListEditorAbstractAnimal, AbstractAnimalkEditor {} private ListEditorAbstractAnimal, AbstractAnimalEditor

Re: EclipseLink and Jetty

2010-12-09 Thread P.G.Taboada
To be more specific: I am trying to add the required VM parameter for load time weaving, but the VM parameter is not saved. Using an external launch config file in eclipse does not work either. brgds, Papick On 9 Dez., 10:31, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, anyone succeeded

Re: GWT and Internet Explorer

2010-12-09 Thread l.denardo
Also, if the page loads but is completely blank in IE, check that you don't have comments before the !DOCTYPE ... declaration. This is a very annoying bug in IE many people (including myself) got stuck into. Regards Lorenzo On Dec 9, 8:35 am, rjcarr rjc...@gmail.com wrote: The GWT will compile

Re: How could I overwrite padding margin properties in standard.css style?

2010-12-09 Thread vkrejcirik
It's interesting, that I run app in dev mode, it works fine. When I make war and deploy it into Tomcat server it use default css style for these buttons and ignore my .gwt-Button-activeJob definition. By other widgets, I use setStyleName method and it works fine. On 9 pro, 10:39, vkrejcirik

Re: How to add multiple markers out of Array

2010-12-09 Thread Jan
Hi, In my Array of Lists are the Points (LatLng Objects) saved, from which I need the first point of every List to create may marker. My markers are saved in the array shipMarkers of type Marker, which is defined globaly. On 9 Dez., 08:50, rjcarr rjc...@gmail.com wrote: I haven't looked too

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Filipe Sousa
On Wednesday, December 8, 2010 6:47:35 PM UTC, Peter Ondruska wrote: http://googlewebtoolkit.blogspot.com/2010/12/announcing-chrome-developer-plugin.html It's not working on Fedora 14 32/64 bit using chromium 8.0.560.0. I'm always getting Development Mode requires the Google Web Toolkit Developer

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread dilbert
Does not work on chromium 9.0.598.0 (openSuse 11.3). The app keeps going to the missing plugin page. Also it would be nice if the plugin could somehow turn off the Page unresponsive popups in Chrome. On Dec 9, 1:10 pm, Filipe Sousa nat...@gmail.com wrote: On Wednesday, December 8, 2010 6:47:35

Re: How to add multiple markers out of Array

2010-12-09 Thread Eric Ayers
This is a common problem, so I just updated the FAQ for gwt-google-apis. http://code.google.com/p/gwt-google-apis/wiki/MapsFAQ#Why_does_my_app_throw_an_exception_in_Map.addOverlay()_when_addi On Thu, Dec 9, 2010 at 6:00 AM, Jan jan.widm...@gmx.ch wrote: Hi, In my Array of Lists are the

Re: How to use CellTable's LoadingState?

2010-12-09 Thread John LaBanca
Its package protected for now until we have time to think through and formalize the API, which probably won't happen until after GWT 2.2. Sometimes we add new features as package protected so that we can make breaking API changes later without actually breaking anyone's code (because users

Joseph Favara/HQ/Corp/OAI is out of the office.

2010-12-09 Thread Joseph . Favara
I will be out of the office starting 12/09/2010 and will not return until 12/13/2010. I will respond to your message when I return. If this is urgnet please contact Narayanan Pillai at 105986 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Fire a button click event programmatically

2010-12-09 Thread zhong
It works with button.click() Thanks a lot! On Dec 9, 1:17 am, Jim Douglas jdou...@basis.com wrote: The GWT Button Widget is actually an HTML button object; it exposes button.click(): http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g...() But GWT CustomButtons

Re: Passing information back to main page from Window()

2010-12-09 Thread Ross McKinnon
HI there, the window is essentially a popup window created using the Window() class, so is not a separate browser window. Currently I only have the results stored in an ArrayList but i want to pass it back to my class that contains all the main page components? On Dec 9, 7:47 am, rjcarr

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Brian Reilly
Great that this support has been added. Disappointing that, at least on Mac OS X (10.5), everything takes about twice as long as in Safari or Firefox. -Brian On Wed, Dec 8, 2010 at 1:47 PM, Peter Ondruska peter.ondru...@gmail.com wrote:

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Kenneth Jacker
Thanks for the new Google Chrome GWT plugin for Linux. Of course, I want to use it! I have looked (almost, apparently) everywhere, but cannot find a way to change the GWT devmode default browser from Firefox to Chrome. I've changed Eclipe's General/Web Browser preference to Chrome, but that

Re: GWT + MySQL

2010-12-09 Thread Greg Dougherty
Here's the important part of your bug: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.mysql.jdbc.exceptions.jdbc4.CommunicationsException' was not included in the set of types which can be serialized by this SerializationPolicy or

gwt-traction 1.1 with UTCDateBox and RawHistory

2010-12-09 Thread Andy
I just posted gwt-traction 1.1 to http://code.google.com/p/gwt-traction/ It adds a UTCDateBox control that wraps a DateBox and normalizes dates to midnight in UTC. We were using the DateBox to allow users to specify a due date and found that we had different times based on the time zone of the

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Andreas Horst
Your SYSTEM's default browser is used. AFAIK this has nothing to do with Eclipse and/or GWT. Regards, Andreas 2010/12/9 Kenneth Jacker khjac...@gmail.com Thanks for the new Google Chrome GWT plugin for Linux. Of course, I want to use it! I have looked (almost, apparently) everywhere, but

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-12-09 Thread PeteUK
On Dec 8, 11:19 am, Rocky rocky...@gmail.com wrote: I have found a workaround on StackOverflow. It might've been my message that I posted here: http://stackoverflow.com/questions/4314870/gwt-webappcreator-creating-a-maven-project-the-source-attachment-does-not-contai I got a response from it.

multiple emails being sent

2010-12-09 Thread pieceovcake
When sending 1 email using GAE, it sends in error 5 additional emails. Anyone else experiencing this problem? -- 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-tool...@googlegroups.com. To

Sort on Column in CellTable

2010-12-09 Thread Greg Dougherty
My users would like to be able to sort my CellTable by clicking on a Column title. Is there an existing GWT widget for putting a downward or upward pointing triangle in a CellTable Column title? For that matter, what do I have to do to get a mouse click IN a Column title? Thanks, Greg -- You

Re: webappcreator with -maven and Eclipse: output directories don't match

2010-12-09 Thread PeteUK
On Dec 8, 11:21 am, Rocky rocky...@gmail.com wrote: I have found a workaround on StackOverflow. Go take a look at GWT issue report, and star it please! http://code.google.com/p/google-web-toolkit/issues/detail?id=4853 Rade Starred! I'm glad to have got an explanation for the behaviour from

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Chris Conroy
If you run using the Eclipse Development mode: launch devmode, right click on the url, 'Open With' - 'Add a Browser' For those that are having installation issues: - Launch your browser from a terminal and capture the log. - Let us know what you see for the plugin under chrome://extensions

Re: Sort on Column in CellTable

2010-12-09 Thread Thomas Broyer
Have a look at the Expenses sample, all the code you're looking for is available there. -- 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-tool...@googlegroups.com. To unsubscribe from this

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Kenneth Jacker
On Dec 9, 11:20 am, Chris Conroy wrote: If you run using the Eclipse Development mode: launch devmode, right click on the url, 'Open With' - 'Add a Browser' [ Ubuntu 10.04, Eclipse Helios, latest plugins ... ] Hmmm ... maybe I have misunderstood ... I startup my app with Run As../GWT

Re: WEB SERVICES

2010-12-09 Thread nacho
Yes, but i can't remember all the step that i followed. Take a look to this, it is similar in some way to your needs http://stackoverflow.com/questions/2629297/is-it-possible-to-debug-gwt-client-code-on-a-remote-server-using-intellij-9-commu The first step is the different one, where you must

Re: Internal compiler error when upgrading vom 2.0.4 to 2.1.0.RC1

2010-12-09 Thread skrat
Awesome! Saved my ass too, thanks a ton On Oct 20, 3:45 pm, wolfgang wor@gmail.com wrote: solved the problem. I changed the order in java build path (order and export), so that GWT SDK is now on Top. everything compiles without exception. On 15 Okt., 12:02, wolfgang wor@gmail.com

Adding verification to the remote service life cycle

2010-12-09 Thread jMotta
Hi everyone, Basically i want to check if the user that made the request is or isn't logged in, and i want to do this in a non-intrusive way like extending somekind of AuthenticateRemoteService, and if the user isn't authenticated then there is no need to continue with the request it can simple

java.lang.InterruptedException

2010-12-09 Thread humanoid_drone
Hello all, I'm running GWT v2.0.4 (Eclipse plugin). My GWT application makes a number of calls to a databade implementation class, which in turn retrieves connections from a connection pool (DBCP provided by the Apacahe Commons project). The GWT application was working fine before my upgrade to

GWT in RAD with websphere

2010-12-09 Thread Ralf
Hi, When setting up a EJB application in RAD v7 one can create an WAR and EAR project that are related. Adding the EAR to Websphere 7 in RAD using wizard you get automatic deployment to the server of anything you do in the WAR project. This makes it very quick to develop small applications. Can

New Google groups in GWT

2010-12-09 Thread Chema Molins
I've seen this announcement in HackerNews: Preview the new Google Groups Redesignhttps://groups.google.com/forum/?fromgroups#topic/googlegroups-announce/RWtHlHrWieU The page source tells everything, it is build using GWT. Good to know. -- You received this message because you are subscribed

Using J2SE classes inside GWT client module

2010-12-09 Thread dato.java
Using J2SE classes inside GWT client module Posted: Dec 9, 2010 7:32 AM Reply Hello , I am developing little web application using GWT 2.1 in my Application class where i override onModuleLoad() have the following code: public void onModuleLoad() { Button b =

Run one test in GWT source

2010-12-09 Thread cthrax
Is there a flag from the build.xml I can use to run just one test, or an easy way to get all the dependent tasks done ahead of time so I can just run it from the command line? I'm working on a patch and running all the tests takes awhile... -- You received this message because you are subscribed

Re: New Google groups in GWT

2010-12-09 Thread David Chandler
Yep, we'll be moving the GWT group itself to the new UI written in GWT when it's officially released. You can expect to see a steady stream of announcements regarding Google products being written or rewritten in GWT. /dmc On Thu, Dec 9, 2010 at 12:18 PM, Chema Molins chemamol...@gmail.com

Re: what Mock framework do you recommend ?

2010-12-09 Thread George Georgovassilis
Now I'm curious :-) I've given the documentation a quick glance and to my unsuspecting eye it looks quite the same as Easymock - would anybody of the Mockito enthusiasts care to elaborate about it? On Dec 8, 10:43 am, Thomas Broyer t.bro...@gmail.com wrote: On 7 déc, 16:32, Raphael André Bauer

Re: Using J2SE classes inside GWT client module

2010-12-09 Thread Brian Reilly
Yes, but only the subset that the framework supports. You just happened to hit one of the classes that is missing. See http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html. -Brian On Thu, Dec 9, 2010 at 9:12 AM, dato.java david.chokhoneli...@gmail.com wrote:         Using J2SE

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Chris Conroy
Kenneth, If you see a Swing UI window rather than a tab inside of eclipse, then you are using the GWTShell UI. GPE should do this for you, but to update an old project using the GWTShell UI to use the DevMode UI you want to edit your debug/run configuration: Here's an example for a NewWebApp

Re: Using J2SE classes inside GWT client module

2010-12-09 Thread Andy
To achieve the same effect, use new Timer() { public void run() { Window.alert(After 5 seconds); } }.schedule(5000); On Dec 9, 9:12 am, dato.java david.chokhoneli...@gmail.com wrote:          Using J2SE classes inside GWT client module Posted: Dec 9, 2010 7:32 AM                        

Re: New Google groups in GWT

2010-12-09 Thread David Goodenough
One tiny problem. The default browser for KDE, i.e. Konqueror, in the version (4.4.5) in Debian sid (about to be the new stable) reports Browser Not Supported. Any chance of getting that fixed before it is rolled out? David On Thursday 09 December 2010, David Chandler wrote: Yep, we'll be

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread cloudycity
I am having issues with Chrome 8.0.552.210 beta on Ubuntu 10.10. The plugin is 1.0.9274 I get the Failed to connect ... message that others are seeing. Maybe I need the stable Chrome? FireFox works fine. On Dec 8, 10:47 am, Peter Ondruska peter.ondru...@gmail.com wrote:

Re: New Google groups in GWT

2010-12-09 Thread karthik reddy
..You can expect to see a steady stream of announcements regarding Google products being written or rewritten in GWT. good to hear. GWT has the community, the tools and now the adoption. If you build they will come. Indeed. BTW, I read

Re: Run one test in GWT source

2010-12-09 Thread Thomas Broyer
The gwt.junit.testcase.includes Ant property defaults to **/*Suite.class, you can set it to any other value to limit the tests that are run. And/or you can run the tests from within Eclipse, without Ant. -- You received this message because you are subscribed to the Google Groups Google Web

Re: WEB SERVICES

2010-12-09 Thread ben
You may have to whitelist the web service you are trying to invoke. This can be done from the gwr server vm argument/options in eclipse. On Dec 6, 11:17 am, bond daniele.re...@gmail.com wrote: Hi nancho. I've a similar problem. I've a web project made with eclipse plugin that run on embedded

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread Chris Conroy
If you see failed to connect, you probably have a permissions issue. You'll know right away if the host isn't authorized since the GWT toolbox will turn black white. Click it and update your configuration to add the host to the whitelist. On Thu, Dec 9, 2010 at 2:09 PM, cloudycity

GWT best practices and GUI libraries

2010-12-09 Thread dhoffer
I have some questions about the new 2.1 release, how this compares to prior releases, and other GUI libraries. First a little background... I've used prior versions of GWT in a couple of applications, versions 1.5 and 1.7 I believe. In both cases what we found most lacking in GWT was an

Re: Sort on Column in CellTable

2010-12-09 Thread Greg Dougherty
Thomas, Thanks. How do I get the Expenses sample to build in Eclipse? Are there directions somewhere? On Dec 9, 11:23 am, Thomas Broyer t.bro...@gmail.com wrote: Have a look at the Expenses sample, all the code you're looking for is available there. -- You received this message because you

ANNOUNCE: GWT twits

2010-12-09 Thread David Chandler
The GWT team has started tweeting @googledevtools You can expect to see feature announcements, coding tips, projects using GWT, etc. In general, we'll tweet stuff that might not be worthy of a blog post or group spam, but is nevertheless of interest to GWT users. -- David Chandler Developer

Re: Run one test in GWT source

2010-12-09 Thread Myles Bostwick
Wonderful, thanks! -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

Re: Sort on Column in CellTable

2010-12-09 Thread Thomas Broyer
I believe there's a README file that explains that, though I only looked at the code in the online SVN browser, and the online sample. -- 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: How to add multiple markers out of Array

2010-12-09 Thread Jan
Hi Eric, Very strange, because i used the same code as i tried now, already before and it worked..but ok, i took the code in the link, which you pasted and now it works. Thanks for your help. With best regards Jan On 9 Dez., 14:14, Eric Ayers zun...@google.com wrote: This is a common

Re: Announcing Chrome Developer Plugin support for Mac and Linux

2010-12-09 Thread cloudycity
that was my problem - sorry for the noise On Dec 9, 11:37 am, Chris Conroy con...@google.com wrote: If you see failed to connect, you probably have a permissions issue. You'll know right away if the host isn't authorized since the GWT toolbox will turn black white. Click it and update your

Re: Is there a way to use i18n in a shared class that works on client and server too?

2010-12-09 Thread nacho
Any idea? Noone did this before? On 19 nov, 12:36, nacho vela.igna...@gmail.com wrote: I have some Validators classes. I use those classes in the client code, so I think to use Constants: For example, in some part of my AccountValidator I have this:

Dynamically generated user navigation

2010-12-09 Thread Dave
Hi all. I need to dynamically create a navigation view with multiple selection points based on an xml configuration file. Then, for each navigation selected, show an associated GWT Panel. I was hoping I could accomplish this with the GWT.create method or GIN. It does not appear possible. Is my

Re: Is there a way to use i18n in a shared class that works on client and server too?

2010-12-09 Thread Shawn Brown
Hi, How can I handlei18nin a class that I use in server classes and in client classes? Here is a recent thread on the topic. http://www.mail-archive.com/google-web-toolkit@googlegroups.com/msg48015.html I think you'll find GWT doesn't do this well. Shawn -- You received this message

Visible but not attached

2010-12-09 Thread Steve J
I encountered a situation where hosted mode and compiled mode behave different. I have an application (GWT 2.1) containing a TabLayoutPanel. One of the tabs (call it TabX) contains a Composite sub-class which loads a ui.xml whose top-level is a SplitLayoutPanel. This all works well. The code

Db Connectivity

2010-12-09 Thread Vindhya
Hello Friends, I am new to GWT and I am developing an application, - a form based one, to insert/delete/edit tuples in a set of tables. I am facing problems with the connectivity to the database. I kept getting an error: java.sql.Connection can not be found in source packages. Check the

Re: meta http-equiv=X-UA-Compatible content=IE=9 / will crash hosted mode

2010-12-09 Thread TomNobles
IE9 on my machine shows rounded corners. I don't use a mete tag because I didn't think there was one. I used border-radius:1em 1em 1em 1em; and it works fine, Not with IE8, but all the rest. On Oct 14, 8:09 pm, Kevin (Yau) Leung kvle...@gmail.com wrote: Has anyone tried adding meta

Re: Dynamically generated user navigation

2010-12-09 Thread Myles Bostwick
I'm creating a compile-time selection of views using a factory and a generator. I bet you could accomplish your dynamic navigation based on your xml file by using a generator. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Db Connectivity

2010-12-09 Thread aditya sanas
Hi, The code you write in java gets converted into javascript this is what GWT does so GWT works on client side so there is some restriction on usage of classes and packages that u refer in GWT code just like *java.sql. or java.io* *these packages are not available on client side* So to use these

Re: Getting Started: SpringSource Tool Suite

2010-12-09 Thread doog
Does this specificity help: Now that you've created the sample app and launched it from the command line, you can import it into STS to start customizing it. To do this switch back to STS and click the menu item File - Import, and then select Maven - Existing Maven Projects, click Next and browse

Re: Getting Started: SpringSource Tool Suite

2010-12-09 Thread Peter Alexander
On Fri, Dec 10, 2010 at 12:43 AM, doog d...@google.com wrote: Does this specificity help: Now that you've created the sample app and launched it from the command line, you can import it into STS to start customizing it. To do this switch back to STS and click the menu item File - Import,

Using Google Closure Library within GWT JSNI .....

2010-12-09 Thread karthik reddy
Given than closure library has a plethora of UI elements(all the nice UI elements one could see across various google products like Google docs, maps, gmail etc), would it not be worthwhile to use them in GWT using JSNI. Has anyone tried this ?? Any performance implications ??? thanks --

[gwt-contrib] [google-web-toolkit] r9387 committed - Removing 2.1.1-rc1 tag.

2010-12-09 Thread codesite-noreply
Revision: 9387 Author: p...@google.com Date: Thu Dec 9 07:15:48 2010 Log: Removing 2.1.1-rc1 tag. http://code.google.com/p/google-web-toolkit/source/detail?r=9387 Deleted: /tags/2.1.1-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9388 committed - Adding 2.1.1-rc1 tag.

2010-12-09 Thread codesite-noreply
Revision: 9388 Author: p...@google.com Date: Thu Dec 9 07:16:08 2010 Log: Adding 2.1.1-rc1 tag. http://code.google.com/p/google-web-toolkit/source/detail?r=9388 Added: /tags/2.1.1-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: First pass at Issue 1405 (Dialog Box header fix)

2010-12-09 Thread Jeff Larsen
bump. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9389 committed - Rolling back stupidly-accidental commit to JUnit.gwt.xml...

2010-12-09 Thread codesite-noreply
Revision: 9389 Author: j...@google.com Date: Thu Dec 9 04:33:35 2010 Log: Rolling back stupidly-accidental commit to JUnit.gwt.xml Review by: knor...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=9389 Modified: /trunk/user/src/com/google/gwt/junit/JUnit.gwt.xml

[gwt-contrib] New Google Groups apparent with GWT ?

2010-12-09 Thread stuckagain
Hi, I'm writing this message using the new Groups... and what do I see... it is now written in GWT! Looking sweet! Although I see a bit a lag when typing (in IE8) David -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Initial version of HTML5 Audio and Video (issue1195801)

2010-12-09 Thread rice
http://gwt-code-reviews.appspot.com/1195801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] New Google Groups apparent with GWT ?

2010-12-09 Thread Joel Webber
I believe it is, though I think they may have taken Gmail's Javascript rich-text editor (the one from the Closure library). I'm pretty happy with it, too. On 10:55 am, stuckagain david.no...@gmail.com wrote: Hi, I'm writing this message using the new Groups... and what do I see... it is now

[gwt-contrib] Re: New Google Groups apparent with GWT ?

2010-12-09 Thread monkeyboy
It is built with GWT. If you show the page source You'll find gwt:property and __gwt_historyFrame also there is the recognizable script type=text/javascript language=javascript src=/forum/9DFBD72A740A67486E2A6B81D6A00C25.cache.jswhich points to the GWT javascript. --

[gwt-contrib] Re: Initial version of HTML5 Audio and Video (issue1195801)

2010-12-09 Thread pdr
On 2010/12/09 16:01:31, rice wrote: A bunch of small issues and questions in MediaElement.java My only other complaint was moving the Elements to c/g/g/dom/client, which you just did in the latest patch set :) http://gwt-code-reviews.appspot.com/1195801/show --

[gwt-contrib] Re: Initial version of HTML5 Audio and Video (issue1195801)

2010-12-09 Thread pdr
http://gwt-code-reviews.appspot.com/1195801/diff/1/10 File user/src/com/google/gwt/media/dom/client/MediaElement.java (right): http://gwt-code-reviews.appspot.com/1195801/diff/1/10#newcode119 user/src/com/google/gwt/media/dom/client/MediaElement.java:119: * source have been buffered locally.

[gwt-contrib] [google-web-toolkit] r9390 committed - Guard against invalid dispIds in JavaDispatchImpl...

2010-12-09 Thread codesite-noreply
Revision: 9390 Author: gwt.mirror...@gmail.com Date: Thu Dec 9 09:46:57 2010 Log: Guard against invalid dispIds in JavaDispatchImpl Also, rather than write an invalid dispId and wait for things to blow up, throw a HostedModeException if we hit a JSNI ref that shouldn't be there Review at

Re: [gwt-contrib] Re: Breaking change proposed: future proofing Activity in 2.1.1

2010-12-09 Thread Ray Ryan
Nnnnevermind. I think it's too late for me to make this not-terribly-popular change. It's already more widely adopted than I realized internally, so I have to assume that's even more true externally. I can't imagine such a break being well received. (Yes, we're making more significant changes

Re: [gwt-contrib] Re: Breaking change proposed: future proofing Activity in 2.1.1

2010-12-09 Thread Thomas Broyer
On Thursday, December 9, 2010 7:04:39 PM UTC+1, rjrjr wrote:Nnnnevermind. I think it's too late for me to make this not-terribly-popular change. It's already more widely adopted than I realized internally, so I have to assume that's even more true externally. I can't imagine such a break being

[gwt-contrib] Update maven script and expenses/pom.xml for 2.1.1-rc1 (issue1203801)

2010-12-09 Thread conroy
Reviewers: drfibonacci, Description: Update maven script and expenses/pom.xml for 2.1.1-rc1 Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5687 Please review this at http://gwt-code-reviews.appspot.com/1203801/show Affected files: M samples/expenses/pom.xml M

[gwt-contrib] Re: Public: Check constraints against the field or property that has the actual annotation. (issue1185801)

2010-12-09 Thread rchandia
LGTM. With nits. http://gwt-code-reviews.appspot.com/1185801/diff/1/3 File samples/validationtck/test/com/google/gwt/sample/validationtck/constraints/application/ValidationRequirementTest.java (right): http://gwt-code-reviews.appspot.com/1185801/diff/1/3#newcode53

[gwt-contrib] [google-web-toolkit] r9391 committed - Cherry pick r9386, rollback Change Activity to an abstract class...

2010-12-09 Thread codesite-noreply
Revision: 9391 Author: rj...@google.com Date: Thu Dec 9 07:23:07 2010 Log: Cherry pick r9386, rollback Change Activity to an abstract class Original review at http://gwt-code-reviews.appspot.com/1200801 Issue 5730 http://code.google.com/p/google-web-toolkit/source/detail?r=9391 Added:

[gwt-contrib] Update expenses web.xml for servlet 2.5 (issue1204801)

2010-12-09 Thread conroy
Reviewers: rjrjr, drfibonacci, Description: Update expenses web.xml for servlet 2.5 Please review this at http://gwt-code-reviews.appspot.com/1204801/show Affected files: M samples/expenses/src/main/webapp/WEB-INF/web.xml Index: samples/expenses/src/main/webapp/WEB-INF/web.xml

Re: [gwt-contrib] I can't ant test com/google/common/annotations/GwtCompatible.class not found

2010-12-09 Thread Rodrigo Chandia
It seems you are hitting this issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5708 http://code.google.com/p/google-web-toolkit/issues/detail?id=5708Unfortunately one of the jarjar'd Jar GWT uses causes Javac 1.5 to die in flames when compiling GWT from source. The easiest

[gwt-contrib] Re: Update expenses web.xml for servlet 2.5 (issue1204801)

2010-12-09 Thread drfibonacci
LGTM http://gwt-code-reviews.appspot.com/1204801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9392 committed - Removing 2.1.1-rc1 tag.

2010-12-09 Thread codesite-noreply
Revision: 9392 Author: p...@google.com Date: Thu Dec 9 11:02:20 2010 Log: Removing 2.1.1-rc1 tag. http://code.google.com/p/google-web-toolkit/source/detail?r=9392 Deleted: /tags/2.1.1-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: Breaking change proposed: future proofing Activity in 2.1.1

2010-12-09 Thread Patrick Julien
On Thu, Dec 9, 2010 at 1:04 PM, Ray Ryan rj...@google.com wrote: Nnnnevermind. I think it's too late for me to make this not-terribly-popular change. It's already more widely adopted than I realized internally, so I have to assume that's even more true externally. I can't imagine such a

[gwt-contrib] [google-web-toolkit] r9393 committed - Adding 2.1.1-rc1 tag.

2010-12-09 Thread codesite-noreply
Revision: 9393 Author: p...@google.com Date: Thu Dec 9 11:02:40 2010 Log: Adding 2.1.1-rc1 tag. http://code.google.com/p/google-web-toolkit/source/detail?r=9393 Added: /tags/2.1.1-rc1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Allow @Editor.Path() as a valid annotation to indicate that a sub-editor should be aliased to ... (issue1205801)

2010-12-09 Thread bobv
Reviewers: rjrjr, Description: Allow @Editor.Path() as a valid annotation to indicate that a sub-editor should be aliased to the object being edited by its parent object. Patch by: bobv Review by: rjrjr Please review this at http://gwt-code-reviews.appspot.com/1205801/show Affected files: M

[gwt-contrib] [google-web-toolkit] r9394 committed - Update expenses web.xml for servlet 2.5...

2010-12-09 Thread codesite-noreply
Revision: 9394 Author: gwt.mirror...@gmail.com Date: Thu Dec 9 08:24:55 2010 Log: Update expenses web.xml for servlet 2.5 Review at http://gwt-code-reviews.appspot.com/1204801 http://code.google.com/p/google-web-toolkit/source/detail?r=9394 Modified:

[gwt-contrib] [google-web-toolkit] r9395 committed - Update maven script and expenses/pom.xml for 2.1.1-rc1...

2010-12-09 Thread codesite-noreply
Revision: 9395 Author: con...@google.com Date: Thu Dec 9 08:29:18 2010 Log: Update maven script and expenses/pom.xml for 2.1.1-rc1 Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5687 Review at http://gwt-code-reviews.appspot.com/1203801

[gwt-contrib] [google-web-toolkit] r9397 committed - Public: Check constraints against the field or property that has the a...

2010-12-09 Thread codesite-noreply
Revision: 9397 Author: ncha...@google.com Date: Thu Dec 9 08:49:33 2010 Log: Public: Check constraints against the field or property that has the actual annotation. [JSR 303 TCK Result] 5 Pass 7 Fail 29 Error from a total of 259 tests for a success rate of 1.93%. Review at

[gwt-contrib] Re: Allow @Editor.Path() as a valid annotation to indicate that a sub-editor should be aliased to ... (issue1205801)

2010-12-09 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1205801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   >