Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
Thanks for your reply We will be waiting for the update --alex On 15 Feb, 01:34, Chris Ramsdale wrote: > Thanks for all of the feedback. We're looking into the installation issues > and will have an update asap. > > -- Chris > On Feb 14, 2011 11:33 AM, "alexoffspring" wrote: > > > It cannot b

migrate GWT 2.1.1 to 2.2 error

2011-02-14 Thread Brice Beaumesnil
Hello, i just try GWT 2.2 on my project, i just change my POM file to use version 2.2 and when i try to compile i have this error : Loading inherited module 'com.google.gwt.user.User' [INFO]Loading inherited module 'com.google.gwt.user.RemoteService' [INFO] [ERROR] Unexpected error whil

showcase scrollable pager

2011-02-14 Thread MIKE
I would like to use that showcaes ScrollPanel Pager with the CellList from the example. http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/view/client/AsyncDataProvider.html In TestScrollPanel.ui.xml, In TestScrollPanel.java initWidget(uiBinder.createAndBindUi(this));

Object-backed ValueListBox Editor?

2011-02-14 Thread Jake Wharton
I'm trying to create an editor that features a ListBox of Strings (mapped to integer values) that binds to an integer. More specifically, a ListBox of proxy objects rendered to a string from a name property which associates to its integer binding based off of a separate integer property. For ex

Re: Create an Image from received bytes on client side - possible?

2011-02-14 Thread Matej Jelovcan
Thanks Sebastian. I'll give this a try before I go the pure URL way :) Thanks. On 2/14/11, Sebastian Rothbucher wrote: > Hi, you might try using a base 64 string as source. So when you have a > base 64 string, you might try: > Image myimage=new Image(); > myimage.setUrl("data:image/jpeg;base64,

Re: CellTable with ListDataProvider and AsyncDataProvider

2011-02-14 Thread Josh K
Can you provide an example? I understand what you're saying but I don't know how to code it. I've got a celltable and so I would add what to it to say "when you click the header for this column, sort"? On Feb 14, 10:18 pm, Y2i wrote: > If your AsyncDataProvider can keep all database rows locally,

Re: CellTable with ListDataProvider and AsyncDataProvider

2011-02-14 Thread Y2i
If your AsyncDataProvider can keep all database rows locally, there is no need for ListDataProvider because you can sort your list with Collections.sort() http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html#Package_java_util -- You received this message because you are subscribed

CellTable with ListDataProvider and AsyncDataProvider

2011-02-14 Thread Josh K
I think I'm wanting to use both a ListDataProvider and an AsyncDataProvider for a CellTable. I want to use the AsyncDataProvider to keep my rows and database in sync when someone makes a change to a row, and I want to use the ListDataProvider to sort the rows locally (I don't want to make a server

Application No Longer Compiles with 2.2

2011-02-14 Thread Sean
My application works fine when I run it from within Eclipse, but when I hit Compile for deployment, it starts to compile, then outputs the warnings below and then just stays there. I let it sit for a half and and no other information comes out. The odd part is, the warning is coming from within

Re: CellTable:: Deselecting an already selected row

2011-02-14 Thread Jambi
> If you use a SingleSelectionModel, it's as easy as > sm.setSelected(sm.getSelectedObject(), false) I am using this method on my CellTable and it works. But somehow I get always an "com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, see full set in UmbrellaException#get

Re: GWT 2.2 / GWT Designer / Add CellTable Crashes GWT Designer

2011-02-14 Thread cri
My bad, it looks like. I saw another post saying that one should be sure to first uninstall all Window Builder stuff. I thought I had uninstalled everything, but overlooked these. After doing a complete uninstall and reinstall, the aforementioned problem no longer exists. Thanks for GWT! On Feb 14

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread pac
Thanks dilbert, that worked. Built new jar, also attached here http://code.google.com/p/gwt-google-apis/issues/detail?id=447 may help some other people. On Feb 14, 4:52 pm, Eric Ayers wrote: > FYI, I updated an issue in the issue tracker on this problem: > > http://code.google.com/p/gwt-google-a

has this patch made it to 2.2

2011-02-14 Thread karthik reddy
http://gwt-code-reviews.appspot.com/1316801/patch/9001/10001 -- 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 group, send email to google-we

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread Chris Ramsdale
Thanks for all of the feedback. We're looking into the installation issues and will have an update asap. -- Chris On Feb 14, 2011 11:33 AM, "alexoffspring" wrote: > It cannot be considered acceptable to have all these problems just for > an upgrade. > Somebody from Google should tell where in the

GWT 2.2 / GWT Designer / Add CellTable Crashes GWT Designer

2011-02-14 Thread cri
I don't know if I'm doing something naive or not. I've not used a CellTable widget before so maybe I am. Any way, doing this crashes GWT Designer: 1. Create class extending Composite. 2. Open the class with GWT Designer. 3. Try to add a CellTable to it. Specify String as the row type. GWT Designer

Re: GWT 2.2 Eclipse update fails -- needs PDE

2011-02-14 Thread Rajeev Dayal
Hi Tim, If you navigate to Help -> Software Updates, what Update Sites are listed there? Thanks, Rajeev On Sun, Feb 13, 2011 at 2:49 PM, Tim McCormack wrote: > I tried upgrading to the latest GWT in Eclipse 3.4 Ganymede SR2 and > received this message: > > > Cannot complete the request. See

Re: HandlerManager is deprecated and theres no removeHandler(...) method at SimpleEventBus class

2011-02-14 Thread Jim Douglas
http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/2e4c986ae1bd2c8b/551c19bbff3ed942 On Feb 14, 3:43 pm, "malcolm.davis" wrote: > Excuse me for coming in late to the whole HandlerManager deprecation > business, but I just found out about it because I upgraded GWT

Re: CellTable:: Deselecting an already selected row

2011-02-14 Thread Thomas Broyer
On Tuesday, February 15, 2011 12:37:26 AM UTC+1, Veeren wrote: > > I wish to deselect an already selected row on a CellTable. > > For example, a user comes and selects a row, then for him to de-select > the currently selected row, he has to click on another row, but the > problem is that, when

Re: HandlerManager is deprecated and theres no removeHandler(...) method at SimpleEventBus class

2011-02-14 Thread malcolm.davis
Excuse me for coming in late to the whole HandlerManager deprecation business, but I just found out about it because I upgraded GWT and got deluged with deprecation warnings, but... What exactly is the problem with HandlerManager? I've seen some references in old threads to its complexity. Is

CellTable:: Deselecting an already selected row

2011-02-14 Thread Veeren
I wish to deselect an already selected row on a CellTable. For example, a user comes and selects a row, then for him to de-select the currently selected row, he has to click on another row, but the problem is that, when we have ONLY 1 row available there is no way to deselect the currently selecte

Replace AbstractPlaceHistoryMapper with a custom mapper using deferred binding

2011-02-14 Thread karthik reddy
Looks like the class that is generated for PlaceHistoryMapper is hard-coded to used AbstractPlaceHistoryMapper as the super class. So, I am trying to work around this by trying to replace this AbstractPlaceHistoryMapper with a custom mapper of mine using deferred binding . I am using the f

Re: Load Testing GWT applications

2011-02-14 Thread Sebastian Rothbucher
Hi Chandrasekar, you could of course simulate 20 users via Selenium - but that rather load-tests the browser and not the application. From my point of view, the server-side code is the one to be load tested. What I did was: get myself tamper data for firefox (check out https://addons.mozilla.org/e

Re: GWT webapp into an IFRAME

2011-02-14 Thread Sebastian Rothbucher
Hi, I can also confirm this works quite smoothly: embed into an Iframe and redirect to the own URL or a #marker URL with target=top to prevent that. Best Regards Sebastian Rothbucher On 2 Feb., 17:02, aditya sanas <007aditya.b...@gmail.com> wrote: > hi, > yeah ofcourse it will work > i have im

Re: Parsing objects of persistent classes from server side code to client side.

2011-02-14 Thread Sebastian Rothbucher
Hi Ambegbodas, there was a quite similar post on the same forum: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/f55bda67f02fbb67 I guess you really have to copy into simple objects as the most simplistic solution... Best regards Sebastian Rothbucher On 10 Feb., 19:11,

Re: Problems while installing Google Updates for Eclipse 3.6

2011-02-14 Thread csillag
On febr. 14, 22:14, csillag wrote: > Now I have no further ideas what to check. Finally, a full Eclipse reinstall "solved" the problem. (Still no idea what went wrong, though.) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post t

Re: Frame not refreshing when call setURL

2011-02-14 Thread Sebastian Rothbucher
Hi Greg, which part of the URL do you customize? Is there probably a # before that (accidentially)? (all after the hash won't work, at least not in IE)... IN case you really can't find any solution, could you completely randomize the filename and use a rewrite rule on the server (mod_rewrite) to co

Re: Exposing only the interfaces of the Data Entities to GWT

2011-02-14 Thread Sebastian Rothbucher
Hi Nitiraj, I guess in that case you have to chance but create another (entirely dumb) implementation of IUser, etc. that does nothing but store the properties - and to copy over into these objects before performing the actual service / before returning. As you'd still be on the server you can pro

Re: How to disable the context menu

2011-02-14 Thread Sebastian Rothbucher
Hi Koen, you could use the oncontextmenu event handler and return false to hide the menu. IE seems to require this be in the body but at least Firefox is quite straightforward... There is also a quite good blog post on the web on that: http://whatwouldnickdo.com/wordpress/370/gwt-right-click-conte

Re: Create an Image from received bytes on client side - possible?

2011-02-14 Thread Sebastian Rothbucher
Hi, you might try using a base 64 string as source. So when you have a base 64 string, you might try: Image myimage=new Image(); myimage.setUrl("data:image/jpeg;base64,"+picdata.getText()); Maybe this works; to be honest, I'm not 100% sure but GWT seems to do this for some image coming with the fra

Re: SerializationException problem, please advice!

2011-02-14 Thread Sebastian Rothbucher
Hi, this is a mean exception - as it seems to happen irregularly. In case you have the same problems I also had already: take the outermost object (the one you directly pass into the service or return from the service) and create private local variables for ALL types that have ever caused problems.

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread miller
I have been seeing the same issue since loading the GWT Designer tools. I am still on 1.4.1.v201012170127. The warning says: Unhandled event loop exception The top of my stack trace is: java.lang.NullPointerException at com.google.gwt.eclipse.core.uibinder.contentassist.AbstractCompletionPropo

Re: IE problems

2011-02-14 Thread Sebastian Rothbucher
Hi SVR, that's indeed a challenge - if nothing else does help any more, try pinning down the problem by inserting debug statements (e.g. alerts) closely (and even more closely as you move along) around the spot where you fail. Maybe it helps to look into the source but most probably you won't see

Re: UI Binder File Not Loaded During Runtime

2011-02-14 Thread Nick Apperley
After looking at a similar application that does something very similar (in code) it displays the main page just fine. In the corresponding DOM the are 3 defined GWT variables (__gwt_SessionID, __gwt_scriptsLoaded, __gwt_stylesLoaded). With the problematic application it doesn't have the defined GW

Re: UI Binder File Not Loaded During Runtime

2011-02-14 Thread Jeff Larsen
Pop open firebug and start drilling down into the DOM and see if you can find your code in there. I.e. any of your labels, widgets, panels. If they aren't there, then maybe an error is being caught somewhere and not thrown, if they are there but not visible, start mucking around with CSS propert

Re: UI Binder File Not Loaded During Runtime

2011-02-14 Thread Nick Apperley
Doc type is set to standards mode and I have switched from RootPanel to RootLayoutPanel, but it has not changed anything with displaying the main page. There doesn't appear to be anything in the DOM related to the application. What should I specifically look for with GWT in the DOM? On Feb 15, 10

Re: Gwt 2.2, guice and gin...

2011-02-14 Thread leszek
I run into the same problem yesterday but finally, after taking new GIN snapshot and migrate to GUICE 3.0 (as is described in your post) I was successful and everything seems working now. The only problem I spent several hours on was that Nullable annotation disappeared from Guice internals and it

Re: UI Binder File Not Loaded During Runtime

2011-02-14 Thread Jeff Larsen
Are you using layout panels? If so, have you set the doctype to standards mode? Also, if you are using layout panels, you need to attach them to RootLayoutPanel, not RootPanel. Another thing to check is to see if the widgets are attached to the DOM with something like firebug. -- You receiv

Re: Problems while installing Google Updates for Eclipse 3.6

2011-02-14 Thread csillag
On febr. 14, 12:11, csillag wrote: > I see this, too. > The funny thing is, the installation worked yesterday, on a different > machine. > The only difference is that this time I started the installation > behind a proxy. > > (Later I tried without a proxy, too, but it still did not work.) Now

UI Binder File Not Loaded During Runtime

2011-02-14 Thread Nick Apperley
Whenever I run the application nothing is displayed on the main page (using the development server). The only thing that is displayed is the page's title. Everything has been checked including adding a widget to the Root Panel when the module is loaded. Is there anything else that is worth checking

Re: radio button listener/handler issue on IE8.

2011-02-14 Thread NAARAYANA REDDY NANDIGAMA
Yes it was assigned to different names. Here is the logic to set group names. String groupName = "" + new Date().getTime(); It works fine if I run the application in debug mode but it does not work with compilation code. Not sure if it is because of groupName. FYI, this is happening only on IE an

Re: Installing the full version of GWT Designer for 2.2

2011-02-14 Thread csillag
The later link now works; I guess it's just that I was too early to check this. (The repository seems to have been updated since yesterday.) -- 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-to

Re: SerializationException problem, please advice!

2011-02-14 Thread Jeff Larsen
No constructor is the same as a default constructor, so you should be fine. -- 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 group, send ema

Re: SerializationException problem, please advice!

2011-02-14 Thread Andrei Cosmin Fifiiţă
Some of them have no constructor. The rest is ok On Feb 14, 2011 8:40 PM, "Jeff Larsen" wrote: > Does every entity follow the required serialization policy for gwt? i.e. > have a default constructor and all nested objects are serializable. Note > Class is not serializable. > > -- > You received th

Re: SerializationException problem, please advice!

2011-02-14 Thread Jeff Larsen
Does every entity follow the required serialization policy for gwt? i.e. have a default constructor and all nested objects are serializable. Note Class is not serializable. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

IE problems

2011-02-14 Thread SVR
Hi I have my GWT module working in FF, I am trying to launch the same in IE and get the following error: In general, I would like to know how to approach/debug problems of this nature in IE? Thanks Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; G

Re: Sorting CellTable, AsyncData but Sort Locally

2011-02-14 Thread Josh K
What I was getting confused about doing it this way though is if I'm allowing the data to be sorted by 4 or 5 different columns, would I have to say something like: if (event.isSortAscending && nameColumn) { Collections.sort(newData, nameAscComparator) } else if (nameColumn) { Collections.

Losing RequestBuilder headers in Firefox?

2011-02-14 Thread Jo
We are seeing some strange behavior in our GWT 2.0.3 application where some of the headers that I setup in RequestBuilder are not making it to the server. I should say right off that I'm not convinced this is a GWT specific problem; it would not surprise me to find out that it is potentially a Fir

Re: Gwt 2.2, guice and gin...

2011-02-14 Thread Thomas Broyer
On Monday, February 14, 2011 6:12:23 PM UTC+1, Carlo Alberto Degli Atti wrote: > > Thomas > > thanks for your answer... > > when you say " but you then have to recompile it against the GWT 2.2 > SDK", you mean I have to take the sources and repackage or simply start a > gwt compilation? > I

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread Jeff Chimene
On 02/14/2011 09:12 AM, Rajeev Dayal wrote: > Hi Jeff, > > We were unable to reproduce this behavior. Do you see anything in the > Eclipse Error Log (Window -> Show View -> Error Log). Yes. With your permission, I'll forward the log to you (rather than pollute the list) Cheers, jec -- You rece

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread Jeff Chimene
On 02/14/2011 09:18 AM, Jeff Larsen wrote: > I've had this happen to me also. I haven't checked my eclipse logs > either. I haven't noticed it with the newest version of the plugin > however. Good point. I'll check. -- You received this message because you are subscribed to the Google Groups "

Re: gwt-maven-plugin: missing module HTML & CSS with version 2.1.0+ of the plugin

2011-02-14 Thread Hilco Wijbenga
On 14 February 2011 00:40, Henry wrote: > Unfortunately, after I upgrading to the new version of the plugin, the > internal Jetty can't find the module HTML (with the reference to the > GWT js file) as well as the coresponding CSS and web.xml file anymore. > It seems that a new folder was created

Re: Gwt 2.2, guice and gin...

2011-02-14 Thread Carlo Alberto Degli Atti
Thomas thanks for your answer... when you say " but you then have to recompile it against the GWT 2.2 SDK", you mean I have to take the sources and repackage or simply start a gwt compilation? This error is generated by that or am I missing something else? No implementation for javax.in

Re: radio button listener/handler issue on IE8.

2011-02-14 Thread Ben Imp
Did you give each of your radio button sets different names? Radio button groups are defined by their names. -Ben On Feb 13, 2:13 pm, Dallas007 wrote: > Hi, > I have installed IE8 yesterday and Win XP OS. > > The problem is radio button selection is not working properly. I have > two radio butt

Re: is using DivElement instead of Label recommended?

2011-02-14 Thread Ben Imp
Sounds like some Cell Widgets might be a perfect fit for you. http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html -Ben On Feb 14, 8:51 am, denis56 wrote: > Hello, > > I wonder if it is a usual practice to use Element objects instead of > Widgets in GWT to achieve better perf

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread Eric Ayers
FYI, I updated an issue in the issue tracker on this problem: http://code.google.com/p/gwt-google-apis/issues/detail?id=447 On Mon, Feb 14, 2011 at 10:44 AM, Miroslav Genov wrote: > You made a new build of gwt-maps ? > > -- > You received this message because you are subscribed to the Google Gr

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread Aurelian
For me it worked !! On 14 Feb, 16:44, Miroslav Genov wrote: > You made a new build of gwt-maps ? -- 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 fro

Re: GWT runasync

2011-02-14 Thread Ben Imp
One way to do this would be to put your view list inside of a factory object. This factory object would have a method to request a view for a given id, and return a new instance of it. The creation of that view would take place inside of a runAsync block. Your page controller would have to pass

Re: Create an Image from received bytes on client side - possible?

2011-02-14 Thread Greg Dougherty
I could not find any way to build an Image other than by sending one from the server, when I tried to solve a similar problem two months ago. On Feb 14, 3:16 am, MJ wrote: > Hey guys. > > I did some researching on this matter but besides ClientBundle I > failed to find something that would help m

Re: Sorting CellTable, AsyncData but Sort Locally

2011-02-14 Thread Greg Dougherty
Here's the question you want to ask yourself: "Why am I using an AsyncDataProvider and data paging?" Because I use one in my app with sortable columns. And I'm using one because I've got thousands to tens of thousands of rows of data to display. And since I don't want to try to download all that

Re: SerializationException problem, please advice!

2011-02-14 Thread Andrei Cosmin Fifiiţă
So basicaly there is no pb if every entity implements IsSerializable and the top class, that is extended by those entities, implements java.io.Serializable? On Feb 14, 2011 5:13 PM, "joe kolba" wrote: > I have ran into this problem also. First thing make sure everything is > implementing IsSeriali

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
It cannot be considered acceptable to have all these problems just for an upgrade. Somebody from Google should tell where in the release notes (http:// code.google.com/intl/it-IT/webtoolkit/doc/latest/ReleaseNotes.html) it is written that GWT 2.2.0 have all these dependency problems. The procedure

Re: Gwt 2.2, guice and gin...

2011-02-14 Thread Christian Goudreau
Thanks Thomas ! On Mon, Feb 14, 2011 at 11:06 AM, Thomas Broyer wrote: > GWT 2.2 introduces a binary incompatibility in generators (some classes > have been replaced with interfaces), hence the error with GIN (though > honestly, it should have been another error thatn the one you pasted here) >

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread Jeff Larsen
I've had this happen to me also. I haven't checked my eclipse logs either. I haven't noticed it with the newest version of the plugin however. -- 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-we

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread Rajeev Dayal
Hi Jeff, We were unable to reproduce this behavior. Do you see anything in the Eclipse Error Log (Window -> Show View -> Error Log). Rajeev On Wed, Feb 2, 2011 at 2:40 PM, Jeff Chimene wrote: > On 02/02/2011 12:37 PM, Jeff Chimene wrote: > > Hi: > > > > I notice that in GPE version 2.2.0.ms1-

GWT runasync

2011-02-14 Thread Gambo
Hi there, I have a question regarding GWT's runAsync feature. We have a complete list of all views within the application. What I understand each time a user access our webapp the complete list of view is downloaded to the clients machine. I am sure we are going to have more than 200 views sometim

Re: is it possible to add animation to CellWidgets as RangeChangeEvent fires ?

2011-02-14 Thread John LaBanca
Not currently, but it sounds like a cool feature. Can you create a GWT issue to track it? Thanks, John LaBanca jlaba...@google.com On Sun, Feb 13, 2011 at 11:19 PM, zixzigma wrote: > Hello Everyone, > is it possible to add animation to CellWidgets as RangeChangeEvent fires ? > for example let

Re: Gwt 2.2, guice and gin...

2011-02-14 Thread Thomas Broyer
GWT 2.2 introduces a binary incompatibility in generators (some classes have been replaced with interfaces), hence the error with GIN (though honestly, it should have been another error thatn the one you pasted here) It is still source compatible with the previous versions though, so recompilin

Re: Sorting CellTable, AsyncData but Sort Locally

2011-02-14 Thread John LaBanca
If you are supporting paging, then a local sort will only sort the current page, whereas a database sort would sort the data return the results for the current page. For example, if you are on the first page and do a reverse sort, do you want to see all the names that start with z (database sort),

Gwt 2.2, guice and gin...

2011-02-14 Thread Carlo Alberto Degli Atti
Hello everybody, this morning I had the (bad) idea to update my eclipse environment to use gwt 2.2... (with 2.1 everything was fine)... now I'm experiencing a lot of problems... maybe it's my fault (I'm a new gwt & related techs user)... My application is using gin and guice; before this mo

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
Same problem as you. I do not have any GWT designer installed and installation fails: An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Artifact not found: osgi.bundle

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread csillag
Up until now, GWT Designer was independent of GWT and GPE. Now they are integrating and (kind of) uniting. So I consider it acceptable that one must remove and old and incompatible version of GWT designer before installing the new one, which is now integrated into GPE. HOWEVER 1. I did not have

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread Miroslav Genov
You made a new build of gwt-maps ? -- 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 group, send email to google-web-toolkit+unsubscr...@goo

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread roger7467
I have the same problem since I updated to 2.2. I reinstalled everything, but nothing changed. -- 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 th

Re: GWT love of HTML tables

2011-02-14 Thread Mauro Bertapelle
Have you looked at TabLayoutPanel ? http://code.google.com/intl/it-IT/webtoolkit/doc/latest/DevGuideUiPanels.html -- 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

Re: SerializationException problem, please advice!

2011-02-14 Thread joe kolba
I have ran into this problem also. First thing make sure everything is implementing IsSerializable, second make sure that you refresh your webapp folder in the web-inf so your .rpc files get refreshed. Most of the time I have to encounter a RPC exception in order to force the rpc file to be creat

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread jonsm...@gmail.com
On Mon, Feb 14, 2011 at 9:52 AM, csillag wrote: > > > On febr. 14, 15:44, "jonsm...@gmail.com" wrote: >> I have 2.2 running now. Initially I had a bunch of errors too. I >> uninstalled all versions WindowBuilder, GWT Plugin, GWT Designer - >> then reinstalled the GWT Plugin. You don't need to mes

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
> 1. I have tried that (removing all GWT-related component, and then re- > installing all the latest versions), but it did not work; I still got > the same errors. > 2. The DOCS clearly states that there are now two versions of the GWT > designer: one integrated and one standalone. So, no, one is

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
well if this is the real and only solution, i think that it should be formally stated by google team. This means that, every time i will need to upgrade sdks, or designer, or whatever, i will need to uninstall and install everything?!? this is crazy There must be a better solution. On

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread jonsm...@gmail.com
I have 2.2 running now. Initially I had a bunch of errors too. I uninstalled all versions WindowBuilder, GWT Plugin, GWT Designer - then reinstalled the GWT Plugin. You don't need to mess with the SDKs. In my case pieces from various releases of the GWT Designers were interfering with each other. Y

is using DivElement instead of Label recommended?

2011-02-14 Thread denis56
Hello, I wonder if it is a usual practice to use Element objects instead of Widgets in GWT to achieve better performacne. For instance, instead of adding a list of labels to a HTMLPanel I could do the following: HTMLPanel pnl = new HTMLPanel("myPanel"); DivElement

Re: Can't work with GWT Designer

2011-02-14 Thread jonsm...@gmail.com
On Mon, Feb 14, 2011 at 2:48 AM, ehsan wrote: > Hi, > I am working with eclipse 3.4 > I install gpe-e34-latest, gwt-2.1.1 and > GWTDesigner_v8.1.1_UpdateSite_for_Eclipse3.4. > I am able to create a gwt project. But, I can not see any designer in > my eclipse! > When I click on a html file in creat

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread csillag
On febr. 14, 15:44, "jonsm...@gmail.com" wrote: > I have 2.2 running now. Initially I had a bunch of errors too. I > uninstalled all versions WindowBuilder, GWT Plugin, GWT Designer - > then reinstalled the GWT Plugin. You don't need to mess with the SDKs. > In my case pieces from various releas

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread dilbert
True. You can go here: http://code.google.com/p/gwt-google-apis/wiki/GettingStartedSource and follow the instructions to rebuild the maps with GWT 2.2. After the build you will get a .../maps/build/lib/ directory with the gwt-maps.jar inside. -- You received this message because you are subscri

SerializationException problem, please advice!

2011-02-14 Thread Ice13ill
I use GWT to develop my app, deploying it to GAE. Sometimes, (more often when switching between different versions) i get this exception: javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'ro.expert.evt.shared

Re: which classname is used by SelectionModel ?

2011-02-14 Thread Thomas Visser
Have a look in the CellTable. Its constructor (http://google-web- toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/user/cellview/ client/CellTable.html#CellTable(int, com.google.gwt.user.cellview.client.CellTable.Resources) takes a second parameter, which is a Resource object. If you create yo

Re: GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread Jeff Larsen
You probably need to check out gwt-maps.jar and recompile the source with gwt 2.2 instead of previous versions. There were some internal changes to generator classes and some old libraries will be binary incompatible with 2.2. -- You received this message because you are subscribed to the Goo

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread ep
for sure they are! but probably due to this GWT 2.2 update they obviously dont have time to answer, seems like this recent update has broken a lot of things... so please be patient On 14 Feb., 13:19, alexoffspring wrote: > I got the same error this morning. and i already wrote a post for this > i

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread alexoffspring
I got the same error this morning. and i already wrote a post for this in the forum, but seems that nobody from google is interested in answering this point! On 14 Feb, 11:12, Andrew Scully wrote: > Using the "Add new software" funtion in eclipse 3.6.0 (Build id: > I20100608-0911), I attempted t

Re: Can CellWidgets contain custom composite widgets ?

2011-02-14 Thread dilbert
Is the UiBinder variation available in GWT 2.2? If it is, is there any example on how to use it ? Thanks. On Wednesday, February 2, 2011 4:06:35 PM UTC+1, John LaBanca wrote: > > Also, we're working on a variation of UiBinder that can generate HTML > strings and works with Cells. That should m

Sorting CellTable, AsyncData but Sort Locally

2011-02-14 Thread Josh K
I've been developing an application in GWT that has data I've been displaying in a CellTable. I've set it up with a few TextColumns and a few EditTextColumns. I've got it set up to where if someone changes the data in an EditText cell, it sends an asynchronous request to the database and updates th

radio button listener/handler issue on IE8.

2011-02-14 Thread Dallas007
Hi, I have installed IE8 yesterday and Win XP OS. The problem is radio button selection is not working properly. I have two radio buttons in each vertical panel and I can able to select only one radio button at a time on the page. My requirement is i want to select radio button from each vertical

Can't work with GWT Designer

2011-02-14 Thread ehsan
Hi, I am working with eclipse 3.4 I install gpe-e34-latest, gwt-2.1.1 and GWTDesigner_v8.1.1_UpdateSite_for_Eclipse3.4. I am able to create a gwt project. But, I can not see any designer in my eclipse! When I click on a html file in created project, I expect it to be opened by GWT Designer; but i d

Error installing GWT 2.2 in eclipse 3.6

2011-02-14 Thread Andrew Scully
Using the "Add new software" funtion in eclipse 3.6.0 (Build id: I20100608-0911), I attempted to install GWT 2.2 from http://dl.google.com/eclipse/plugin/3.6 This operation failed, however, with the below errors. I have numerous previous versions of GWT installed, including the various milestones

GWT 2.2 and gwt-maps.jar not compatible

2011-02-14 Thread pac
Just upgraded to GWT 2.2 and getting in error in project compilation, looks gwt-maps library no longer compatible. Do I need something to make it work? [ERROR] Errors in 'jar:file:/myproject/war/WEB-INF/lib/gwt- maps.jar!/com/google/gwt/maps/client/impl/InfoWindowImpl.java' [ERROR] Inte

Create an Image from received bytes on client side - possible?

2011-02-14 Thread MJ
Hey guys. I did some researching on this matter but besides ClientBundle I failed to find something that would help me here. ClientBundle would work OK in case I would have the images as static references, but what I am trying to do (just playing around, getting to know this GWT) is similar to fil

Re: Load/Display KML file in GWT Google Maps

2011-02-14 Thread Irene
Ok guys, many thanks for your tips. I didn't know about putting the overlay on a public location. @Chad: I will start developing my code from the sample you provided, it is exactly what I need to understant properly how does this work. :) Thanks On 8 Feb, 15:52, Chad wrote: > Irene, > > I don'

Re: How to create a dynamic map as the Trip Advisor use case?

2011-02-14 Thread Irene
Sorry, I forgot to mention that I have tried to delete the element by using remove() function, but the problem is that my application really needs a footer credits bar, so if I delete the map and draw it again from the other class, the result is that the resultin map is shown BELOW the credit bar a

Re: Problems while installing Google Updates for Eclipse 3.6

2011-02-14 Thread csillag
I see this, too. The funny thing is, the installation worked yesterday, on a different machine. The only difference is that this time I started the installation behind a proxy. (Later I tried without a proxy, too, but it still did not work.) I would be very happy if this would be solved, really s

How to create a dynamic map as the Trip Advisor use case?

2011-02-14 Thread Irene
Hi all, I would like to do a GWT project reproducing this behaviour: http://www.tripadvisor.com/Restaurants-g60763-New_York_City_New_York.html As you can see, there is a map on the right, where it is possible to type the area where the engine should look for restaurants and see the real location

Re: GWT 2.2 and maven

2011-02-14 Thread Diego Lovison
how I can set to maven work with 2.2? ??? On 13 fev, 16:54, David Chandler wrote: > Maven Central push should come out Monday. Until then, you can try it out > from the staging rep

  1   2   >