Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-10-28 Thread StrongSteve
Very nice idea. Thanks a lot for your effort. Will there be a recording of the seminar for all of us on the other side of the pond? ;) Greetings Stefan On Oct 28, 4:19 am, Ashton Thomas ash...@acrinta.com wrote: Here is a direct link to the source

Is Cell Table in 2.1 supports sorting of column ?

2010-10-28 Thread rajakumar Iyyemperumal
Hi All, I am trying to work on GWT 2.1 and I want to know that the new Cell Table in 2.1 supports column sorting or not ? -- 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 about extends UiBinder with data bind features?

2010-10-28 Thread wangzx
I have complete a demo of the design, the source code is https://wangzaixiang.googlecode.com/svn/trunk/gwt.uidatabinder The current implementation features: 1. It modified the GWT UiBinder framework, so you need make the modified source pre- the GWT SDK 2. It provide a new UiDataBinder interface

Re: SEO Question.

2010-10-28 Thread RPB
Hi Subhro, You can just change Meonholiday.html to a PHP file. Then you can do as I describe above, i.e. if(isset($_GET['_escaped_fragment_'])) { echo Static Version of my page ; } else { echo MeonHoliday HTML; //echo out the contents of your html file here } So when the crawler goes to

Advanced GWT components

2010-10-28 Thread Vibhuti Gupta
Hi I am trying to use DatePicker of advanced GWT components library. The calendar displays but the css does not get applied. As per the instructions on the link: http://advanced-gwt.sourceforge.net/quickstart.html, I have included following line in my application's gwt.xml file stylesheet

JDO and the RequestFactory

2010-10-28 Thread AlexG
Hi all, first of all, I want to say that I found no example of using the RequestFactory with JDO. I want to use JDO with the RequestFactory, so I´m a little disappointed, that there is so less support/examples. I tested the RF with JPA and everything seems to work very well. So I tryed porting

how to attach google virtual keyboard to RichTextArea ?

2010-10-28 Thread Prashant Bhate
Hi, I am trying to attach google virtual keyboard http://code.google.com/apis/ajaxlanguage/documentation/#Keyboard to gwt RichTextArea See http://gist.github.com/650982 initVirtualKeyboard(textAreaId) works perfectly well with gwt TextArea but initVirtualKeyboard(richTextAreaId) wouldnt work

Re: How about extends UiBinder with data bind features?

2010-10-28 Thread Thomas Broyer
On 18 oct, 14:26, wangzx wangzaixi...@gmail.com wrote: Yes, the design is not the same as the editor framework: 1. It is an extension of the uibinder, using declaration style programming. 2. The data binding is synchronized when data changed or ui changed, no need for flush and save

Re: Renaming modules

2010-10-28 Thread Thomas Broyer
On 27 oct, 18:42, hezjing hezj...@gmail.com wrote: Hi I was readinghttp://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec..., and see the following code snippet under renaming modules section: http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...

Re: Is Cell Table in 2.1 supports sorting of column ?

2010-10-28 Thread Sebastian Beigel
Hi, CellTable doesn't support this out of the box. Have a look at the Expenses example for a SortableHeader implementation (and how it's used). Sebastian On Thu, Oct 28, 2010 at 8:33 AM, rajakumar Iyyemperumal vasel.rajaku...@gmail.com wrote: Hi All,  I am trying to work on GWT 2.1 and I

Re: gwt : eclipse : dev mode : U nable to find anguage.gwt.xml in your classpath

2010-10-28 Thread Prashant Bhate
I think issue was with caching of classpath. I dont know.. Restarted eclipse and it worked like charm ! On Oct 24, 12:23 am, Gal Dolber gal.dol...@gmail.com wrote: Did you include gwt-language.jar in your classpath? On Sat, Oct 23, 2010 at 6:19 PM, Prashant Bhate

CellList row data - possible bug?

2010-10-28 Thread Rafi
Hi! Either I do not get the idea or there is a little bug in CellList. Calling: setRowData(0, list_with_5_elements); Will show cell list with 5 elements. Then calling on the same CellList: setRowData(0, list_with_2_elements); Will show cell list containing 5(!) elements. First two items will

Re: How about extends UiBinder with data bind features?

2010-10-28 Thread wangzx
But i like data binding and it looks the code is much clean and clearly so I created it. I am learning the Editor framework now and i still feel something complex for its object relationship. Maybe i need more learning :) It has overhead, but i think it it is not as big problem as it will. also,

Re: About widgets management

2010-10-28 Thread Pablo G.F
But when I create the menu I have to write the behaviour of each widget (when hide/show etc), so I have to instance them. I know what you mean by using Singleton but with that approach I can specify the behaviour, because they're not created yet. What I want is a way to create a menu with widgets

Re: About widgets management

2010-10-28 Thread Pablo G.F
But when I create the menu I have to write the behaviour of each widget (when hide/show etc), so I have to instance them. I know what you mean by using Singleton but with that approach I can specify the behaviour, because they're not created yet. What I want is a way to create a menu with widgets

Re: GWT and CSS - Style Problem

2010-10-28 Thread alexoffspring
Thanks to all for the answers. But i'm afraid to say that the solution was far away. I used a DOM inspector, and i found the name of the styles i needed to customize the panel. I must say that gwt documentation about CSS style names and what they PRECISELY do, for certain widgets/panels (the

Re: ScrollPanel steals focus from FlexTable

2010-10-28 Thread MickeyR
Thanks for that. Event#preventDefault() does indeed stop the ScrollPanel from scrolling. But the problem now is that my selected cell goes out of sight. So if I keep on pressing the Key.DOWN it goes past the visible range. So is there a way to stop the browser from scrolling with every UP/ DOWN

Window 7 IE8 Drop Down List Boxes open problem

2010-10-28 Thread skippy
In this configuration, the drop down list boxes open with the top out of the top of the browser and no scrollBar. GWT 2.0.4 Has anyone else seen this? Any chanse for a 2.0.5 fix? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Inherit module JDOM

2010-10-28 Thread Fernando
Usually these jar's that you inherit have a .xml in their root package, just like your gwt project, and are also associated with client-side stuff. On Oct 27, 8:32 am, Pablo G.F blay...@gmail.com wrote: Hello: Im new to this so sorry if this is a trivial question. I wanna use Jdom library in

[JAR] Composite Library

2010-10-28 Thread StrongSteve
Hello, Can anyone provide a sample project or a link to a tutorial describing how to create a JAR-file containing self created composites and how to use this JAR-file in another GWT project? Thanks in Advance! Greetings Stefan -- You received this message because you are subscribed to the

Re: problem with background position

2010-10-28 Thread ailinykh
Thank you! I tried to do this, but got compilation error. Actually, from documentation is not clear how to point css to right interface. I copied several lines from documentation: @url myCursorUrl fancyCursorResource; .myClass { cursor: myCursorUrl, pointer; } interface MyResources extends

DI, JUnit and GWT.create(bundle.class)

2010-10-28 Thread Happy Feet
Hi All, This is my first post here so please be gentle. I've joined a project where message bundles/property files are exposed to client code using GWT.create(PropertyFileName.class). This makes it very easy to assign read in values for fields, popups, labels, errors etc. Now the BUT, we want to

Spring Login Page - GWT 2.0 - SOP

2010-10-28 Thread feuse8
Hi, I'm currently developing a GWT App that uses Rest Webservices from a Spring Server (3.0.4). The services are being secured with Spring Security (3.0.0), what means that you have to log in on the server. This should be done from within the GWT App. My first approach was to send a request

CellTable - Adding a Button to a Column

2010-10-28 Thread dave_mcgee
Hi there, I'm wondering if anyone could assist me with adding buttons to columns within CellTables? I can do TextColumns fine but I'm experiencing issues adding a button I've defined. So its been working fine with the text using the code at the end.. but i want to do this: // create a column for

Plausible CSS class names in GWT 2.1 CellTable?

2010-10-28 Thread vsdev
I'm trying to style a GWT2.1 cell table. Unfortunately I couldn't find any documentation on the default styles. So far all GWT widgets I worked with had default styles like .gwt-DecoratedStackPanel { } .gwt-DecoratedStackPanel .gwt-StackPanelItem { } .gwt-DecoratedStackPanel

Re: CellList row data - possible bug?

2010-10-28 Thread Chris Conroy
setRowData deals with the visible display of data. What you really want to do in this case is use a ListDataProvider. You can call setList on your ListDataProvider and it will handle the updating for you. Somewhat counter-intuitively, you add the display to the list provider--not the other way

Re: CellList row data - possible bug?

2010-10-28 Thread John LaBanca
setRowData(0, list_with_2_elements) replaces elements 0 and 1. Its designed this way so you can do incremental loading, or push updates of specific rows. If you want to hide the last three elements, you have to set the row count: CellList#setRowCount(2, true); Adding more data to the CellList

Re: Sample App using DI/Gin, MVP, UiBinder, etc

2010-10-28 Thread Ashton Thomas
I will definitely try to post a video. It just puts the pressure on to actually do a good job! Thanks very much, -Ashton On Oct 28, 2:12 am, StrongSteve swe.sta...@gmail.com wrote: Very nice idea. Thanks a lot for your effort. Will there be a recording of the seminar for all of us on the

Re: ScrollPanel steals focus from FlexTable

2010-10-28 Thread John LaBanca
The scrolling of ScrollPanel is not related to the height of a row, so even if you leave it on, its likely that the scroll amount wouldn't match the row height, and you would still end up with an offset. The only universal solution that I know about is to mark one of the cells in the selected row

Re: best practice for handling CSS themes

2010-10-28 Thread jhulford
I'm doing something nearly identical and it seems to be working well. You don't need to use external for everything..you can turn off css class name obfuscation by using the configuration property CssResource.style and setting it to pretty in your module xml and that will do the same exact thing.

Re: How to load a module dynamic? Pluggable module

2010-10-28 Thread kendeng9898
Hi, Thanks, Didier. The Code Splitting is perfect way to make the module lazy load. However it still need to write the code inside the main module. What I want is I make the main module. And don't know who will make the plugin moduleMaybe the plugin class is Apple or Orange. When

Re: Plausible CSS class names in GWT 2.1 CellTable?

2010-10-28 Thread John LaBanca
CellTable uses a ClientBundle (see CellTable.Resources/Style) instead of style names. ClientBundles allow GWT to perform optimizations on your CSS, including inlining, obfuscation, and dead code elimination. You can extend or replace the default styles by extending CellTable.Style and passing a

Re: CellTable - Adding a Button to a Column

2010-10-28 Thread John LaBanca
You can create a Column with a ButtonCell as follows: ButtonCell buttonCell = new ButtonCell(); Column buttonColumn = new ColumnDocumentDetailsDTO, String(buttonCell) { @Override public String getValue(DocumentDetailsDTO object) { // The value to display in the button. return

Re: Spring Login Page - GWT 2.0 - SOP

2010-10-28 Thread David Chandler
Hi feuse8, A common approach to solve the cross-domain RPC problem is to use a proxy servlet. See http://raibledesigns.com/rd/entry/how_to_do_cross_domain http://code.google.com/p/google-web-toolkit/issues/detail?id=4817 HTH, /dmc On Thu, Oct 28, 2010 at 7:44 AM, feuse8 feu...@gmail.com

Is possible to add many child but same instance in StackLayoutPanel ??

2010-10-28 Thread Jero
Hello! I have the following problem .. I am using StackLayoutPanel and when I try to add a child of the same instance of another stack will not let me and I remove his head and child. The question is how I can make my stack allows many children of the same instance? I tried to make a wrapper of

Re: Is possible to add many child but same instance in StackLayoutPanel ??

2010-10-28 Thread John LaBanca
There is currently no way to put a GWT Widget into multiple places, either within the same Panel or in another Panel. GWT widgets map to a native DOM element instance, and DOM elements cannot be attached to multiple locations on the page. What you would need is a presenter that can map to

Adding actionlistener to TreeItem

2010-10-28 Thread 12ock
Hi all, I am having trouble dynamically loading a tree. Is there a way so that you can add an actionlistener to a TreeItem? I already have the back end implemented so that when it is clicked i can make a server call to retrieve its children? Thanks in advance -- You received this message

Re: What Major Companies Use GWT???

2010-10-28 Thread gcstang
We use it within our company Micros-Retail, we use GWT, SmartGWT, gwt- log, and gwt-visualizations. On Oct 27, 8:46 am, markM mark.a.mccon...@pfizer.com wrote: We use it within the Pfizer corporation.  It's also been used within Toyota U.S.  You may also want to visit the smart-soft web site as

JUnit testing GWT

2010-10-28 Thread chrisr
I've been writing JUnit tests for my GWT code for a while, and I've always come across issues where it feels like something very simple doesn't work. Usually I can figure out a way to make it work, however that usually feels wrong... Right now I'm trying to write a test that involves an instance

Re: What Major Companies Use GWT???

2010-10-28 Thread Harpal Grover
Ok so it seems like GWT has major use internally for companies, but so far is not a choice product to build commercial applications for general consumer use yet. I like the framework as well and hopefully it can make a push into consumer web applications, not just for internal corporate use or

Re: GWT 2.1 Cell Widgets style

2010-10-28 Thread pjspychala
http://code.google.com/p/google-web-toolkit/source/browse/releases/2.1/user/src/com/google/gwt/user/cellview/client/CellTable.css you can override any of those ie: .cellTableHeader { color: #fff; } -- You received this message because you are subscribed to the Google Groups Google Web

Re: What Major Companies Use GWT???

2010-10-28 Thread Jeff Schwartz
Corporate applications are some of the most demanding applications that one could develop so if companies are adopting GWT to develop them I think that speaks very highly of it. Jeff On Thu, Oct 28, 2010 at 1:11 PM, Harpal Grover harpal.gro...@gmail.comwrote: Ok so it seems like GWT has

Announcing GWT 2.1

2010-10-28 Thread David Chandler
GWT 2.1 is here! http://googlewebtoolkit.blogspot.com/2010/10/announcing-final-release-of-gwt-21.html -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google

CellList - setting selected item background

2010-10-28 Thread gruchapaul
Hello, I'm trying to set background to selected item in CellList. Default it's ugly yellow and I want it to be like on GWT Showcase. This is the way i'm doing this public interface Resources extends CellList.Resources { public static final Resources INSTANCE = GWT.create(Resources.class);

FlexTable in GWT 2.1

2010-10-28 Thread Drew
Hi, I haven't seen this issue addressed, so I apologize in advance if it has. I'm using a FlexTable in GWT 2.1 and I need to recognize when the mouse is no longer over the table. Every row in my table has a secondary row associated with it that is hidden by default. A secondary row is displayed

Re: Announcing GWT 2.1

2010-10-28 Thread Christian Goudreau
Hell yeah ! Good work ! Cheers, On Thu, Oct 28, 2010 at 2:12 PM, David Chandler drfibona...@google.comwrote: GWT 2.1 is here! http://googlewebtoolkit.blogspot.com/2010/10/announcing-final-release-of-gwt-21.html -- David Chandler Developer Programs Engineer, Google Web Toolkit

Re: Announcing GWT 2.1

2010-10-28 Thread Travis Camechis
AWESOME On Thu, Oct 28, 2010 at 2:21 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: Hell yeah ! Good work ! Cheers, On Thu, Oct 28, 2010 at 2:12 PM, David Chandler drfibona...@google.comwrote: GWT 2.1 is here!

Re: What Major Companies Use GWT???

2010-10-28 Thread Harpal Grover
Yup definitely does, hopefully it makes headway into mainstream consumer web use. On Thu, Oct 28, 2010 at 1:40 PM, Jeff Schwartz jefftschwa...@gmail.com wrote: Corporate applications are some of the most demanding applications that one could develop so if companies are adopting GWT to develop

Re: Announcing GWT 2.1

2010-10-28 Thread Christian Goudreau
How come do I get this message ? The doc hasn't changed about MenuBar, even content assist of eclipse propose MenuItem inside MenuBar. Widget com.google.gwt.user.client.ui.MenuItem is not a subclass of GWTs Widget class Cheers, On Thu, Oct 28, 2010 at 2:30 PM, Travis Camechis

Re: Announcing GWT 2.1

2010-10-28 Thread Christian Goudreau
Btw, it seem to be an eclipse plugin problem... Since I can run the app even with those ... 30 errors. It's kinda anoying though. Cheers, On Thu, Oct 28, 2010 at 2:42 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: How come do I get this message ? The doc hasn't changed about

Pre-History access?

2010-10-28 Thread seven.reeds
Hi, I am running GWT 2.0.4, Eclipse 3.6.1 and firefox 3.4.x I have just started playing with History. I can follow the examples in the History class docs; I have seen the example in the tutorials. I can start my spp and do a little navigation and build up some History. I can use the Back

Re: Announcing GWT 2.1

2010-10-28 Thread Travis Camechis
might be one a similar to a problem I had where you get a pile of errors but they didn't really effect anything. Turned out it was something with the GWT-USER.jar that came with eclipse plugin. Swapped it out with one from maven and all the errors went away. On Thu, Oct 28, 2010 at 2:57 PM,

Re: Announcing GWT 2.1

2010-10-28 Thread David Chandler
sounds like http://code.google.com/p/google-web-toolkit/issues/detail?id=5503 Please follow up on the bug tracker with more info. Are you seeing this in hosted mode, full compile, or Google Plugin for Eclipse? Thank you, /dmc On Thu, Oct 28, 2010 at 2:42 PM, Christian Goudreau

Re: How do I send program generated Images to my users?

2010-10-28 Thread Jason Essington
The remote service servlets used by RPC have code in them to prevent GET requests from doing anything. As was said before, if your images are small (or you don't care about IE) you can return the image as a data URI (google is your friend here) and when you get the response simply do: new

Re: Announcing GWT 2.1

2010-10-28 Thread Christian Goudreau
Yeah that was my issue, but no need to come back to RC1, we just have to ignore it. Cheers, On Thu, Oct 28, 2010 at 3:05 PM, David Chandler drfibona...@google.comwrote: sounds like http://code.google.com/p/google-web-toolkit/issues/detail?id=5503 Please follow up on the bug tracker with

revert Google Plugin for Eclipse

2010-10-28 Thread John
The latest few versions of GPE (since 1.4.0.v201010181850 at least, and including the one released today) throw and error when using the g:MenuItem tag in UIBinder (issue 5453). Because of this, I'm unable to compile my project. I tried to revert, but Google has removed all previous versions of

Re: Announcing GWT 2.1

2010-10-28 Thread tim.meck...@gmail.com
This is very exciting news. I think I've run into a small obstacle that maybe someone could help with. Upon updating my maven build dependencies for gwt, my build now errors on com.google.gwt:gwt-soyc-vis:jar:2.1.0 not found in the maven central repo. Is this something I'm doing incorrectly?

Re: revert Google Plugin for Eclipse

2010-10-28 Thread Christian Goudreau
There's also an open issue for this: http://code.google.com/p/google-web-toolkit/issues/detail?id=5503 Thanks to David Chandler that had pointed me this. http://code.google.com/p/google-web-toolkit/issues/detail?id=5503Cheers, On Thu, Oct 28, 2010 at 3:30 PM, John bradley.r...@gmail.com wrote:

Re: Announcing GWT 2.1

2010-10-28 Thread David Chandler
Correct. This is only an issue with Google Plugin for Eclipse. Sorry for the inconvenience. /dmc On Thu, Oct 28, 2010 at 3:08 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: Yeah that was my issue, but no need to come back to RC1, we just have to ignore it. Cheers, On Thu, Oct

Re: CellList - setting selected item background

2010-10-28 Thread agi
I hade similar problem and I have solved it by calling: StylledListResources.INSTANCE.cellListStyle().ensureInjected(); my overrided resources look like this: public interface StylledListResources extends CellList.Resources { final static StylledListResources INSTANCE =

Re: revert Google Plugin for Eclipse

2010-10-28 Thread John
Thanks - that actually led me to read the GWT 2.1 release post (http:// groups.google.com/group/google-web-toolkit/browse_thread/thread/ 50aaf553eba5c311) which means its actually a non-issue, just annoying. Odd I didn't find it in the searches. On Oct 28, 3:31 pm, Christian Goudreau

Re: Announcing GWT 2.1

2010-10-28 Thread David Chandler
Hi Tim, gwt-soyc-vis.jar is intentionally not in the maven repo because all the functionality has been moved into gwt-dev.jar. You should be able to remove the dependency on gwt-soyc-vis from your POM. Thank you, /dmc On Thu, Oct 28, 2010 at 3:31 PM, tim.meck...@gmail.com tim.meck...@gmail.com

Re: How about extends UiBinder with data bind features?

2010-10-28 Thread Thomas Broyer
On 28 oct, 12:33, wangzx wangzaixi...@gmail.com wrote: But i like data binding and it looks the code is much clean and clearly so I created it. Don't get me wrong, I'm not saying you shouldn't do (have done) it and/ or ask for some changes to UiBinder to support extending it that way; just

Re: best practice for handling CSS themes

2010-10-28 Thread Hilco Wijbenga
On 28 October 2010 07:54, jhulford jhulf...@gmail.com wrote: I'm doing something nearly identical and it seems to be working well. GWT helps *me* to not have to worry so much about browsers-that-aren't-Firefox. But what happens when I hand over the WAR (with just HTML, CSS, and JavaScript) to a

Re: Announcing GWT 2.1

2010-10-28 Thread tim.meck...@gmail.com
Thanks for your quick response! I needed to update the gwt-maven- plugin version which was previously pointing to a version that expected gwt-soyc-vis. On Oct 28, 3:45 pm, David Chandler drfibona...@google.com wrote: Hi Tim, gwt-soyc-vis.jar is intentionally not in the maven repo because all

Re: revert Google Plugin for Eclipse

2010-10-28 Thread Jeff Larsen
You can turn off the error in the new plugin window -pref -google-errors and warnings - GWT UIBinder - Not a subtype of widget On Oct 28, 2:45 pm, John bradley.r...@gmail.com wrote: Thanks - that actually led me to read the GWT 2.1 release post (http://

Re: revert Google Plugin for Eclipse

2010-10-28 Thread Rajeev Dayal
Sorry about this. We'll take care of it in an upcoming point release. On Thu, Oct 28, 2010 at 4:21 PM, Jeff Larsen larse...@gmail.com wrote: You can turn off the error in the new plugin window -pref -google-errors and warnings - GWT UIBinder - Not a subtype of widget On Oct 28, 2:45 pm,

Re: Pre-History access?

2010-10-28 Thread seven.reeds
Sigh, ignore this. It was trivial... and my fault. My own code was producing the alert. Duh on me -- 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

Re: Announcing GWT 2.1

2010-10-28 Thread David Chandler
You're welcome, Tim. Thanks for posting back. /dmc On Thu, Oct 28, 2010 at 4:07 PM, tim.meck...@gmail.com tim.meck...@gmail.com wrote: Thanks for your quick response! I needed to update the gwt-maven- plugin version which was previously pointing to a version that expected gwt-soyc-vis. On

Re: gwt-maven-plugin from Google and Codehaus

2010-10-28 Thread Hilco Wijbenga
On 25 October 2010 22:28, hezjing hezj...@gmail.com wrote: GWT 2.1 is using gwt-maven-plugin 1.3.2.google, and it is maintain in GWT's plugin repository. Is Google's 1.3.2.google version working for anyone? I get [ERROR] Failed to execute goal

A problem with ASP.NET MVC + GWT

2010-10-28 Thread Vorn
Sorry if this is a repost. The problem is ASP.NET MVC uses its own debugging server, GWT uses its own server, and you can't make cross- site ajax calls. I got ASP.NET working as a backend to my GWT app but it involves manually copying the war folder onto the ASP.NET side. I was wondering if

upgrade GWT 2.0.4 to 2.1

2010-10-28 Thread tamsler
I wasn't able to find any documentation for upgrading GWT 2.0.4 to 2.1. Is the new version fully backwards compatible? -- Thomas -- 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: Announcing GWT 2.1

2010-10-28 Thread Giuseppe La Scaleia
Hi all , great work. A simple question i have my maven project with gwt-maven-plugin 1.2 version. I have upload to gwt 2.1.0 and for plugin at version 1.3.2.google but i have the follow error You're project declares dependency on gwt-user 2.1.0. This plugin is designed for version 2.1-SNAPSHOT

Re: upgrade GWT 2.0.4 to 2.1

2010-10-28 Thread David Chandler
Full backward compatibility was certainly the intent, but there may be edge cases. Full release notes are here: http://code.google.com/webtoolkit/release-notes.html#Release_Notes_Current /dmc On Thu, Oct 28, 2010 at 4:53 PM, tamsler tams...@gmail.com wrote: I wasn't able to find any

Re: gwt-maven-plugin from Google and Codehaus

2010-10-28 Thread David Chandler
Hi Hilco, What happens if you delete org/codehaus/plexus from your local maven repo and rebuild? On Thu, Oct 28, 2010 at 4:36 PM, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 25 October 2010 22:28, hezjing hezj...@gmail.com wrote: GWT 2.1 is using gwt-maven-plugin 1.3.2.google, and it is

Re: gwt-maven-plugin from Google and Codehaus

2010-10-28 Thread Hilco Wijbenga
On 28 October 2010 14:29, David Chandler drfibona...@google.com wrote: What happens if you delete org/codehaus/plexus from your local maven repo and rebuild? Maven downloads 8(!) different versions of Plexus Utils, including 1.1 apparently for gwt-maven-plugin. Then I get the error I listed

Ayuda

2010-10-28 Thread david arias estay
Hola soy david he estado haciendo pequeñas aplicaciones con google web toolkit pero necesito ayuda para poder guardar datos desde gwt a alguna base de datos. he buscado pero no encontrado nada espero me puedan ayudar. Saludos Hi i'm David i been doing little aplication with google web toolkit

GWT Visualization Question

2010-10-28 Thread janelle
Is it possible to have 2 - Y Axis's on a Line Chart? I'm using com.google.gwt.visualization.client.visualizations.LineChart and don't see the capability. If anyone can help, I'd appreciate it. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web

Re: Ayuda

2010-10-28 Thread Hilco Wijbenga
Hi David, On 28 October 2010 14:47, david arias estay david.arias.es...@gmail.com wrote: i been doing little aplication with google web toolkit but i need help when i save the data in the database from gwt. i been looking but i didnt find anything i hope you can help me!! What exactly do you

Re: gwt-maven-plugin from Google and Codehaus

2010-10-28 Thread David Chandler
Thanks, Hilco. If you haven't already, have a look at the sample POM here for reference: http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/pom.xml. If that doesn't help, your best bet is to try it with a fresh local maven repo. Users on another thread previously

Re: CellList - setting selected item background

2010-10-28 Thread gruchapaul
Unfortunately i'm overriding :public ImageResource cellListSelectedBackground(); and there's no such method ensureInjected(); Maybe I'm wrong and cellListSelectedBackground() doesn't set selected item bg ? Any other ideas? On 28 Paź, 21:38, agi agata.p...@gmail.com wrote: I hade similar problem

Re: Ayuda

2010-10-28 Thread David Chandler
Hi David, GWT does not provide database services, but you can use GWT-RPC to make calls to a server-side service which interacts with your database. You can find an example here: http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html Hope that helps, On Thu, Oct 28, 2010 at

Re: CellList - setting selected item background

2010-10-28 Thread gruchapaul
Ehh I've figured it out... I didn't set selection model. I was thinking that this is not required. On 29 Paź, 00:16, gruchapaul gruchap...@gmail.com wrote: Unfortunately i'm overriding :public ImageResource cellListSelectedBackground(); and there's no such method ensureInjected(); Maybe I'm

Re: gwt-maven-plugin from Google and Codehaus

2010-10-28 Thread Hilco Wijbenga
Hi David, On 28 October 2010 15:09, David Chandler drfibona...@google.com wrote: Thanks, Hilco. If you haven't already, have a look at the sample POM here for reference: http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/expenses/pom.xml. This is unusable. It references

Re: How to organize a gae + gwt project into modules

2010-10-28 Thread vehdra music
Noone has any idea? How do you organize your projects? Can someone give me an idea? On 27 oct, 17:33, vehdra music veh...@gmail.com wrote: Hi, i would like to know if someone can recommends me a tutorial to organize my project, or if can explain me how can i do it. In my project i need

Re: gwt-maven-plugin from Google and Codehaus

2010-10-28 Thread Hilco Wijbenga
On 28 October 2010 16:55, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: On 28 October 2010 15:09, David Chandler drfibona...@google.com wrote: If that doesn't help, your best bet is to try it with a fresh local maven repo. Users on another thread previously reported that wiping their local

Animate an images rotation

2010-10-28 Thread stymie
I was wondering if there were any built in ways or libraries that would allow me to continously rotate an image in a 360 degrees circle.Been using google but have not come up with anything as of yet. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Composite Library

2010-10-28 Thread Steve Moyer
That's actually a pretty simple prospect ... you need your class files, plus their source code and the *.gwt.xml module descriptor. I use Maven as my build system so I originally followed the guide at http://mojo.codehaus.org/gwt-maven-plugin/user-guide/library.html. But it also serves well as a

Does the new Editor support data type convert?

2010-10-28 Thread wangzx
class Person { int age; } class PersonEditor { TextBox ageEditor; } The GWT Compiler report: Found unexpected type int while evauating path age using getter expression So my question is: how to using different type other than String in the editor framework? -- You received this

ANN: Visual GUI Designer in web browser

2010-10-28 Thread Trung
Hi all, We have a Visual GUI Designer application running in web browser (work fine in Firefox, Chrome, Safari, but not good in IE and Opera). See the blog post http://www.gdevelop.com/w/blog/2010/10/29/visual-gui-designer-in-web-browser/ and the demo http://demo.gdevelop.com/ The application

Re: ANN: Visual GUI Designer in web browser

2010-10-28 Thread Gal Dolber
Nice! I worked on the same idea a time ago, will love to contribute with you. If you interested add me to gtalk. Best On Thu, Oct 28, 2010 at 10:28 PM, Trung gwtdevelo...@gmail.com wrote: Hi all, We have a Visual GUI Designer application running in web browser (work fine in Firefox, Chrome,

question on Web application project and GWT designer

2010-10-28 Thread dadada
hi, Is there a way to get the UI Builder of GWT designer in my web application project created using eclipse plugin? I am confused with so many options to create a GWT project. To get started, should i create the gwt project through web app project creation? or through the gwt designer way?

Re: Announcing GWT 2.1

2010-10-28 Thread arrival...@gmail.com
Hi Giuseppe, I had a similar problems, and found out that late that my browser (i.e. chrome) had cache the previous info, try to clean the temp data in the browser. Also, check which GWT version you specified within your plugin reference in pom.xml. Here is my example pom. plugin

Re: What Major Companies Use GWT???

2010-10-28 Thread Ashton Thomas
My startup company is using GWT (after a lot of research into what technology to go with for the user facing technology) for commercial use. However this isn't saying much since the produce isn't released yet... On Oct 28, 2:35 pm, Harpal Grover harpal.gro...@gmail.com wrote: Yup definitely

[gwt-contrib] Re: Add support for touch events for supported mobile webkit platforms. (issue867801)

2010-10-28 Thread jat
http://gwt-code-reviews.appspot.com/867801/diff/1/17 File user/src/com/google/gwt/event/dom/client/TouchLocationEvent.java (right): http://gwt-code-reviews.appspot.com/867801/diff/1/17#newcode33 user/src/com/google/gwt/event/dom/client/TouchLocationEvent.java:33: public int getClientX() { So

[gwt-contrib] Re: Public: Create seperate top level interfaces for (issue1058801)

2010-10-28 Thread bobv
LGTM http://gwt-code-reviews.appspot.com/1058801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix issue with SSSS not getting stylesheets (issue1059801)

2010-10-28 Thread unnurg
Reviewers: jgw, Description: Fix issue with not getting stylesheets Please review this at http://gwt-code-reviews.appspot.com/1059801/show Affected files: M dev/core/src/com/google/gwt/core/ext/linker/impl/SelectionScriptLinker.java M

[gwt-contrib] Experimental version of GeoLocation API (issue1060801)

2010-10-28 Thread rice
Reviewers: pdr, Description: Experimental version of GeoLocation API Please review this at http://gwt-code-reviews.appspot.com/1060801/show Affected files: A user/src/com/google/gwt/experimental/geolocation/GeoLocation.java A

[gwt-contrib] Re: Fix issue with SSSS not getting stylesheets (issue1059801)

2010-10-28 Thread jat
LGTM http://gwt-code-reviews.appspot.com/1059801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9160 committed - Upgrade EasyMock to 3.0....

2010-10-28 Thread codesite-noreply
Revision: 9160 Author: j...@google.com Date: Thu Oct 28 11:03:45 2010 Log: Upgrade EasyMock to 3.0. Patch by: yaxin Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=9160 Added: /tools/lib/easymock/LICENSE.txt /tools/lib/easymock/README.google

  1   2   >