Re: Bazarooma, a realestate site with GWT

2011-02-22 Thread nino ekambi
Hello :) I m living in Munich. Will be my pleasure to go for a beer with you :) Regards, Alain 2011/2/23 Shyam Visamsetty > Overall, an Excellent 1st Release. One thing I wanted to point out is > the Sign Out Feature. When I login using google accounts and log out. > It only logs me out of your

Re: GWT 2.2

2011-02-22 Thread Ryan Mehregan
You need to upgrade to GIN 1.5. make sure to also add guice 3.0-rc2 and guice-assistedinject as dependencies. http://groups.google.com/group/google-gin/browse_thread/thread/8a8d13618568da8 Ryan -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" g

Dynamic image url/data changing

2011-02-22 Thread Matej Jelovcan
Hey guys. Simple problem. I'll just post the source... public class ImageWindow extends Window { private Image image = null; public ImageWindow() { this.setHeading("Original Heading"); image = new Image(Images.INSTANCE.loading

Re: Adobe Flex Frontend for GWT

2011-02-22 Thread nino
It loos like there s no much love for Adob Flex around here ? :) -- 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 googl

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread George Moschovitis
> > For example, the look and feel of the Google Groups app is pretty neat, why > not try to grab their widgets? exactly, the theme of Google Groups would make an excellent default theme... -g. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit

How to tell if WriteOperation.UPDATE is called on a version change or on a first enounter

2011-02-22 Thread Y2i
Hi Everyone, When a new range is pulled from a server UPDATE events are fired for every pulled entity proxy. The same UPDATE is fired when the entity actually changes (its version). What, based on your experience, is the best way to react only on the real proxy change and ignore the first e

Re: Bazarooma, a realestate site with GWT

2011-02-22 Thread Shyam Visamsetty
Overall, an Excellent 1st Release. One thing I wanted to point out is the Sign Out Feature. When I login using google accounts and log out. It only logs me out of your website. but not google account. Beware to notify your users about that. Suppose, they are using a public computer, they might not

Re: RequestFactory triggered lazy fetch outside a transactional finder corrupts level 2 cache in DataNucleus (or potentially to other ORM as well?)

2011-02-22 Thread JosephLi
Update: re-enabling the level 2 cache and force loading the relationship within the transactional finder method doesn't solve the problem. So back to the initial solution to disable the level 2 cache. Would appreciate if anyone have any insight on the problem. Thanks, Joseph -- You received th

JBOSS GWT Framework: Errai

2011-02-22 Thread zixzigma
Hello Everyone, What do you think of JBOSS GWT Framework Errai ? http://www.jboss.org/errai -- 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 thi

Re: GWT 2.2

2011-02-22 Thread zixzigma
I am having the similar problem, I am also getting *IncompatibleClassChangeError* after upgrading to 2.2-rc1 from 2.1 I also posted on the issue page.[1] You can find the detail of my exception here: http://pastebin.com/HwVc7Zu3 I am not doing any kind of code generation whatsoever. just using

Re: Best hosting provider for GWT app

2011-02-22 Thread zixzigma
do you have any experience with Amazon WebService Datastore services, such az AWS SimpleDB ? http://aws.amazon.com/running_databases/#simpledb What is the benefit of using GAE Datastore instead of AWS SimpleDB ? What is the benefit of using non-relational Datastore ? -- You received this messag

celllist infinite scrolling

2011-02-22 Thread Luke
from the showcase demo, ShowMorePagerPanel, i can see this line display.setVisibleRange(0, newPageSize); , does that mean each time we scroll, all item from 0--> max will keep on repeatedly retrieve and display. how to make it to only display for subsequent new items and all previous old items (st

RequestFactory triggered lazy fetch outside a transactional finder corrupts level 2 cache in DataNucleus (or potentially to other ORM as well?)

2011-02-22 Thread JosephLi
I have the following two simple classes: @Entity class Employee { DateRange effectiveDateRange; . } @Embeddable @EmbeddedOnly class DateRange { Date startDate; Date endDate; } The first time the app start up and went thru a finder method on the Employee class, t

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Philippe Beaudoin
Agreed. I like the fact that the default theme is light-weight, does not require fancy images and result in a relatively shallow DOM (compared to some other widget providers) However I would really like the basic look to match that of standard Google Apps. For example, the look and feel of the

Re: Stack Layout Panel - strange layout problem after switching tabs!

2011-02-22 Thread Philippe Beaudoin
*shivers* :) -- 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...@googlegroups.com. For more

Re: Bazarooma, a realestate site with GWT

2011-02-22 Thread Christian Goudreau
> > I hope we didn't scare or bore you away. LOL, not at all ! You've made a pretty good job ! The only comment I have is that the right column on my large screen feel a little bit arkward. Even though it make sense when you actually click on something. Since my expertise field is more about cod

Re: Bazarooma, a realestate site with GWT

2011-02-22 Thread George Georgovassilis
Thank you for the great interest folks! We've recorded nearly hundred visitors who we could trace back to this post and who had, to a lesser or greater extent, a look at our site. Unfortunately we've not received but very little feedback so far - I hope we didn't scare or bore you away. If you can

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Thomas Broyer
On Tuesday, February 22, 2011 4:40:19 PM UTC+1, George Moschovitis wrote: > > Now, this is a great surprise. I strongly believe that GWT needs a new > default theme. > > The proposed theme is a bold improvement (I especially like the buttons) > but why don't you use something closer to the 'Goo

Re: Stack Layout Panel - strange layout problem after switching tabs!

2011-02-22 Thread Thomas Broyer
On Tuesday, February 22, 2011 6:58:58 PM UTC+1, Magnus wrote: > > Hi, > > I could not find anything about "IE DOM explorer". I see the problems > with IE7, and there is no such plugin. > If you cannot or do not want to install IE8 (whose "IE7 mode" is might be slightly different from a "true

Adobe Flex Frontend for GWT

2011-02-22 Thread nino ekambi
Hello community, We all know that there is a lot of UI libraries out there for GWT, mot of them based on HTML/JS ans CSS. Well i m glad to announce a new UI library in the GWT familly: the *Adobe Flex Framework and his UI Components* !. On top of that i ll had support for *client side PDF and E

Re: Split points for method having return type other than void

2011-02-22 Thread Philippe Beaudoin
The way you write it does not worl: int x = foo(); expects foo() to return an int, but it's declared as returning void. You do not need to runAsync in foo, bar and goo provided you're only calling them from one place (onClick). If you're always calling them in succession, you should always hav

Re: content type of DataResource

2011-02-22 Thread Bryan Donnovan
Jeff, This does not enable you to set the content type, so it has little to do with the question I asked. Again, given a ClientBundle with DataResources, how do we set the content type encoded into the data url of the DataResource? On Feb 22, 4:29 pm, Jeff Schwartz wrote: > There's a little p

Re: content type of DataResource

2011-02-22 Thread Jeff Schwartz
There's a little publicized feature in Eclipse (I assume you are using it). In the package explorer, right click on your resource, select Google and then select Add To Client Bundle. Magic! When I tripped over this one I was giggly. It also works for css files and even creates the interface for the

content type of DataResource

2011-02-22 Thread Bryan Donnovan
I am using a ClientBundle with DataResource elements for audio files used as sound effects. e.g. public interface Sounds extends ClientBundle { @Source("sound1.mp3") DataResource sound1(); @Source("sound2.wav") DataResource sound2(); } In the above example, the url of sound1b

Re: EntityProxies for entity groups ( JDO in App Engine )

2011-02-22 Thread Tom Fishman
This is my temporary solution: I start a transaction in the my filter code. The transaction enclosed the whole com.google.gwt.requestfactory.server.RequestFactoryServlet code and my service code. The transaction is committed after all of the other code returned. It works for chained persistence.

Re: Error installing GWT 2.2 in eclipse 3.6

2011-02-22 Thread Jesse
I had this problem as well. It was solved by installing in increments: First, install Plugin only (no SDK) Next, install GWT 2.2 SDK (no App Engine) Finally, install App Engine SDK I restarted in between each. On Feb 17, 5:01 am, Andrew Scully wrote: > As I mentioned in my first post, my devel

Re: Login system for my GWT app with google friend connect / openID integration.

2011-02-22 Thread credmond
Hi, I have just read "Google App Engine Java and GWT Application Development" (https://www.packtpub.com/google-app-engine-java-and-gwt- application-development/book), and it's exactly what you're looking for. It's also the only up-to-date (and decent) book I've found. It has its flaws, but I'd st

GWT TextBox with time format and DateBox format.

2011-02-22 Thread azuniga
Is there a way I can pre-set the TextBox so that it will display hh:mm:ss and to on accept only text in time format and have it allow the user to enter the 2 digits for the hour, skip the ":" then go to mm, skip the other ":" and then go to ss, or is there a widget already in existence that does th

Re: GWT 2.2.0 broke binary compatibility for code generation

2011-02-22 Thread Brian Reilly
I'll have to look into maven to see if that can be done, but I'm not too optimistic that it would work very well. Is there a gwt.version property that we can check inside the generate-with tag of the library's module XML? Theoretically, a library could then provide two classes in a single

Re: GWT Incubator with GWT 2.2

2011-02-22 Thread John LaBanca
What is the error? The latest incubator drop for GWT 2.1.0 seems to be compatible with GWT 2.2.0. Thanks, John LaBanca jlaba...@google.com On Tue, Feb 22, 2011 at 3:15 PM, David Chandler wrote: > As per > https://groups.google.com/group/google-web-toolkit/browse_thread/thread/d0d71e4e086f7746,

Re: GWT 2.2.0 broke binary compatibility for code generation

2011-02-22 Thread David Chandler
Hi Brian, Unfortunately, no. In order to improve compiler extensibility, we replaced many compiler classes with interfaces in 2.2.0, but the consequences were not fully anticipated until the work had already been done. Unfortunately, using abstract classes instead of interfaces (which would solve

In praise of GWT and App Engine

2011-02-22 Thread Jeff Schwartz
I needed a personal Web site where I could host my credentials, one I can use as sort of a promo to highlight my GWT and App Engine experience and showcase my work because I am currently looking for development work. So using App Engine and GWT I put together http://jefftschwartz.appspot.com/. On t

Re: GWT 2.2.0 broke binary compatibility for code generation

2011-02-22 Thread Brian Reilly
Thank you for formally addressing this issue, David. I notice that GIN 1.5 distributes 2 jars, one each for pre- and post- GWT 2.2. I haven't looked into it yet but, from a library developer's point of view, is there any hope of being able to distribute a single jar that will work in either case?

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Gal Dolber
Look at the buttons On Tue, Feb 22, 2011 at 5:26 PM, Evan Ruff wrote: > John, > > Did I speak too soon? Looking at the two showcases, they appear identical > in my browser: > > http://gwt-showcase-clean.appspot.com/#!CwCheckBox > > http://gwt.google.com/samples/Showcase/Showcase.html#!CwCheckBox

Re: RequestFactory and ServiceLocator

2011-02-22 Thread David Chandler
They locate different things. A Locator class finds an entity, whereas a ServiceLocator finds a service, which may or may not be related to an entity. You can use them both at the same time, and both Locator and ServiceLocator were introduced in 2.1.1 precisely so you don't have to put persistence

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Evan Ruff
John, Did I speak too soon? Looking at the two showcases, they appear identical in my browser: http://gwt-showcase-clean.appspot.com/#!CwCheckBox http://gwt.google.com/samples/Showcase/Showcase.html#!CwCheckBox Did I miss something? E -- You received this message because you are subscribed

Re: GWT Incubator with GWT 2.2

2011-02-22 Thread David Chandler
As per https://groups.google.com/group/google-web-toolkit/browse_thread/thread/d0d71e4e086f7746, the GWT team will no longer be maintaining the incubator now that CellTable (the last of incubator features to be moved into GWT) is available in 2.2.

Re: Compiling GWT project from command line

2011-02-22 Thread Ben Imp
I assume you are building an ANT script. If so, then it means something like this.

GWT 2.2.0 broke binary compatibility for code generation

2011-02-22 Thread David Chandler
Dear GWT community, The recent release of GWT 2.2.0 inadvertently broke binary (but not source) compatibility with any third party library that does code generation, including GIN. This was the result of an architectural change to the GWT compiler to support future improvements such as caching of

Re: Split points for method having return type other than void

2011-02-22 Thread Deepak Singh
Thank you Phillipe, now its more clear. Now lets suppose the following scenario, public void onClick(Clickevent e) { GWT.runAsynck( public void onSuccess() { int x = foo(); int y = bar(x); goo(z); } ); } public void foo() { GW

Re: RequestFactory/Editor AutoBean has been frozen error

2011-02-22 Thread Scott Olcott
Thomas, You are correct in understanding my issue. I tried calling AutoBean.clone(), but is fails with a "Cannot clone wrapped bean" error. I was however able to resubmit the proxy successfully using the following: AutoBean autoBean = AutoBeanUtils.getAutoBean(test); autoBe

Re: Stack Layout Panel - strange layout problem after switching tabs!

2011-02-22 Thread Philippe Beaudoin
The best way to explore the DOM with IE7 is to open the app with IE8, press F12, click on Browser Mode and select IE7. Then you can use this "Developer Tool" panel to explore the DOM. I was able to recreate the problem in IE7 and I notice that 2 nested divs have a height of 21px. Setting their

Re: RequestFactory and ValueProxy with Role-base Security

2011-02-22 Thread Y2i
Hi dagerber, I opened a security-related issue for this a few days back: http://code.google.com/p/google-web-toolkit/issues/detail?id=6051 It would be enough for me to be able to declare which services a particular instance of a request factory can access (as described in the issue). Please chec

Re: Strange Doubt, can we have more than one RPC in GWT application, web.xml?

2011-02-22 Thread joe kolba
yes On Tue, Feb 22, 2011 at 2:01 PM, amarasat wrote: > Hello everyone, > > This might be a silly doubt. But after implementing the > StockWatcherApplication, i ran into a strange doubt. > > This is the RPC definition and its servlet mapping in web.xml > > > >stockPriceServiceImpl > c

GWT Incubator with GWT 2.2

2011-02-22 Thread bconoly
Hey All, Trying to upgrade to 2.2 and I'm getting a build error with an incubator dependency, does anyone know when a new build will be available? Thanks, Brett -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: Strange Doubt, can we have more than one RPC in GWT application, web.xml?

2011-02-22 Thread Jeff Schwartz
You can have more than 1 ServiceImpl servlet. On Tue, Feb 22, 2011 at 2:01 PM, amarasat wrote: > Hello everyone, > > This might be a silly doubt. But after implementing the > StockWatcherApplication, i ran into a strange doubt. > > This is the RPC definition and its servlet mapping in web.xml >

Re: creating EntityProxyId from the client side

2011-02-22 Thread Y2i
I also use RequestFactory.getProxyId() but I've never used IdFactory because I haven't seen a need for externalizing EntityProxyId on the client for anything except for history management. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Strange Doubt, can we have more than one RPC in GWT application, web.xml?

2011-02-22 Thread amarasat
Hello everyone, This might be a silly doubt. But after implementing the StockWatcherApplication, i ran into a strange doubt. This is the RPC definition and its servlet mapping in web.xml stockPriceServiceImpl com.google.gwt.sample.stockwatcher.server.StockPriceServiceImpl

Re: RequestFactory and ValueProxy with Role-base Security

2011-02-22 Thread dagerber
Of course you can protect the find() Method, but that doesn't help. I'd have to open the security on the find() method for every possible Use-Case, that are using any Entity (if using a Generic Entity Locator). Even if I wrote a Locator for each Entity, I still might want to control calls to a sp

Re: Split points for method having return type other than void

2011-02-22 Thread Philippe Beaudoin
One thing that is not obvious at first is that code splitting part of your application that performs computation is far from trivial and will sometimes require you to change your code in deep ways. That's because you have to switch your mindset from "regular linear programming" to "deferred exe

Re: Best hosting provider for GWT app

2011-02-22 Thread Jeff Schwartz
Well I'd certainly put App Engine very high on the list and maybe even at the top of the list if your application can live within App Engine's quotas and constraints. Jeff On Tue, Feb 22, 2011 at 1:37 PM, Deepak Singh wrote: > Hi All, > > Lets share our experience for the hosting of gwt apps. I

Re: Best hosting provider for GWT app

2011-02-22 Thread Philippe Beaudoin
If you still have flexibility on the technologies you need for the backend, consider Google AppEngine. It has been working really well for 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

Best hosting provider for GWT app

2011-02-22 Thread Deepak Singh
Hi All, Lets share our experience for the hosting of gwt apps. If someone has experienced a hosting provider before or know the best in the market, let all should know who is the best ? Priority should be the server speed to deliver files quickly as gwt app face the startup time issue. Thanks --

Re: Compiling whole project for any widget changes

2011-02-22 Thread Brian Reilly
If you use Development Mode, you don't have to recompile to see most client-side changes. See http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideDevMode -Brian On Tue, Feb 22, 2011 at 5:16 AM, Jiunarayan wrote: > I find annoying in compiling the whole gwt pro

Re: Deferred Binding, Gin in library/widget ?

2011-02-22 Thread Brian Reilly
I don't think this is a case where I would think of using either deferred binding or GIN. The API you outlined should work as is for anyone who can write their own datasource. For users who can only provide a URL to the data, they can use your HttpDataSource or a more specific subclass of HttpDataS

Re: java.lang.AssertionError: redundant remove call

2011-02-22 Thread Y2i
There is already an issue for this problem: http://code.google.com/p/google-web-toolkit/issues/detail?id=5700 -- 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 uns

Re: Split points for method having return type other than void

2011-02-22 Thread Philippe Beaudoin
@Deepak I read your question too quickly, my answer does not apply and I've deleted the message. Sorry for the confusion. -- 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

Re: Stack Layout Panel - strange layout problem after switching tabs!

2011-02-22 Thread Magnus
Hi, I could not find anything about "IE DOM explorer". I see the problems with IE7, and there is no such plugin. However, the bad layout does not appear on initial loading, it appears after switching the stack. It's weird, but I can reproduce it. I don't see any part of this animation mechanism

Re: GWT Designer / Only Small Black Square

2011-02-22 Thread cri
More info on the problem. First, and perhaps most important, the problem seems to involve all of the new layout panels: DockLayoutPanel, SplitLayoutPanel, StackLayoutPanel. I've tried those and for each the problem exists. I would guess its the same for the other new layout panels. Secondly, I've

Re: creating EntityProxyId from the client side

2011-02-22 Thread Colin Alworth
My approach has been to use RequestFactory.getProxyId to turn known ids into EntityProxyIds, and from there to get the actual instance. This works for the most part, unless you actually want to use the same id format that the server uses. In this case, why not add a method to your RequestContext

Re: PreefixTree code question

2011-02-22 Thread Patrick Tucker
So, I'm guessing there is nothing wrong with using JavaScriptObject.createArray() in place of the native function?? On Feb 18, 1:30 pm, Patrick Tucker wrote: > I was looking at the code in PreefixTree to see if it would be > feasible to make it generic so I can pass it values other than a > Strin

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Greg Dougherty
Overall UI principle: Good UI is "unconscious" UI. If the user has to stop and think about something ("is A really different from B?"), then the UI has failed. A quick glance should, immediately and without any conscious thought, tell the user essentially everything about the interface. "This is

Trying to search but nothing's happening

2011-02-22 Thread Greg Dougherty
Well, not nothing, but when I click on my profile (and other people's profiles) I don't see any messages after Feb 1. If I search for my name I get the same thing. Why can't I use Search to find my recent messages? -- You received this message because you are subscribed to the Google Groups "G

java.lang.AssertionError: redundant remove call

2011-02-22 Thread Y2i
This error will occur if a ResettableEventBus is wrapped by another ResettableEventBus (which I had to do due to the nature of my project). The problem is the same event handler will be unregistered by all nested ResettableEventBuses. If you run into the same problem you can use the attached j

Re: java.lang.AssertionError: redundant remove call

2011-02-22 Thread Y2i
Sorry, the issue described there is slightly different, but the assertion is the same. -- 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 grou

Re: CellTable Styling

2011-02-22 Thread John LaBanca
The inner div is added by CellTable to make the cell focusable (TD elements are not focusable on all browsers, so we need a TD). tbroyer is correct that the style must be inherited from somewhere else. Have you looked at it with firebug or Chrome dev tools? Thanks, John LaBanca jlaba...@google.c

Re: Celltable w/ selectionModel and ActionCells

2011-02-22 Thread John LaBanca
You can try overriding ActionCell#handlesSelection() to return true to disable the default selection. We might need to do so for all interactive cells and change the JavaDoc of Cell#handlesSelection() to clarify that it can be used to simply disable default selection. But in general, this is what

Re: Figuring out the cell table column to sort locally

2011-02-22 Thread John LaBanca
ColumnSortEvent#getColumn() returns the Column that was sorted. You can resolve it back to an index if needed using CellTable#getColumnIndex(Column). cellTable.addColumnSortHandler(new ColumnSortEvent.Handler() { public void onColumnSort(ColumnSortEvent event) { * Column sortedColumn = event.g

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread John LaBanca
@jcb - You can view the current version of Showcase for comparison here: http://gwt.google.com/samples/Showcase/Showcase.html Thanks, John LaBanca jlaba...@google.com On Tue, Feb 22, 2011 at 11:21 AM, Harpal Grover wrote: > I agree with Evan, I think GWT needs a theme along the lines of GXT and

Re: JSNI and Generic Types

2011-02-22 Thread Uemit
I tried the JSNI call that Thomas suggested and it works (GPE doesn't display any errors and it also compiles fine): @mycustomnamespace.event.CustomHighlightEvent::fire(Lcom/google/gwt/event/logical/shared/HasHighlightHandlers;L java/lang/Object;)(view,data); So I replaced my DTO type *Lmycusto

Re: GWT Designer / Only Small Black Square

2011-02-22 Thread cri
I do see part of the problem. When I open the attached code, the size showing for "rp" and "p" is "(0,0)". Can anyone guess what might be causing this? If I set the sizes of "rp" and "p" respectively to 500,500 and 400,400, I now see more than the black square. However, I still don't see the split

Re: Ganymede Eclipse Older GWT Plugin link needed

2011-02-22 Thread GwtRocks
We had the same problem when trying to install latest GWT plugin on our Eclipse 3.4. Please share with us where to find the older plugin. -- 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-toolk

Compiling GWT project from command line

2011-02-22 Thread shahid
I have a GWT project that I created using the WebAppCreator a couple of years ago. The application has evolved alot since and I am currently using GWT 2.1.0. So far I have been compiling the project using Eclipse with Google Plugin for Eclipse. However I am now moving to a batch build script which

GWT Designer and GAE deployment

2011-02-22 Thread csaffi
Hi everybody, I'm using GWT Designer + Google Plugin for Eclipse, and I'd like to design the GUI with the designer and deploy the resulting app on Google App Engine. I'm fighting from hours with this problem: - if the application project is created using the "New Web Application Project" wizard, I

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Harpal Grover
I agree with Evan, I think GWT needs a theme along the lines of GXT and SmartGWT. These themes are very easy on the eyes and very attractive as well. On Tue, Feb 22, 2011 at 11:13 AM, Evan Ruff wrote: > I'm really sorry but, this not great at all. I just don't see anybody > actually using this i

Re: TabLayoutPanel + dynamic tab content + DialogBox = ?

2011-02-22 Thread Greg Dougherty
You've discovered the reason why I never use TabLayoutPanel, and why I'll need a really good reason to keep on "upgrading" GWT once support for TabPanel goes away. So it's deprecated. Block deprication warnings, and use TabPanel. Greg On Feb 21, 2:30 pm, jscheller wrote: > So... I've got a Tab

Re: Augmenting Existing Elements with GWT

2011-02-22 Thread Thomas Broyer
On Monday, February 21, 2011 10:23:13 PM UTC+1, Anm wrote: > > > Is there any inherent, underlying reason why GWT components can't take in > existing DOM references to build their components? > Most widgets assume their root element's children are entirely manage by them. In the case of a Fl

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Evan Ruff
I'm really sorry but, this not great at all. I just don't see anybody actually using this in a deployed application. Like it or not, the competition for widgets and themes is Vaadin, GXT, SmartGWT, etc. While I understand the default theme is lighter, this just isn't in the same league. I was

Re: Split points for method having return type other than void

2011-02-22 Thread Deepak Singh
Could you pls explain how to use this proxy version? On Tue, Feb 22, 2011 at 1:52 PM, John Maitland wrote: > You could also use a 'proxy' version of the return type. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread George Moschovitis
Now, this is a great surprise. I strongly believe that GWT needs a new default theme. The proposed theme is a bold improvement (I especially like the buttons) but why don't you use something closer to the 'Google' theme (like Google Closure) ? This would allow GWT apps to blend much better in t

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread Jeff Larsen
I think having rounded corners in browsers that supports it and square corners in browsers that don't is acceptable, it is a minor stylistic difference, and if someone has a problem with the that style, nothing is stopping them from implementing their own theme. My only main concern is to make

Re: RequestFactory and ServiceLocator

2011-02-22 Thread P.G.Taboada
So far so good, the serve different purposes. But I only can declare/ use one of them? I want my service requests to be handled by my spring managed bean. I have my entity manager managed by spring too. My entities obviously are not spring beans. I do not understand why the Locator "job" cannot b

Re: best practice for callbacks

2011-02-22 Thread frank
Thanks - Problem solved! Frank -- 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...@googleg

Re: Odd html codes appear on IE!!!.

2011-02-22 Thread Thomas Broyer
Short answer: it's an IE quirk. Long answer: __listener is an expando property on the DOM element to link the element back to its GWT widget counterpart (so that a DOM event can be routed to the widget and handled in your GWT code). The issue is that in IE, properties and attributes are almost t

Re: Tell the GWT compile to not compile a certain method?

2011-02-22 Thread Thomas Broyer
On Tuesday, February 22, 2011 2:18:47 PM UTC+1, ep wrote: > > ...indeed its a good workaround to solve some issues, but there could > be many nontransparent side-effects in web/dev mode etc and in > serialization, furthermore it yields maintainance of many versions of > same code. imho its bet

Re: RequestFactory and ServiceLocator

2011-02-22 Thread Thomas Broyer
A Locator, or the findXxx static method on the entity, is required when an entity is sent from the client to the server. A ServiceLocator is required if you have instance methods on your @Service object (the ServiceLocator will then create an instance of the service so instance methods can be c

Re: RequestFactory and ServiceLocator

2011-02-22 Thread Thomas Broyer
On Tuesday, February 22, 2011 4:06:26 PM UTC+1, Thomas Broyer wrote: > > They share different purpose. > Sorry, from my description they obviously don't *share* anything. They * serve* different purposes. -- You received this message because you are subscribed to the Google Groups "Google We

Re: TabLayoutPanel + dynamic tab content + DialogBox = ?

2011-02-22 Thread Jeff Larsen
THe problem is that with dialog box, it resizes itself to be the size of widget it contains, and since TabLayoutPanel has no defined size, it won't properly resize itself. You could getting the size of the dynamically generated widgets that TabLayoutPanel contains, then adding that size to the

Re: Serious Bug or some Type Erasure I don't understand ???

2011-02-22 Thread Thomas Broyer
The "source" must be something that's shared amongst the classes that listen to the events and the ones that fire them. If I were you, I'd use AEntity.class, BEntity.class and CEntity.class (just like RequestFactory does for its EntityProxyChange event). -- You received this message because yo

Re: CellTable Styling

2011-02-22 Thread Thomas Broyer
Given that the div isn't explicitly given any CSS class or inline style, its white background must come from a stylesheet that defines something like div { background-color: white; }. Your issue thus is more with this stylesheet than with CellTable using a div inside the table cells. -- You re

Re: Feedback Requested: Preview of new GWT Style Theme

2011-02-22 Thread jcb
I like the look and it's fluid, for the most important. Anyway do you have a link to compare the previous style to the new one ? it would be easier to evaluate. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send e

Re: Diagramming Using GWT?

2011-02-22 Thread Trung
For me, porting Eclipse GEF - http://eclipse.org/gef to GWT is promising. http://demo.gdevelop.com uses GEF. Trung On Feb 17, 4:10 am, Jan Mostert wrote: > Have a look at the GWT graphics library, vector graphics would be the best > way to go. > > http://code.google.com/p/gwt-graphics/ > > gwt

Unable to run GWTP app after migration to 2.2

2011-02-22 Thread Karthik
I need a solution to the following problem : I am running eclispe 3.6, GWT 2.2, Guice 3.0 rc2, gin 10 r137 and gwt- p 0.5, the code compiles fine but when I try to run the app i end up with the following error : 13:40:24.062 [ERROR] [gwtphplacesample] Failed to create an instance of 'com.gwtplat

Augmenting Existing Elements with GWT

2011-02-22 Thread Andrew n marshall
I was looking for / hoping for a way to augment existing HTML with GWT functionality.  Conceptually, I was thinking I might be able to do something like this: public void onModuleLoad() { final RootPanel root = RootPanel.get(); // Says it support multiple

Figuring out the cell table column to sort locally

2011-02-22 Thread 1111ichiro
I am following this code snippet that I found in this forum to sort dynamic data locally one page at a time. cellTable.addColumnSortHandler(new ColumnSortEvent.Handler() { public void onColumnSort(ColumnSortEvent event) { List newData = new ArrayList(cellTable.getVisibleItems()); // Copy the

Login system for my GWT app with google friend connect / openID integration.

2011-02-22 Thread Pablo Moreno
Hello. I'm new to google web toolkit, and I'm trying to develop a little social network. I haven't started the project yet, I'm doing research and tutorials on gwt and gwt designer. Given that I haven't found much information about how to integrate GWT + shindig (open social), I'm looking for ot

Docs for using plug-in extension points

2011-02-22 Thread jwcrow
I would like to problematically create a project in eclipse and add the default GWT library. Any documentation on the plug-in extension points anywhere? All I can find is a statement that it will be open source soon. No docs, no description of extension points. Thanks James -- You received th

Any component like SplitLayoutPanel with percentage support

2011-02-22 Thread ALB-PSP-DV1
I'm new to GWT. I have used SplitLayoutPanel to create draggable splitter between child widgets. However since this component supports only "px", it is not serving my purpose. I need the divided regions and child widgets to resize to any browser dimensions onload as well as on window resize. Is th

Odd html codes appear on IE!!!.

2011-02-22 Thread aoi999
Hello everyone. I'm using appengine1.4.0 and, GWT 2.1.0. I found a odd problem today. Please see the following codes. --- public void onModuleLoad() { RootPanel.get().add(new Label("Hello!")); } --- I run the app and captured the html code of label control using IE Develop tools. Please see

Modification of a CellTable cell from another cell

2011-02-22 Thread guillaume06
Hi everybody, I'm a newbie in gwt and I have to make a rather simple task using GWT 2.1 but I don't manage to make it : I have to dispay in a cellTable a list of items. Each item is composed of several fileds, so the cellTable has several columns (one column per field plus one "eye" column, see be

  1   2   >