Re: DateTimeFormat problem when deploying to tomcat on unix

2009-02-13 Thread jptard
Thanks Pascal... The application I implemented is to follow command made by our client... and it's needed to display all the information of the date (timestamp format) saved on database ... We have some people working in Maroc and it's them that encountered 'the problem' ... I thought that to

Re: Question: How can I get login user from Windows in GWT?

2009-02-13 Thread Matías Costa
Damien is 50% right. You can't get windows credentials from any internet user. But both IE and mozilla on windows support http auth negotiate. IE for same active directory hosts out of the box, and in both you can add exceptions. I know it, because I worked in a web single sign on project for a

format datebox (gwt-incubator-1.5.jar)

2009-02-13 Thread Josse
Hello, I woulds like to create a dateBox with today date into it. But i want to change de date format and I always got an error. Here what I do : Code : //Déclaration private final DateBox dateMisAJour = new DateBox(); ... DateTimeFormat format = new DateTimeFormat(dd/MM/);

Re: Struts+GWT

2009-02-13 Thread Rockster
I totally agree with Gregor. Struts is for navigational purpose in Classic WebApplications (let's call that Web1.0 technology). Struts became an industry standard in the Web1.0 era. The programming model behind GWT is like it was before web: Just create an application and don't worry about

importing two type of window classes

2009-02-13 Thread ytbryan
hi all, if i want a feature from gwt Window that is not found in gwtext Window, what should i do? Since, com.google.gwt.user.client.Window and com.gwtext.client.widgets.Window cannot co-exist. --~--~-~--~~~---~--~~ You received this message because you are

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread Behrooz Nobakht
Hi, http://software-wonders.blogspot.com/2007/02/it-is-not-mistery-that-google-web.html It would help. On Thu, Feb 12, 2009 at 4:32 PM, poonam poonam...@gmail.com wrote: Hello, I am new to this technology,but i have developed an application integrating GWT with Spring , I have

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread poonam pac
Hello, Actually I have used the same link http://software-wonders.blogspot.com/2007/02/it-is-not-mistery-that-google-web.html to develop my GWT+Spring application, now I want to integrate my this application with Hibernate. Please help me in doing that. Thanks, Poonam.

Re: Adding or Removing a row dynamically in PagingScrollTable

2009-02-13 Thread debu
Thanks a lot..If its possible could u plz help me out as to how to goa bout it.. Thanks a lot. On Feb 12, 8:41 pm, Isaac Truett itru...@gmail.com wrote: Yes. You can modify the underlying table model and reload the current page if necessary. On Thu, Feb 12, 2009 at 7:51 AM, debu

Re: Asynchronous woes :-)

2009-02-13 Thread Paul
beside the possibility discussion: in the checkLogin() you don't need to ping(host) before the checkPort() as the latter does this on its own, right? Paul. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread eggsy84
Hi there, My Set of tutorials may help you do this: Part Two: http://eggsylife.blogspot.com/2007/11/hibernate-spring-google-web-toolkit.html Part Three: http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-toolkit.html Part Four:

Re: color control in a textarea for chat application

2009-02-13 Thread Steven
Great suggestion! I have added a stylesheet file into the 'gwtOutput' folder of my web dynamic project, with the correct styles which you suggested: now it works fine. Thanks! Steve On Feb 5, 7:37 am, Damien Picard picard.dam...@gmail.com wrote: Sorry, the correct styles are : .gwt-HTML

Re: Question: How can I get login user from Windows in GWT?

2009-02-13 Thread Damien Picard
Hi, Good to know that. As I understand, it only works with IE (via active directory), right ? 2009/2/13 Matías Costa m.costac...@gmail.com Damien is 50% right. You can't get windows credentials from any internet user. But both IE and mozilla on windows support http auth negotiate. IE for

Gwt And Flash

2009-02-13 Thread jagadesh
Hi Guys, iam trying to implement an application with flash and gwt . i just started now. my idea i will create a flash form with a 2 text boxes. and a submit buton. i will click on the button then i will keep the data entered in flash field to a gloabal variables .then i will call java script

Re: how to get icon to appear?

2009-02-13 Thread ytbryan
thank you for your reply. sorry mon3y. i was assuming that there is a standard way of making icon appear. i have this toolbarbutton and its method setIconCls(); ToolbarButton button_daily_View = new ToolbarButton(Daily View); button_daily_View.setIconCls(database-add-icon); at the

Re: how to get icon to appear?

2009-02-13 Thread ytbryan
thank you for your reply. sorry mon3y. i was assuming that there is a standard way of making icon appear. i have this toolbarbutton and its method setIconCls(); ToolbarButton button_daily_View = new ToolbarButton(Daily View); button_daily_View.setIconCls(database-add-icon); at the

No. of rows selected in PagingScrollTable

2009-02-13 Thread debu
Hi, I'd be really grateful if any of u'll could give me an example or a sample code to get the number of rows selected on navigation from one page to another in PagingScrollTable.. Thanks in advance. -Debu --~--~-~--~~~---~--~~ You received this message because

How to recognize hibernate exception on the client side

2009-02-13 Thread Dessorry
Hi my app has a service that write record in a database, how can i recognize hibernate exception such as record already wrote on the db or not-null field with null value.. If i watch the throwable arg of onfailure methpod of async callback i see that different hibernate exception have the sam

Re: Asynchronous woes :-)

2009-02-13 Thread logicpeters
Matthew, Maybe I am not following the full scope of this, but why not implement the logic where you call the other method within your servlet (synchronously), instead of on the client where you chain together the onSuccess calls. On Feb 12, 3:26 pm, Matthew mtwo...@beakstar.com wrote:

Re: dead link from webtoolkit page

2009-02-13 Thread Arthur Kalmenson
I don't think there is an Russian version. Check this out: http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/History.html -- Arthur Kalmenson On Tue, Feb 10, 2009 at 4:58 PM, Tatko e.khodische...@gmail.com wrote: when user's on

Add a new row in a table dynamically

2009-02-13 Thread krissh
Hi, I wanted to know if it is possible to add a new row to a existing html table dynamically using GWT. I am fairly new to GWT and was wondering if its possible. I checked the forum and couldn't find anything on this. If anyone has a solution for this please let me know.

Issues in viewing pages developed using gwt and hosted in linux server using IE.

2009-02-13 Thread Haroon
Hi I have some gwt web pages hosted in Tomcat 5.5 in a linux server running RHEL 5 64 bit. I am having issues like tree items missing '+' and '-' images, decorated tab panel rounded edges appearing weired etc. when these pages are viewed using IE, mozilla is not giving theses issues. Also when

Devolping strategy, get parameters on gwt

2009-02-13 Thread Tuvok
Hi guys, I'm elaboratating the strategy to take in the devolping of my first gwt app; it's gonna be an online tournament and matchmaking system supporting team managing and other (in my mind :D) cool features. I am using Tomcat/Apache as Web Server and RPC target and EXT GWT on the client side.

Re: Announcing GWT 1.6 Milestone 1

2009-02-13 Thread Arthur Kalmenson
Congratulation for this release. Unfortunately, there's still nothing about Maven support. No official repository, no official plugin I hope this will arrive this Milestone 2. Regards, Alexandre de Pellegrin I think you'll note that GWT is in the central Maven repository

Re: Integrating GWT/Hibernate, what does SPRING give us?

2009-02-13 Thread Arthur Kalmenson
That book gives some good information on how to integrate Spring with GWT. Unfortunately, it's become rather dated and focuses on building Web sites with GWT aspects rather then building Web applications. Spring MVC can still be used with GWT to make the server side for your GWT-RPC interfaces.

Re: Is there a garbage college for removed elements?

2009-02-13 Thread Arthur Kalmenson
GWT does not handle garbage collection itself, that's handled by the browser's Javascript engine. Once you lose a reference to an object, it should be garbage collected. Unfortunately IE's garbage collection (and JS engine in general) is pretty crappy. -- Arthur Kalmenson On Thu, Feb 12, 2009

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread Arthur Kalmenson
This topic has also been discussed a million times, if you search the group you'll find lots of information. -- Arthur Kalmenson On Fri, Feb 13, 2009 at 5:07 AM, eggsy84 jimbob...@hotmail.com wrote: Hi there, My Set of tutorials may help you do this: Part Two:

ContentPanel Resize event

2009-02-13 Thread Vish
I lookes all through but not good enough to find anything on web to do something that deals with the addContentPanelListener. I want to add a listner to the contentpanel when collapsed so that I can resize the other panels to fit the screen. If someone know how to do that it will be really

Re: How to enable logging in tomcat lite during hosted mode

2009-02-13 Thread Adligo
Well to start with what do you mean by normal, and default. If your referring to Log4j or ApacheCommons logging which I believe Tomcat uses you probably just need to copy the config files (log4j.properties or log4j.xml, or commons_logging.properties or some combination of them) into the

Re: Add a new row in a table dynamically

2009-02-13 Thread Damien Picard
Hi, Where your existing HTML table is displayed in your GWT apps ? in a HTML Panel, an iframe, or other ? Regards, Damien 2009/2/13 krissh mail2coo...@gmail.com Hi, I wanted to know if it is possible to add a new row to a existing html table dynamically using GWT. I am fairly new to GWT

Re: format datebox (gwt-incubator-1.5.jar)

2009-02-13 Thread Isaac Truett
The constructor you're trying to call isn't public. Use the static getFormat(String) method instead. On Fri, Feb 13, 2009 at 3:39 AM, Josse josse.braye...@gmail.com wrote: Hello, I woulds like to create a dateBox with today date into it. But i want to change de date format and I always got

Re: Slow Scrolling in GWT

2009-02-13 Thread Rhyce
UPDATE: So, after hours of trying different things I found that this slowness bug is caused when the images are set to sizes that are not native. For example, say you have a 1000x1000 image, but set the size to 100x100 (letting the browser to the scaling) --- THEN the scroll is slow. Now, this

Inside RichTextArea

2009-02-13 Thread A Friend Of Yours
Hello I am working on a project where I need a (java) source code highlighting editor. I searched everywhere but could not find any solution that could work with GWT. There are solutions such as codepress but dont work with GWT. Neither in this forum could I find anything useful. I was hoping

Event keyboards left , right , up , down and enter TOO TOO SLOW

2009-02-13 Thread sibopis...@googlemail.com
Hello all, Please I’d appreciate if you could help me. I’ve got a FlexTable and when I use left , right , up , down keyboard it changes the: cell’s board to read; show on a TexBox what keyboard was used. If enter it changes de cell’s text to the TexBox’s text All these are working.

replacing links in HTML in widgets (to update widget instead of browser follow link)

2009-02-13 Thread ricochet
Hi, I'm wondering if someone can help me. I'm new to GWT, I'm very well versed in Java, but less so in dealing with browsers/DOM/js. I expect this is a common problem. What I'm trying to do is incorporate GWT into an existing app. (Don't stop reading yet) I'll make this abstract: I have a

Re: replacing links in HTML in widgets (to update widget instead of browser follow link)

2009-02-13 Thread ricochet
ok, well, I got it working. I moved things around some (stopped extending Anchor, and just added a click listener, set the URL of the link to javascript: after I saved it for later request, and ... added rb.send(); (it really helps if you actually send the request :) I still would like to know

Closable Tab- Changing Tab text

2009-02-13 Thread GWTFan
We need closable tab panel. I'm using TabPanel's add(widget, widget) method to add tabs. I'm using an horizontalpanel as tab heading, with a text and an icon with clicklistener for closing. This Works well. However, based on user action on the widget within the tab, I need to change the tab

Upcoming GWT presentation at SV-GTUG at the Googleplex

2009-02-13 Thread Fred Sauer
I've been talking with the SV-GTUG http://sv-gtug.org/ (Silicon Valley - Google Technology User Group) organizers about doing a GWT presentation at an upcoming meeting. We don't have a firm date yet, but I'd like to start collecting your questions and suggestions for material you'd like to see

[gwt-contrib] Re: Update Gadgets to work with GWTSheel and the 1.6 release

2009-02-13 Thread Eric Ayers
[crossposted to gwt-google-apis google-web-toolkit-contrib] Well, my patch blows up in trunk builds because About.VERSION_NUM is set to 0.0. Attached is a GWT patch that moves the BrowserWidget.EXPECTED_GWT_ONLOAD_VERSION constant to SelectionScriptLinker and performs a substitution. Also

[gwt-contrib] Re: Window resize fix

2009-02-13 Thread jlabanca
LGTM This is a really nice patch. It should make a big difference for some apps. http://gwt-code-reviews.appspot.com/4805/diff/1/3 File user/src/com/google/gwt/user/client/Window.java (left): http://gwt-code-reviews.appspot.com/4805/diff/1/3#oldcode759 Line 759: Did you accidentally remove a

[gwt-contrib] Re: Update Gadgets to work with GWTSheel and the 1.6 release

2009-02-13 Thread Scott Blum
These patches for 1.6 or trunk? It seems like we want to do this in 1.6, right? On Fri, Feb 13, 2009 at 5:45 AM, Eric Ayers zun...@google.com wrote: [crossposted to gwt-google-apis google-web-toolkit-contrib] Well, my patch blows up in trunk builds because About.VERSION_NUM is set to 0.0.

[gwt-contrib] Re: No default constructor on MenuItem for no real reason?

2009-02-13 Thread Joel Webber
No real reason that I can think of. On Tue, Feb 10, 2009 at 5:19 PM, Ray Ryan rj...@google.com wrote: I'm looking at MenuItem and its collection of constructors. As far as I can see, there is no reason it doesn't have a zero args contructor--its as mutable as all get out, right? Am I missing

[gwt-contrib] [google-web-toolkit commit] r4715 - releases/1.6/user/src/com/google/gwt/user/client

2009-02-13 Thread codesite-noreply
Author: e...@google.com Date: Fri Feb 13 07:28:25 2009 New Revision: 4715 Modified: releases/1.6/user/src/com/google/gwt/user/client/Window.java Log: Fixes issue 1938 by preventing window resize events from being fired with duplicate height and width values. Review by:jlabanca Modified:

[gwt-contrib] Re: Update Gadgets to work with GWTSheel and the 1.6 release

2009-02-13 Thread Eric Ayers
One of the is for GWT 1.6, the other is for gwt-google-apis On Fri, Feb 13, 2009 at 10:20 AM, Scott Blum sco...@google.com wrote: These patches for 1.6 or trunk? It seems like we want to do this in 1.6, right? On Fri, Feb 13, 2009 at 5:45 AM, Eric Ayers zun...@google.com wrote:

[gwt-contrib] [google-web-toolkit commit] r4716 - in releases/1.6/reference/code-museum/src/com/google/gwt/museum: . client/common client/d...

2009-02-13 Thread codesite-noreply
Author: e...@google.com Date: Fri Feb 13 07:42:14 2009 New Revision: 4716 Added: releases/1.6/reference/code-museum/src/com/google/gwt/museum/client/common/SimpleLayout.java

[gwt-contrib] Re: JSNI signature shortcuts

2009-02-13 Thread Lex Spoon
+1 to the whole idea. Also, for the reasons already given, I agree that ::method looks better than this::method, which looks better than self::method. I am not sure it's worth the spec weight to have a lot of variants in the syntax. The most important thing is to allow * in place of an entire

[gwt-contrib] Re: Update Gadgets to work with GWTSheel and the 1.6 release

2009-02-13 Thread Scott Blum
GWT part LGTM. On Fri, Feb 13, 2009 at 5:45 AM, Eric Ayers zun...@google.com wrote: [crossposted to gwt-google-apis google-web-toolkit-contrib] Well, my patch blows up in trunk builds because About.VERSION_NUM is set to 0.0. Attached is a GWT patch that moves the

[gwt-contrib] Re: RR: logging script size for programs with code splitting

2009-02-13 Thread Lex Spoon
On Thu, Feb 12, 2009 at 2:04 PM, John Tamplin j...@google.com wrote: It would be good to get the initial download size as well, if we are going to be getting them from the log rather than the output directory. That's a good idea. I'll also add the permutation's strong name to the log message,

[gwt-contrib] Re: RR : Implement web-mode stack traces and symbol map files

2009-02-13 Thread Matt Mastracci
Bob, We've been doing the same thing for a while using a slightly different method. Some notes from our implementation: 1. The callee chain represents functions, rather than activation records as you'd expect. If you call a method re-entrantly, you'll end up in an infinite loop

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 1

2009-02-13 Thread Jeff J.
I'm getting class not found exceptions when trying to launch my project in hosted mode using this build, saying Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found. I tried to create a fresh new project using webAppCreator and I get NoClassDefFoundError looking for

[gwt-contrib] Re: RR : Implement web-mode stack traces and symbol map files

2009-02-13 Thread BobV
@mmastrac, Thanks for the data. I think that I should add an override to JavaScriptException to handle non-java exceptions in those browsers that do have e.stack or equivalent and retain some kind of caller chain for java-dervied exceptions. -- Bob. (Android) On Feb 13, 2009 1:25 PM, Matt

[gwt-contrib] Re: RR : Implement web-mode stack traces and symbol map files

2009-02-13 Thread Matt Mastracci
One other minor item I just noticed: in IE, an anonymous function's toString output has no spaces (function(){} vs. function (){} in other browsers), so the below assertion and associated function will fail: + static String extractName(String fnToString) { +assert

[gwt-contrib] [google-web-toolkit commit] r4717 - branches/snapshot-2009.02.09

2009-02-13 Thread codesite-noreply
Author: j...@google.com Date: Fri Feb 13 11:00:01 2009 New Revision: 4717 Modified: branches/snapshot-2009.02.09/branch-info.txt Log: Updating branch-info for merge from trunk. Modified: branches/snapshot-2009.02.09/branch-info.txt

[gwt-contrib] Re: Announcing GWT 1.6 Milestone 1

2009-02-13 Thread Scott Blum
Not sure what might be causing the SAX problem. Can you file an issue with more detailed information? The NoClassDefFound is caused by not copying gwt-servlet.jar into WEB-INF/lib. If you run the ant build file, it will do this automatically, but we have a fix in place for the next milestone

[gwt-contrib] Patching demo code for becomeLeaf method in gen2 fastTree

2009-02-13 Thread nwolf
Reviewers: ecc, Description: Created a DynamicTree in the fastTreeDemo for the gen2 FastTree that provides buttons to make a node a leaf and then to add new nodes to the leaf node to make it have children again. Deprecated the HasFastTreeItems interface. Added a public getTreeRoot() method to

[gwt-contrib] [google-web-toolkit commit] r4718 - in releases/1.6: samples/dynatable/war/WEB-INF user/src/com/google/gwt/user/tools

2009-02-13 Thread codesite-noreply
Author: sco...@google.com Date: Fri Feb 13 13:17:55 2009 New Revision: 4718 Modified: releases/1.6/samples/dynatable/war/WEB-INF/web.xml releases/1.6/user/src/com/google/gwt/user/tools/WebAppCreator.java releases/1.6/user/src/com/google/gwt/user/tools/project.ant.xmlsrc Log: Update

[gwt-contrib] Re: Patching demo code for becomeLeaf method in gen2 fastTree

2009-02-13 Thread nwolf
I'm lovin' this tool. http://gwt-code-reviews.appspot.com/4806/diff/1/5 File src-demo/com/google/gwt/gen2/demo/fasttree/FastTreeDemo.gwt.xml (left): http://gwt-code-reviews.appspot.com/4806/diff/1/5#oldcode2 Line 2: On 2009/02/13 21:01:40, ecc wrote: looks like a line was lost. do you want

[gwt-contrib] [google-web-toolkit commit] r4719 - in changes/jat/ihm/dev: core/src/com/google/gwt/core/ext/linker/impl core/src/com/google/...

2009-02-13 Thread codesite-noreply
Author: j...@google.com Date: Fri Feb 13 14:18:05 2009 New Revision: 4719 Modified: changes/jat/ihm/dev/core/src/com/google/gwt/core/ext/linker/impl/SelectionScriptLinker.java changes/jat/ihm/dev/core/src/com/google/gwt/core/ext/linker/impl/StandardLinkerContext.java

[gwt-contrib] [google-web-toolkit commit] r4723 - in releases/1.6/dev/core: src/com/google/gwt/dev/javac test/com/google/gwt/dev/javac

2009-02-13 Thread codesite-noreply
Author: sco...@google.com Date: Fri Feb 13 15:26:20 2009 New Revision: 4723 Added: releases/1.6/dev/core/src/com/google/gwt/dev/javac/JsniChecker.java - copied, changed from r4717, /releases/1.6/dev/core/src/com/google/gwt/dev/javac/LongFromJSNIChecker.java

[gwt-contrib] [google-web-toolkit commit] r4720 - releases/1.6/user/test/com/google/gwt/dev/jjs/test

2009-02-13 Thread codesite-noreply
Author: sco...@google.com Date: Fri Feb 13 15:16:44 2009 New Revision: 4720 Modified: releases/1.6/user/test/com/google/gwt/dev/jjs/test/HostedTest.java Log: Format. Modified: releases/1.6/user/test/com/google/gwt/dev/jjs/test/HostedTest.java

[gwt-contrib] [google-web-toolkit commit] r4722 - releases/1.6/dev/core/src/com/google/gwt/dev/javac

2009-02-13 Thread codesite-noreply
Author: sco...@google.com Date: Fri Feb 13 15:24:42 2009 New Revision: 4722 Modified: releases/1.6/dev/core/src/com/google/gwt/dev/javac/CompilationUnitInvalidator.java releases/1.6/dev/core/src/com/google/gwt/dev/javac/GWTProblem.java Log: Allow GWTProblems to generate warning log

[gwt-contrib] Comment on DesignOOPHM in google-web-toolkit

2009-02-13 Thread codesite-noreply
Comment by innusius: is it possible to use it now ? The current state (as of October 2008) is the Swing-based UI is fully functional and all supported browsers/platforms pass all tests. There are still a few rough edges in the support, but it is perfectly functional. On linux I have