Re: client code from external directory

2010-11-01 Thread Alex Shabanov
Thank you for attention for my problem. On Nov 1, 3:21 am, Jeff Larsen larse...@gmail.com wrote: Put a gwt.xml file in the project. I did. It's name is Generic.gwt.xml. define the module, then you'll be able to import your library project into a gwt project. The same thing, yes I defined

Re: CellTree reordering nodes?

2010-11-01 Thread David Pinn
I don't know you you've screwed up; but if you have, so have I. I too have been seeing very strange event-handling behaviour, with values being passed to getNodeInfo that are not for the node clicked on. Using your trick with .add(0, Object) made my problem go away too. Right now I'm really happy

Re: lib-gwt-svg 0.5 for GWT 2.1 is available

2010-11-01 Thread Sorinel C
This is a great news -- I'll give it a try ... Cheers! http://ui-programming.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this

Re: Route animation in google maps with GWT

2010-11-01 Thread Blagoja Chavkoski
Hi, From the code I cant really say whats the problem..looks ok... should show the polylone at list if is added with a weight 0 but on the otehr hand i see a lot of short comings .. some of those... 1. the timer is to fast.. 2 . the insert vertex mehtod is going to be killing slow if u have

use enums with EntityProxy

2010-11-01 Thread sith
Hello all. I have trouble with enums in the EntityProxy. Is it possible to have enum fileds in the my EntityProxy interface? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

GWT Debugging with an external server

2010-11-01 Thread Ittai
Hi, I used to use GWT's internal server to debug my code but I now have the need to use an external server. I followed the instructions in the gwt eclipse plug-in (http:// code.google.com/eclipse/docs/faq.html#gwt_in_eclipse_for_java_ee) and I indeed was successful but I now lack a very needed

Re: use enums with EntityProxy

2010-11-01 Thread Thomas Broyer
On 1 nov, 11:54, sith fedorov1...@gmail.com wrote: Hello all. I have trouble with enums in the EntityProxy. Is it possible to have enum fileds in the my EntityProxy interface? It's a known bug: http://code.google.com/p/google-web-toolkit/issues/detail?id=5448 -- You received this message

Re: Window 7 IE8 Drop Down List Boxes open problem

2010-11-01 Thread Nathan Wells
Do you have a snippet of code that can reproduce this problem? this sounds like a browser issue to me. On Oct 28, 6:20 am, skippy al.leh...@fisglobal.com wrote: 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

Re: Announcing GWT 2.1

2010-11-01 Thread Jeff Schwartz
When targeting App Engine it isn't developer productivity I am so concerned about but rather user experience as well as cascading failures caused by an initial request failure should the additional time required to fire up Spring DI cause the initial request to go over the allotted total time as

JDBC error when implementing RPC

2010-11-01 Thread Addude
Hi, I have an app that connects to MySQL on the server side, and it works as I have tested it using a separate class. However when I try to send the data to the client via RPC I get the following error: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver when I am running the web app

for(;;) with 2.01

2010-11-01 Thread marcusucubi
Hi, I had a loop (using a for(;;) {} ) in my GWT code. When I moved to 2.01, the loop acted weird. (the function with the loop would always return false, when true was also possible.) I changed the loop to a do{}while(true); loop and it worked fine. Sorry I don't have a sample code to demo,

Re: Announcing GWT 2.1

2010-11-01 Thread shinderahulv
These mail r been coming to me and I am not a part of this. Please take a note of this. Sent on my BlackBerry® from Vodafone -Original Message- From: Duong BaTien duong.bat...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Sun, 31 Oct 2010 08:26:38 To:

RPC serialisation problem

2010-11-01 Thread stephan.beu...@googlemail.com
Hello, I need some hints to improve the speed of serialisation. On server side a make a call to a database to get data from it. This is quiet fast, needs about 2 seconds to get 68000 entries. When sending the data to the client to display it in a table, I seperated the entries to transfer it in

Re: Nested Views in MVP

2010-11-01 Thread zixzigma
Hello David, I am very excited about the GWT 2.1 release, and planning to use it for a new upcoming project. I have been following and studying the MVP for quite a while now and experimenting with milestone releases. Just wanted to share some of my thoughts: I personally find the name Activity

Re: Code for sample Contacts application out of date

2010-11-01 Thread Dan
Hi, On Oct 29, 1:46 pm, cri chuck.irvine...@gmail.com wrote: Since this is a significant piece of new functionality, i.e. MVP, is there any chance that this application will be updated soon, especially the downloadable project? I agree - I've been reading the page which describes the

No GWT Developer Plugin for Chrome on OSX

2010-11-01 Thread SteveG
See subject. Why is this - I thought Google was running all Macs now - and this product is missing the developer plugin for Chrome? Curious if this is something in progress or should I just continue to use Safari/Firefox ? -- You received this message because you are subscribed to the Google

Cannot get satisfactory IE6 PNG support for sprites

2010-11-01 Thread Carter Simmons
I cannot get PNGs to work in IE6. I've tried every hackaround out there from DD_belatedPNG to iepngfix.htc and beyond without joy. DD was the closest to working but it was not properly positioning all the elements it was fixing and I cannot find a workaround. For some reason, certain elements

Re: Announcing GWT 2.1

2010-11-01 Thread shinderahulv
These mails being mark to me Kindly avoid Sent on my BlackBerry® from Vodafone -Original Message- From: Stephen Haberman step...@exigencecorp.com Sender: google-web-toolkit@googlegroups.com Date: Sun, 31 Oct 2010 23:32:03 To: google-web-toolkit@googlegroups.com Reply-To:

Re: Announcing GWT 2.1

2010-11-01 Thread shinderahulv
Ur mails r getting wrongly marked to me. Please avoid Sent on my BlackBerry® from Vodafone -Original Message- From: Thomas Broyer t.bro...@gmail.com Sender: google-web-toolkit@googlegroups.com Date: Sun, 31 Oct 2010 09:39:42 To: Google Web Toolkitgoogle-web-toolkit@googlegroups.com

Re: Re: lib-gwt-svg 0.5 for GWT 2.1 is available

2010-11-01 Thread rahul vijay shinde
These mail are been wrongly marked to mePlease avoid.RegardsRahul ShindeOn Mon, 01 Nov 2010 14:09:38 +0530 Sorinel C wrotegt;This is a great news -- I'll give it a try ...gt;gt;Cheers!gt;http://ui-programming.blogspot.com/gt;gt;gt;-- gt;You received this message because you are subscribed to

Role based Security in GWT: how to implement ?

2010-11-01 Thread zixzigma
Hello everyone, I have some questions regarding implementing security in GWT. It's a typical use case: let's say in your app, users can have different roles, and you want to show only the relevant part of the UI, based on their role. and I am talking about more than 3 roles. eg:(Customer,

Re: Re: Announcing GWT 2.1

2010-11-01 Thread rahul vijay shinde
These mail are been wrongly marked to mePlease avoid.RegardsRahul ShindeOn Mon, 01 Nov 2010 10:04:12 +0530 Shawn Brown wrotegt;gt;gt; That being said, I'm not a Spring (nor Guice) fan, so would actuallygt;gt;gt; enjoy seeing numbers that show, say, your stack w/Spring takes x% moregt;gt;gt;

Re: Re: Announcing GWT 2.1

2010-11-01 Thread rahul vijay shinde
These mail are been wrongly marked to mePlease avoid.RegardsRahul ShindeOn Mon, 01 Nov 2010 11:01:25 +0530 Stephen Haberman wrotegt;Hi Shawn,gt;gt;Thanks for the links.gt;gt;Moving off JDO and Spring MVC (the web framework, not DI) seemed to begt;the biggest startup time wins, which is in line

Re: Re: CellTree reordering nodes?

2010-11-01 Thread rahul vijay shinde
These mail are been wrongly marked to mePlease avoid.RegardsRahul ShindeOn Mon, 01 Nov 2010 13:53:51 +0530 David Pinn wrotegt;I don't know you you've screwed up; but if you have, so have I.gt;gt;I too have been seeing very strange event-handling behaviour, withgt;values being passed to

Re: Wave styled widgets

2010-11-01 Thread gopal bhalala
Hi to all, Any suggestion please... Best Regards Thanking you, Gopal Dhanjibhai Bhalala On Sun, Oct 24, 2010 at 10:21 PM, Deepak Singh deepaksingh...@gmail.comwrote: I also need to know the frame which has been used in Google wave. Anybody who can give idea about how to create such

Re: No GWT Developer Plugin for Chrome on OSX

2010-11-01 Thread Jeff Schwartz
I don't think they are running all Macs. I think they have given up Windows but offer a choice of Mac or Linux. Jeff On Sat, Oct 30, 2010 at 10:55 AM, SteveG steven.gent...@gmail.com wrote: See subject. Why is this - I thought Google was running all Macs now - and this product is missing

Re: for(;;) with 2.01

2010-11-01 Thread Jeff Schwartz
As an aside, do while is semantically much 'cleaner' as is while(boolean) IMHO :) On Fri, Oct 29, 2010 at 5:16 PM, marcusucubi marcusuc...@gmail.com wrote: Hi, I had a loop (using a for(;;) {} ) in my GWT code. When I moved to 2.01, the loop acted weird. (the function with the loop would

Re: Announcing GWT 2.1

2010-11-01 Thread Thomas Broyer
On 31 oct, 18:57, Jeff Schwartz jefftschwa...@gmail.com wrote: Hi Thomas, No hard feelings, I assure you, and I think your English is very good so please don't feel insecure. I apologize if I came off with an attitude; I didn't mean to, but it was early in the morning and I didn't have my

Re: Route animation in google maps with GWT

2010-11-01 Thread Jan
Hi B, Thanks for your answers. I found the error. For setting the schedule, i used the method timer.schedule()..The thing with that method is, that the timers run method is called only one time..so now i use the method timer.scheduleRepeating() and it works perfectly..in my example, i have 370

Re: client code from external directory

2010-11-01 Thread Alex Shabanov
I've just found out the error. At first, maven-gwt-plugin must be of 1.3.1.version, ver 1.2 that is available in the official maven repository does not support compileSourcesArtifacts tag. The other problem is that I tried to include generic module by adding Generic.gwt.xml in gwtmod module, but

Announcing: Visual GUI Designer in web browser

2010-11-01 Thread Trung
Update: new http://demo.gdevelop.com/ with more widgets (Label, TextBox, CheckBox, Radio Button, List Box and Button) and panels (Vertical Panel, Horizontal Panel). Please note about Editing features: - Shortcut keys (Ctrl+C, Ctrl+V, Ctrl+Z, Ctrl+Y, Ctrl+A, etc) - Select multiple widgets by

Fwd: Announcing gwt4air 1.0

2010-11-01 Thread nino ekambi
-- Forwarded message -- From: nino ekambi jazzmatad...@googlemail.com Date: 2010/11/1 Subject: Announcing gwt4air 1.0 To: google-web-toolkit@googlegroups.com Hello community, It s been a long way but i m proud to annouce the release of Gwt4Air 1.0 Gwt4Air will give you the the

repositioning node in a celltree

2010-11-01 Thread Rodrigue Lagoue Njinthe
Hi! did someone already modify successful a celltree's structure programmatically? I want to change the parent of a node programmatically and see the changes displayed on the screen. What I do now is the following: .remove the considered node's value from the old parent's

Re: Announcing GWT 2.1

2010-11-01 Thread Jeff Schwartz
On Mon, Nov 1, 2010 at 8:22 AM, Thomas Broyer t.bro...@gmail.com wrote: Well, except that Guice for instance (and I believe JavaEE 6 too, as it's based on JSR 330, lead by Bob Lee, creator of Guice) does not use an XML file. Yes however I was specifically speaking to Spring DI. Isn't that

RE: repositioning node in a celltree

2010-11-01 Thread Rodrigue Lagoue Njinthe
Hi! did someone already modify successful a celltree's structure programmatically? I want to change the parent of a node programmatically and see the changes displayed on the screen. What I do now is the following: .remove the considered node's value from the old parent's

problems with gwt

2010-11-01 Thread Cristina
Hi, I've found some difficults with gwt, I've been trying to put paging grid into a grouping store but i can't. I can see the paging in the bottom of the list of groups but i want to put paging inside each group and i can't. if somebody has an idea about it, please tell me because i'm lost...

Re: Route animation in google maps with GWT

2010-11-01 Thread Blagoja Chavkoski
Hi, Thats the way to go...wosent that hard :) Chears, B On Mon, Nov 1, 2010 at 1:34 PM, Jan jan.widm...@gmx.ch wrote: Hi B, Thanks for your answers. I found the error. For setting the schedule, i used the method timer.schedule()..The thing with that method is, that the timers run method

Re: Role based Security in GWT: how to implement ?

2010-11-01 Thread Stefan Bachert
Hi zixzigma, doing security in the client would be wrong. Remember you are doing client-server with GWT (not fatclient as classical web technology does) The client should ony receive data which are allowed for the current user role. The client is never ever a trusted component! So in the end any

How RPC works on GWT?

2010-11-01 Thread JuDaC
Hi folks! I'd like to know how RPC works, but I do not want to know about the proxy created and that abstraction we can easily found on GWT web page. I want to know exactly how the resquest is build. how the post message is sent. I was reading to source code and it seems to me that a GWT

List editing with Editor/RequestFactory + GAE/Objectify

2010-11-01 Thread Tobias
Hi, to get accustomed to GAE as well as GWT 2.1, I am working on a pet project for managing Recipes. A Recipe has multiple Ingredients, which I want to display in a CellTable, each Ingredient having (editable) columns for Amount and Type. New Ingredient lines in the table can be added with a

uibinders - any available graphical editors and/or intellisense for attributes for uibinders?

2010-11-01 Thread Yves
hi guys, love gwt and it suits large projects nicely. i do have 2 questions regarding uibinders. 1. are there any uibinder graphical editors? for example instead of producing code when using GWT Designer, it can produce uibinder code instead? 2. if not, are there any auto-complete or

Injecting EventBus with GIN

2010-11-01 Thread xworker
Hi all Trying to inject the eventbus into a component but I'm getting the has no default (zero args) constructor. error. Any clues what I'm doing wrong? Very new to GIN, so it might be trivial.. Here is my code: module: public class MyWidgetClientModule extends AbstractGinModule {

Re: uibinders - any available graphical editors and/or intellisense for attributes for uibinders?

2010-11-01 Thread Thomas Broyer
On 1 nov, 15:25, Yves yveshw...@gmail.com wrote: hi guys, love gwt and it suits large projects nicely. i do have 2 questions regarding uibinders. 1. are there any uibinder graphical editors? for example instead of producing code when using GWT Designer, it can produce uibinder code

Re: Role based Security in GWT: how to implement ?

2010-11-01 Thread Stephen Haberman
The server is the only place where security can apply. Very much agreed. But GWT is mainly a client side topic. Authentication based security or roles based security will never be a GWT (client) topic Perhaps pre-2.1, yes, but the new RequestFactory, given it facilitates client-server data

Re: Announcing GWT 2.1

2010-11-01 Thread Thomas Broyer
On 1 nov, 14:04, Jeff Schwartz jefftschwa...@gmail.com wrote: On Mon, Nov 1, 2010 at 8:22 AM, Thomas Broyer t.bro...@gmail.com wrote: Well, except that Guice for instance (and I believe JavaEE 6 too, as it's based on JSR 330, lead by Bob Lee, creator of Guice) does not use an XML file.

Re: 2.1 linker changes

2010-11-01 Thread Thomas Broyer
On 1 nov, 05:28, Shawn Brown big.coffee.lo...@gmail.com wrote: Should appName.nocache.js be one of the Artifacts obtained via artifacts.find(EmittedArtifact.class)? I think so (haven't verified, but reading the code doesn't make me think it'd work differently) In 2.04 it was emitted in the

Re: No GWT Developer Plugin for Chrome on OSX

2010-11-01 Thread Chris Conroy
http://code.google.com/p/google-web-toolkit/issues/detail?id=4493 On Mon, Nov 1, 2010 at 8:16 AM, Jeff Schwartz jefftschwa...@gmail.comwrote: I don't think they are running all Macs. I think they have given up Windows but offer a choice of Mac or Linux. Jeff On Sat, Oct 30, 2010 at 10:55

Re: Wave styled widgets

2010-11-01 Thread Gal Dolber
Wave + Firebug + lots of time will do it On Mon, Nov 1, 2010 at 8:06 AM, gopal bhalala gopalbhal...@gmail.comwrote: Hi to all, Any suggestion please... Best Regards Thanking you, Gopal Dhanjibhai Bhalala On Sun, Oct 24, 2010 at 10:21 PM, Deepak Singh

Re: Re: CellTree reordering nodes?

2010-11-01 Thread John LaBanca
There is a bug in CellTreeNodeView where it always assumes new data starts at index 0, which of course is not true if the data is being appended. That explains why it works when you insert at index 0. Another workaround is to populate the ListDataProvider before creating the CellTree (if that is

Re: How can I create a CellTree of Anchor nodes?

2010-11-01 Thread John LaBanca
We don't provide an AnchorCell, buts its easy to create one. Just extend AbstractCell and override the render() method to render a hyperlink into the SafeHtmlBuilder. FYI - decitrig is correct. The old Showcase used Hyperlinks. The new Showcase handles selection via the selection model and

Re: Fwd: Announcing gwt4air 1.0

2010-11-01 Thread Sorinel C
Good job -- it looks good, but... Do you think is worth the effort, as long as Apple doesn't support Adobe products on their systems? Also, I know lots of companies that don't allow Flash plugin into their browser, so they go on the JavaScript path. Anyways, as world is so diverse, I think

Re: Announcing GWT 2.1

2010-11-01 Thread David Chandler
Hi Jeff, GWT 2.1 has no dependency on Roo. It is very much our intent that you should be able to create GWT apps with or without Roo. The latter offers some conveniences for certain types of apps like CRUD apps where you have, say, 40 entities, each with corresponding CRUD screens, and a view,

Test if element has focus

2010-11-01 Thread Ice13ill
I searched for a method in GWT to test if a widget is focused or not but i couldn't find one. Is there a method in the GWT classes or do i have to create a native js method ? Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: gwt-maven-plugin from Google and Codehaus

2010-11-01 Thread hezjing
I have been trying to learn gwt-maven-plugin and read the documentation from http://mojo.codehaus.org/gwt-maven-plugin/, last published for 1.3-SNAPSHOT. Then, I accidentally found this site for gwt-maven-plugin 2.1-SNAPSHOT at http://people.apache.org/~nicolas/gwt-maven-plugin-2.1/, which seems

Re: Injecting EventBus with GIN

2010-11-01 Thread David Chandler
xworker, I think you want to inject type EventBus rather than SimpleEventBus in your I18NLabel constructor. But just to be clear, which class is reporting the no zero-args constructor err? On Mon, Nov 1, 2010 at 10:31 AM, xworker blomqvist.andr...@gmail.comwrote: Hi all Trying to inject the

Re: Announcing GWT 2.1

2010-11-01 Thread Jeff Schwartz
Thanks, David, for clarifying this. If at any time it may have seemed that I was implying that there was was any static dependency between Roo or Spring DI and GWT let me say that I know there isn't. There is, though, an implied dynamic dependency between Roo, Spring DI MVP if one wants to

java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
Hi All, I'm new to this, and I'm trying to use my Manager class in a GWT module. I'm using Eclipse 3.6 with the latest GWT plugin and generating a project from it. In my GreetingServiceImpl I have a method, public String getDataFeed() throws IllegalArgumentException, that tries to

Re: Reference to undefined variable gwt_remote_ui_server_port

2010-11-01 Thread leslie
I considered that some of the versions were somewhat older. So I went ahead and upgraded a few things. Downloaded a new Java update from apple so now I'm using 1.5.0_26 Upgraded GWT to 2.1 Upgraded Eclipse to Helios version 3.6 Downloaded a new GWT browser plugin for safari - New GWT plugin for

Communication with the Server + MVP

2010-11-01 Thread Bruno Santos
I saw the new way of using the MVP on the 'http://code.google.com/intl/pt-BR/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html', but I have a question, how do I make a communication with the server? -- You received this message because you are subscribed to the Google Groups Google Web

Re: Test if element has focus

2010-11-01 Thread John LaBanca
There isn't such a method in GWT. As far as I know, only IE has a method to get the currently focused element (document.activeElement). For other browsers, you have to use focus/blur handlers to keep track (although maybe you can do it at the top level for Firefox/Chrome? Thanks, John LaBanca

Re: Wave styled widgets

2010-11-01 Thread gopal bhalala
Hi Gal, Thanks for reply Any demo example for this Best Regards Thanking you, Gopal Dhanjibhai Bhalala On Mon, Nov 1, 2010 at 8:52 PM, Gal Dolber gal.dol...@gmail.com wrote: Wave + Firebug + lots of time will do it On Mon, Nov 1, 2010 at 8:06 AM, gopal bhalala

Re: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
OK, I narrowed it down a bit. My DataFeedManager has some Analytics code in it. When I removed it, everything was fine. So I guess this is an issue of integrating GWT and Analytics? How do I get my GWT to feel comfortable with Analytics code in the business layer? Thanks, Eyal On Nov 1, 6:31 pm,

Re: Announcing GWT 2.1

2010-11-01 Thread David Chandler
Hey Jeff, Can you elaborate on what you mean by syncing views and presenters during development? Are you saying there's too much boilerplate such that Roo is the only practical alternative? If so, which boilerplate classes most concern you? We welcome discussion on ways to simplify. We definitely

Re: Communication with the Server + MVP

2010-11-01 Thread David Chandler
Hi Bruno, MVP and server communication are completely independent of each other. You can use GWT-RPC or the new RequestFactory to communicate with the server. HTH, /dmc On Mon, Nov 1, 2010 at 12:54 PM, Bruno Santos bruegosan...@gmail.com wrote: I saw the new way of using the MVP on the

Are there any examples how to use @UiChild ?

2010-11-01 Thread Paul Stockley
I can't find much documentation of the use of @UiChild. Does anyone have any examples? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group,

change parent of a node in a CellTree

2010-11-01 Thread Rodrigue
Hi! did someone already modify successful a celltree's structure programmatically? I want to change the parent of a node programmatically and see the changes displayed on the screen. What I do now is the following: • remove the considered node's value from the old parent's ListDataProvider

Re: Good GWT development tools

2010-11-01 Thread gsl1
I ran into this recently and found that if I added the following before the set-property element, I did not receive the error: extend-property name=locale values=en/extend-property -= Gregg =- On Oct 11, 1:15 pm, Greg Dougherty dougherty.greg...@mayo.edu wrote:

Re: Communication with the Server + MVP

2010-11-01 Thread Bruno Santos
Thanks for the reply David, but what I want to know is how to pass values from the screen to the server and the server to the screen in the old way of MVP in the following page 'http://code.google.com/intl/pt-BR/webtoolkit/articles/mvp-architecture-2.html' shows an example of how to communicate,

Re: List editing with Editor/RequestFactory + GAE/Objectify

2010-11-01 Thread Tobias
Thanks David, I now used the same pattern for retrieving the collection and implemented my getIngredients() method in a similar way. However I am still stuck on how to add an element to the list, so that the Editor framework notices it and appends a table row. On my page I basically have a

composite headers in celltable

2010-11-01 Thread Stephen Haberman
Hey, Has anyone done composite headers with the new CellTable? I'd like to use CompositeCell, but I'm having a hard time turning my list of individual Headers into a ListHasCell specifically because Header's valueUpdater is private. If you look at HasCell, it exposes the it's FieldUpdater for

Re: Sporadic ClassCastException

2010-11-01 Thread Fred Sauer
Have you tried setting an uncaught exception handler? You can use gwt-log (http://code.google.com/p/gwt-log/) to do this: public void onModuleLoad() { Log.setUncaughtExceptionHandler(); DeferredCommand.addCommand(new Command() { public void execute() { onModuleLoad2();

Re: Role based Security in GWT: how to implement ?

2010-11-01 Thread Rodrigue
Hi Zixzigma, I'm facing exactly the same problem like you with the difference, that the solution you found doesn't work by me. That is why, I would like to know if you you call the methods #refresh() or #flush() after you added the new element to the DataProvider. Thanks for your answer.

Re: change parent of a node in a CellTree

2010-11-01 Thread John LaBanca
There is a bug associated with inserting a value into the tree, but calling refresh() on the ListDataProvider should workaround the issue. Do you have any more info that might help debug it? And I would also like to know, if there is a way to tell to a CellTree to redraw itself because the

Image Update Memory Leak

2010-11-01 Thread hermis
Hello, I have written a simple application which fills a FlexTable with a set of images. There is a timer which updates the URL of each image every second. The URL points to a Servlet which in turn generates a random PNG image on its doGet() method and writes it to the response output stream. The

RE: change parent of a node in a CellTree

2010-11-01 Thread Rodrigue Lagoue Njinthe
Hi John, I already call refresh after any data changes. Rodrigue From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of John LaBanca Sent: Monday, November 01, 2010 6:58 PM To: google-web-toolkit@googlegroups.com Subject: Re: change parent

RE: change parent of a node in a CellTree

2010-11-01 Thread Rodrigue Lagoue Njinthe
Hi John! here the infos you need for debugging have been send directly to your mailbox. Rodrigue From: google-web-toolkit@googlegroups.com [mailto:google-web-tool...@googlegroups.com] On Behalf Of John LaBanca Sent: Monday, November 01, 2010 6:58 PM To:

Re: turn off auto-completion suggestion box on uibinder ui.xml in eclipse

2010-11-01 Thread Rajeev Dayal
We put a fix into the final version of GPE 1.4.0 to resolve this issue. If you wouldn't mind, can you grab the latest version, and try re-enabling auto-completions to see if things have sped up for you? On Thu, Oct 21, 2010 at 2:00 AM, Yau kvle...@gmail.com wrote: I found it.

Re: Communication with the Server + MVP

2010-11-01 Thread David Chandler
Bruno, I'm not sure I understand. You can use an RPC service just as in the article you linked. We're working on updating the Contacts sample app, but in the mean time, I think you can just make ContactsPresenter extend AbstractActivity and wire it as shown in

Re: Serializing Enum with Marker Interface

2010-11-01 Thread Mike
If I move the interface into the Enum's package, the GWT compiler appears happy. Opened an issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=5520 Thanks! Mike On Oct 30, 2:59 am, Didier DURAND durand.did...@gmail.com wrote: Hi Mike, Probably an issue in the location of the

Re: Injecting EventBus with GIN

2010-11-01 Thread Jack
1.) You should use EventBus instead of SimpleEventBus in your I18NLabel. 2.) Is your MyWidgetGinjector really empty? If so, there should be at least one method that gets called during app initialization (onModuleLoad). So for example: @GinModules(MyWidgetClientModule.class) public interface

Re: Announcing gwt4air 1.0

2010-11-01 Thread rakesh wagh
How would it be different from using say Mozilla Prism? Prism does not require anything special. Rakesh Wagh On Oct 31, 4:30 pm, nino ekambi jazzmatad...@googlemail.com wrote: Hello community, It s been a long way but i m proud to annouce the release of Gwt4Air 1.0 Gwt4Air will give you the

Re: Role based Security in GWT: how to implement ?

2010-11-01 Thread Jack
The only thing we do is some cross-site scripting prevention and hiding user interface components if a user does not have the permission for that component. So for example we only show the menu items a user in a given role can access. Other menu items wont be added to the menu widget. This is done

GWT module 'applicationScaffold' may need to be (re)compiled -- Spring Roo

2010-11-01 Thread hifimusic
I've just installed STS 2.5.0 with spring roo 1.1.0 on an Ubuntu 9.10 machine I've installed the gwt and datanucleus extensions. I ran the expenses.roo script and it ran smoothly. When i try to create a new spring roo project with persistence setup --provider DATANUCLEUS --database

How to use i18n plural forms with UiBinder?

2010-11-01 Thread Potate
The plural forms feature is pretty nice. But I'm struggling to find an example on how to use it with the UiBinder. Any pointers / examples would be nice. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: GWT module 'applicationScaffold' may need to be (re)compiled -- Spring Roo

2010-11-01 Thread Rajeev Dayal
What is the URL that you're entering into your browser (after the Debug As) step? On Mon, Nov 1, 2010 at 3:18 PM, hifimusic akshat.k...@gmail.com wrote: I've just installed STS 2.5.0 with spring roo 1.1.0 on an Ubuntu 9.10 machine I've installed the gwt and datanucleus extensions. I ran

Re: Announcing gwt4air 1.0

2010-11-01 Thread nino ekambi
I think imho that air provides more functionality then prism when it comes to desktop integration. AIR provides some desktop-like functionality like local file access, SQL storage, communication with other programms on the users machine etc. As a result, AIR supports web apps that can be used

Re: composite headers in celltable

2010-11-01 Thread Stephen Haberman
I'd like to use CompositeCell, but I'm having a hard time turning my list of individual Headers into a ListHasCell specifically because Header's valueUpdater is private. I ended up with a workable CompositeHeader:

GWT.runAsync issue

2010-11-01 Thread Deepak Singh
Hi, I had an application which worked fine. Then i went for optimisation and added GWT.runAsync() to possible places. It fragmented the code well. It still runs well in development mode but fails to invoke some of the rpc in production running on tomcat 5.5 I observe it on firebug which shows,

Re: java.lang.NoClassDefFoundError: com/google/gdata/util/ServiceException

2010-11-01 Thread Eyal
I got it to work by moving the Analytics jars directly under WEB-INF/ lib. They were in a subfolder and apparently GWT can't handle that. On Nov 1, 7:13 pm, Eyal twoworldsf...@gmail.com wrote: OK, I narrowed it down a bit. My DataFeedManager has some Analytics code in it. When I removed it,

mvn gwt:run for projects with external dependencies?

2010-11-01 Thread Alex Shabanov
Hi all, I've solved the issue with using external library in GWT maven project: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cd297accfad7c98 but I found that mvn gwt:run is not working. When I launch application by using mvn gwt:run it seems that external library is not

Re: CellList row data - possible bug?

2010-11-01 Thread Rafi
Thank you Chris and John. Yes, that was somewhat counterintuitive ;), but now I get the idea. Best regards! On 28 Paź, 15:46, Chris Conroy con...@google.com wrote: setRowData deals with the visible display of data. What you really want to do in this case is use a ListDataProvider. You can call

Re: GWT module 'applicationScaffold' may need to be (re)compiled -- Spring Roo

2010-11-01 Thread hifimusic
localhost: On Nov 1, 3:18 pm, hifimusic akshat.k...@gmail.com wrote: I've just installed STS 2.5.0 with spring roo 1.1.0 on an Ubuntu 9.10 machine I've installed the gwt and datanucleus extensions. I ran the expenses.roo script and it ran smoothly. When i try to create a new spring

Re: Role based Security in GWT: how to implement ?

2010-11-01 Thread zixzigma
Thank you for your feedback. Yes, i was very worried about the security on client-side. However, as Jack pointed out, what if you want to show certain features to certain users (based on their role). for example, if a user has admin privileges, show DELETEand UPDATE button on the panel. or if you

Re: GWT module 'applicationScaffold' may need to be (re)compiled -- Spring Roo

2010-11-01 Thread hifimusic
@Rajeev: After I read your reply, I tried using http://127.0.0.1:/ApplicationScaffold.html?gwt.codesvr=127.0.0.1:9997 and it worked. I am still curious, however, why localhost: doesn't work On Nov 1, 6:16 pm, hifimusic akshat.k...@gmail.com wrote: localhost: On Nov 1, 3:18 pm,

how to recognizing idle activity to fetch more data ?

2010-11-01 Thread zixzigma
Hello everyone, How can Server talk to Client, silently in the background, without user noticing ? to load more data ? is this COMET/Ajax Push ? or can we see it from the other end: how can client notify server that user is idle, and time to fetch data , data which user is probably going to

GWT docs update needed

2010-11-01 Thread marius.andreiana
Hi, Please update the link at http://code.google.com/webtoolkit/doc/latest/RefGWTClassAPI.html to GWT 2.1 API docs. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Announcing gwt4air 1.0

2010-11-01 Thread Thomas Broyer
Hi Alain, On 1 nov, 00:30, nino ekambi jazzmatad...@googlemail.com wrote: Hello community, It s been a long way but i m proud to annouce the release of Gwt4Air 1.0 Gwt4Air will give you the the ability to turn  your GWT apps in to desktop apps using adobe air. You can download the jar here

Re: Are there any examples how to use @UiChild ?

2010-11-01 Thread Thomas Broyer
On 1 nov, 18:19, Paul Stockley pstockl...@gmail.com wrote: I can't find much documentation of the use of @UiChild. Does anyone have any examples? com.google.gwt.editor.ui.client.ValueBoxEditorDecorator does use @UiChild. -- You received this message because you are subscribed to the Google

Re: CellTree reordering nodes?

2010-11-01 Thread David Pinn
Thanks John. Would another work-around be to call the ListDataProvider's setList method for each change to the tree? On Nov 2, 2:23 am, John LaBanca jlaba...@google.com wrote: There is a bug in CellTreeNodeView where it always assumes new data starts at index 0, which of course is not true if

Re: Announcing gwt4air 1.0

2010-11-01 Thread nino ekambi
Hello Thomas, First thank you for your reply. I just realised my mistake after i released the library yesterday that i should nt hav remove your headers. My knowledge in software licensing is not really that big. But i think i gave you all the credit for the main idea of this project in one my

  1   2   >