Re: What validation framework best fits with Google-gin

2009-07-31 Thread Norman Maurer
I'm using gwt-vl but I'm not sure how well it work with Gin ( not tried to inject it yet). Bye, Norman 2009/7/31 Kwhit kwhitting...@gmail.com: The only one I've found is gwt-validation. It works pretty well but it has a few quirks particularly in letting exceptions disappear. The project

GWT and IE 8

2009-07-31 Thread Roland
Hello, I've built a gwt application which currently is based on gwt version 1.3.3 I haven't had any problems loading it with IE 6,7 ,FF3-3.5 and Chrome but with IE 8 all I get is: While attempting to load module ... , property user.agent was set to unexpected value unknown ... I understand

Re: Basic Response redirect Question GWT

2009-07-31 Thread olivier nouguier
Hi It's must be easier to perform this redirection before the GWT phase aka JSP / controller. Nevertheless you can access the underlying JS object location and URL to perform your job via the Window.location (

Re: GWT and IE 8

2009-07-31 Thread Paul Robinson
Try adding this to the head section of your html page: meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 / Roland wrote: Hello, I've built a gwt application which currently is based on gwt version 1.3.3 I haven't had any problems loading it with IE 6,7 ,FF3-3.5 and Chrome but

Re: how to implement GWT project on apache tomcat

2009-07-31 Thread Dan
I'm probably copying more files than needed, but there is a very simple way that works for me (Windows server and development workstation in this example): 1. Under webapps folder on server, create a folder for your app (like myapp). 2. Copy from the Eclipse workspace the contents of your war

Database Access Denied: Trying to fetch data from Sybase using GWT plugin in Eclipse

2009-07-31 Thread Rohit B Jain
Hi, I am new to web application development in Java and using Eclipse as IDE to develop the same. I have made use of GWT plugin and trying to fetch data with RPC mechanism I am able to pass string from server to client and the other way round, but when I try to fetch data from Sybase using

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-31 Thread Marton Szucs
Hurray! :D Thousands of thanks to the GWT-plugin team (as we say it here in Sweden ;) On Thu, Jul 30, 2009 at 4:54 PM, Gugas carlos.mfa.mart...@gmail.com wrote: Well done everybody!!! We can crack open the champaigne! 3.5 plugin is out!!! On 29 Jul, 17:05, petB peter.bo...@gmail.com

Displaying a loading image while waiting on RPC

2009-07-31 Thread Nick_Zaillian
Hey all. This is my first post to the group. I've got a little GWT/ App Engine web app (at nicksmap.org) I've whipped up that maps New York area craigslist rental listings (yeah, I know, others have done it already, but all of the other implementations miss A LOT of listings and have no

Last post solution worked

2009-07-31 Thread appcominup
In netbeans, by clicking the run and debug button instead of the run only button, netbeans will launch the gwt hosted mode window. So I guess it is setting it up somehow without using the ant build script hosted mode. But it does launch hosted mode, so thats good.

Re: GWT JAR Issue

2009-07-31 Thread CI-CUBE
Well, the basic issue (JAR creation) is fixed, I simply re-installed Eclipse (planned to switch to 3.5 anyway). Just for clarification (and to avoid additional effort): if I want to include a separate Java library, this must be introduced to GWT as another GWT project? So there's no way - e.g.

Re: Admin Area protected by simple scripted password in GWT

2009-07-31 Thread Nickelnext
But, like i said, protecting admin.html with a tomcat rule like this: security-constraint web-resource-collection web-resource-nameReports Browser/web-resource-name url-patternadmin.html/url-pattern /web-resource-collection

Re: Eclipse plugin for Eclipse 3.5 (Galileo)

2009-07-31 Thread andreas
Hey guys, IT'S OUT! http://dl.google.com/eclipse/plugin/3.5 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To

Re: Bundling Background Images defined in CSS

2009-07-31 Thread Paul MERLIN
Have a look at SmartSprites http://smartsprites.osinski.name/ Regards /Paul * --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

different gwt.xml files in hosted mode with noserver?

2009-07-31 Thread Ed
Hellu, Kelly Norton mentioned on Google I/O during his Measure in Milliseconds presentation that it's good to have different gwt.xml files for different app config's: debug, test, release. I agree with this, but how can I realize this in hosted mode with the option -noserver? I run hosted mode

Totorial: How to produce JavaScript libraries using GWT

2009-07-31 Thread Manuel Carrasco Moñino
Hello guys. Based on my experience exporting Gwtchismeshttp://code.google.com/p/gwtchismes/and Gwtupload http://code.google.com/p/gwtupload/ libraries into javascript using gwt-exporter http://code.google.com/p/gwt-exporter/r, I've written a brief tutorial explaining the procedure and the usage

Re: PHP in hosted mode

2009-07-31 Thread Tobe
On Jul 30, 7:25 pm, Sumit Chandel sumitchan...@google.com wrote: Hi Tobe, The project-name-shell and project-name-compile scripts are no longer generated in GWT 1.6 or later. Would you mind letting me know where you read about these scripts while trying to get started with GWT as it might

Re: Totorial: How to produce JavaScript libraries using GWT

2009-07-31 Thread Manuel Carrasco Moñino
Sorry, I misspelled the tutorial word in the subject and I forgot to send you the tutorial's link: In English: http://code.google.com/p/gwtchismes/wiki/Tutorial_ExportingGwtLibrariesToJavascript_en In Spanish: http://code.google.com/p/gwtchismes/wiki/Tutorial_ExportingGwtLibrariesToJavascript_es

Re: Totorial: How to produce JavaScript libraries using GWT

2009-07-31 Thread Paul MERLIN
http://code.google.com/p/gwtchismes/wiki/Tutorial_ExportingGwtLibrariesToJavascript_en Thanks Manuel for this tutorial ! /Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

Re: PHP in hosted mode

2009-07-31 Thread Tobe
On Jul 30, 7:25 pm, Sumit Chandel sumitchan...@google.com wrote: If you're just getting started with GWT, you can follow along the Getting Started - QuickStart guide linked below. Although the guide references GWT 1.7.0, you should still be able to follow along with GWT 1.6.4. Getting

GWT tabs

2009-07-31 Thread Paddy
Hi Folks, I'm looking to try and edit the spacing between the top tabs on my tab bar. Can anyone help? --~--~-~--~~~---~--~~ 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 the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread twdarkflame
Fantastic! On Jul 30, 10:27 pm, tfreitas tfrei...@gmail.com wrote: Tranks :D On Jul 31, 12:00 pm, Miguel Méndez mmen...@google.com wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.  Some of the notable improvements are:

Re: How can I get composite from another composite?

2009-07-31 Thread Carl
If I understand you correctly, you want to know how to provide a reference to your menu object for the use of the composite widget of a given page. If that is correct, then there is more than one way to do this. The simplest approach would be to retain a reference to your Menu object on a

Re: Help using comet in tomcat

2009-07-31 Thread Nathan Wells
I don't fully know the answer to your question, but this might help: http://tomcat.apache.org/tomcat-6.0-doc/aio.html You probably already knew this, but catalina is an internal name for Apache's Tomcat server. It is likely that you may need to do some additional configuration before you can do

how to solve this basic problem in GWT..Pls help

2009-07-31 Thread Chaaru
Hi friends, I am a newbie to GWT.I am in a condition to develop a GWT application. So i started my GWT journey by reading a book material from PACKT publishers named Google Web Toolkit Java Ajax programming. I set my GWT environment and tested.It works pretty well.Then i tried my first example

Re: Newbie question(File Permissions issue in GWT)

2009-07-31 Thread Carl
Web apps in general cannot access random files on the client machine, which may (I'm not sure) have something to do with your problem. To test this, try putting your file in a folder called public under the same parent folder as your client and server folders. This should get copied to a folder

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread BarefootSanders
Awesome! Thanks for the heads up. On Jul 30, 1:00 pm, Miguel Méndez mmen...@google.com wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.  Some of the notable improvements are:    - Support for Eclipse 3.5 (Galileo)    - GWT

Re: how to solve this basic problem in GWT..Pls help

2009-07-31 Thread BarefootSanders
Hi. I'm no expert but I have a few questions/suggestions: 1. What version of GWT are you running. This line - script type=text/javascript language=javascript src=com.packtpub.gwtbook1.hellogwt.HelloGWT.nocache.js/script Has been depreciated with 1.6 (i believe) so I dont know if that would

Re: Admin Area protected by simple scripted password in GWT

2009-07-31 Thread Isaac Truett
If all you're interested in protecting is that one file, then you're set. My point is that all you're protecting is one file. You aren't protecting your compiled GWT code at all. On Fri, Jul 31, 2009 at 4:46 AM, Nickelnextnickeln...@gmail.com wrote: But, like i said, protecting admin.html

Re: What validation framework best fits with Google-gin

2009-07-31 Thread Eduardo Nunes
Can you both provide some example of using it? Do you use it with i18n? How do you connect these frameworks with GWT i18n? On Fri, Jul 31, 2009 at 3:22 AM, Norman Maurernor...@apache.org wrote: I'm using gwt-vl but I'm not sure how well it work with Gin ( not tried to inject it yet). Bye,

Re: Google Calendar API: NoClassDefFoundError AuthenticationException

2009-07-31 Thread JesperA
The solution was to put all the gdata**.jar files into the war/WEB-INF/ lib directory in my Eclipse GWT project. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

RichTextToolbar Question

2009-07-31 Thread Sean
So, I am looking at the GWT Showcase and at: http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText They have this amazing Toolbar. I look at the source code and they have: RichTextArea area = new RichTextArea(); area.ensureDebugId(cwRichText-area); area.setSize(100%, 14em);

Re: GWT Eclipse plugin Ant integration

2009-07-31 Thread Rajeev Dayal
Hi, Unfortunately, the plugin does not have a way to generate ant scripts to mimic its actions, though this is on our feature list. What I would recommend is to use GWTs webAppCreator to generate a sample project. A build.xml file will be generated as well, and it will have targets for GWT

Re: RichTextToolbar Question

2009-07-31 Thread Imran
This class is not part of the API. Instead, it was created in the demo to show you what can be done. Download the code for the demo and copy the file from there. Petarian. On Fri, Jul 31, 2009 at 9:11 AM, Sean slough...@gmail.com wrote: So, I am looking at the GWT Showcase and at:

Javafx compiled to javascript

2009-07-31 Thread Erik Martino
Has anybody investigated the possibility to compile javafx to javascript similar to what gwt does today. The graphics engine could be DOM manipulation of SVG instead of the java2d engine or perhaps just the canvas. --~--~-~--~~~---~--~~ You received this message

Re: Can I call a method is client from the server?

2009-07-31 Thread Imran
Thanks for the links. Petarian. On Fri, Jul 31, 2009 at 9:27 AM, mars1412 martin.trum...@24act.at wrote: I think what you are looking for is some server push functionality: * http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ *

Re: GWT and IE 8

2009-07-31 Thread jhulford
We have the exact same situation. All you really need to do is create a property provider override for the user.agent property in your GWT module xml file. All I did was grab the user agent detection script from the UserAgent.xml module in the latest 1.6 release and paste it into my module

Re: Admin Area protected by simple scripted password in GWT

2009-07-31 Thread Nickelnext
Oh. Now I got it. Thank you. I thought that making two files would also mean that there were two compiled javascripts, and the admin one could be protected with tomcat policy. So, now I'm on this. I have a RPC LoginService that send me back a SessionID and a true boolean if it goes well, or it

Handing Events

2009-07-31 Thread Donald W. Long
Hi all, This is a question about how GWT deals with events. If you create a button (for example) and assign event to it and then later you wish to delete the button, what happens to the event. What the real question is, what is the procedure to remove a widget in GWT that has an event assigned

Re: Handing Events

2009-07-31 Thread olivier nouguier
hi, AFAIK nothing to do in that case :) http://code.google.com/p/google-web-toolkit/wiki/DomEventsAndMemoryLeaks On Fri, Jul 31, 2009 at 4:21 PM, Donald W. Long donald.w.l...@gmail.comwrote: Hi all, This is a question about how GWT deals with events. If you create a button (for example)

Re: Displaying a loading image while waiting on RPC

2009-07-31 Thread Chad
Nick, Create your message however you want (DecoratedPopupPanel, GlassPanel, Highlighted text, whatever). Just before you call your RPC, display your message. Then, in both the onFailure and onSuccess methods of your AsyncCallback, hide your message. HTH, Chad On Jul 30, 8:21 pm, Nick_Zaillian

Re: how to solve this basic problem in GWT..Pls help

2009-07-31 Thread Chaaru
Hi, Thanks for your reply first of all. I am using gwt-windows-1.5.3. Also the code that i posted here is looking too difficult to read.If you dont mind please visit this link, http://www.coderanch.com/t/456448/Application-Frameworks/overcome-this-basic-GWT where the codes and my problem will

Re: Widget.clear() method not clearing properly

2009-07-31 Thread Jason Essington
wouldn't it be easier (and perhaps faster) to do something like: RootPanel rp = RootPanel.get(sample); rp.clear(); // remove any widgets to be safe rp.getElement().setInnerHTML(); // and clear any remaining contents -jason On Jul 30, 2009, at 1:55 AM, Thamizharasu S wrote: Hi Phil,

Re: Event and Interrupt Questions

2009-07-31 Thread Jason Essington
Javascript is single threaded, so the event code has to wait its turn. If a tight loop or something is running, the event's code won't execute until the loop is finished. If you need events to fire in the middle of long running processes (or simply don't want the browser to act frozen)

Re: GWT JAR Issue

2009-07-31 Thread Rajeev Dayal
Hi, Any java code that is used by GWT must be in some module's source path. The Interface that you're referencing in (2) from (1) is not part of any module's source path. One way to get around this without introducing a new module is to change the package of the interface so that from the

Getting Started on Tomcat server....kinda

2009-07-31 Thread Chris Bailey
OK, my natual language would probably have to be PHP for web development, but I really want to work in java and GWT. So I installed Eclipse and installed the gwt plugin but I'm still new with java and it's envirement. I've been playing around with it but I was hoping I could get some answers

Re: Changing TabPanel's table label?

2009-07-31 Thread Michael
TabPanel tp = new TabPanel(); // add tabs here tp.getTabBar().setTabText(index, text); or tp.getTabBar().setTabHTML(index, html); should do it. On 26 Jul., 17:51, ToddP todd.prick...@gmail.com wrote: P.S.  I should have mentioned I'm using GWT 1.5. On Jul 24, 5:34 pm, ToddP

problems with GWT plugin for eclipse.

2009-07-31 Thread msan
Hallo. Sorry for my bad english. I'm using eclipse Galileo on a debian linux system AMD64. I've followed the example StoWatcher application to start with GWT but when I run it I receive this error message: Exception in thread main java.lang.UnsatisfiedLinkError: /home/mauro/ eclipse/plugins/

Re: Regarding applying Border to Flextable Cells

2009-07-31 Thread Michael
I'm not a CSS expert, but is it correct to decorate the css selector with a '*'? Normally you use .print-redcolorcheckbox { background-color: #FE6767; padding: 0.6px 0.6px 0.6px 0.6px; border: 1px; border-color: #FF; } On 28 Jul., 14:28, Swathi Kondepati

oophm on a mac

2009-07-31 Thread Tom
Built GWT from trunk and when I ran on my mac I get these error messages: oophm: [java] 2009-07-31 12:09:56.402 java[50133:80f] [Java CocoaComponent compatibility mode]: Enabled [java] 2009-07-31 12:09:56.404 java[50133:80f] [Java CocoaComponent compatibility mode]: Setting timeout for

Re: Refresh TabPanel in GWT

2009-07-31 Thread Michael
This could work: tp = new TabPanel(); tp.addSelectionHandler(new SelectionHandlerInteger() { public void onSelection(SelectionEventInteger event) { int tabId = event.getSelectedItem(); Widget tabWidget = getWidget(tabId); if (tabWidget !=

Re: FlexTable and RowSpan

2009-07-31 Thread Michael
A cell formatter is probably what you are looking for. FlexCellFormatter fcf = flexTable.getFlexCellFormatter(); fcf.setColSpan(0, 1, 3); This would set the row span for the cell in row 0 and column 1 to be 3 so your example should look like this: Col1 Col2

Re: GWT 1.7 Crash while Compiling HistoryImplTimer.java

2009-07-31 Thread Hiroshi YAMAMOTO
I had the same error as well. Removing old user.jar(1.6.4) from the classpath worked 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

EXTERNAL JAR FILES ON SERVER SIDE

2009-07-31 Thread Parmeet Kohli
I'm hoping you someone can help me with this. I'm basically trying to make a web application using GWT. The code on the server end though uses classes from external JAR files. I've added these JAR files to the project (I'm using Eclipse). Still gives me a NoClassDefFound exception. What else do

Upgrade to GWT 1.7.0

2009-07-31 Thread ninads
Hi, I am presently using GWT 1.6.4 for my projects in Eclipse (Ganymede), platform being Linux. I have tried to upgrade to GWT 1.7.0. Trying to run the code in hosted mode gives me the following error: ** Unable to find a usable Mozilla install ** You may specify one in

Re: Bundling Background Images defined in CSS

2009-07-31 Thread Salman Hemani
The CssResource looks promising. I will give that a shot first. Thank you very much! Paul, SmartSprites would work also! CssResource just would be neater once GWT integrates that. Thank you both for some real answers!! 5 stars for you both! On Jul 31, 5:00 am, Paul MERLIN eskato...@gmail.com

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Rajeev Dayal
You need to use a 32-bit JVM when running GWT. Install a 32-bit JVM, and change your project's JDK to use the 32-bit JVM. In future versions of GWT, it will no longer be necessary to use a 32-bit JVM. On Fri, Jul 31, 2009 at 8:04 AM, msan mrsan...@gmail.com wrote: Hallo. Sorry for my bad

Re: EXTERNAL JAR FILES ON SERVER SIDE

2009-07-31 Thread Rajeev Dayal
Did you copy the jar files to your war/WEB-INF/lib directory? On Fri, Jul 31, 2009 at 4:41 AM, Parmeet Kohli parmeet.ko...@gmail.comwrote: I'm hoping you someone can help me with this. I'm basically trying to make a web application using GWT. The code on the server end though uses classes

Re: Getting Started on Tomcat server....kinda

2009-07-31 Thread Rajeev Dayal
On Fri, Jul 31, 2009 at 8:21 AM, Chris Bailey xcom...@gmail.com wrote: OK, my natual language would probably have to be PHP for web development, but I really want to work in java and GWT. So I installed Eclipse and installed the gwt plugin but I'm still new with java and it's envirement.

problem with rpc calls

2009-07-31 Thread gerry
Hello all, I can't workaround this problem for days, and I have read the documentation and the getting started example and searched this forum but I still can't find a solution. When I try to run my application in hosted mode i get this: Cannot find resource 'something' in the public path of

Re: Help - multiple modules in the same Eclipse project

2009-07-31 Thread Rajeev Dayal
In your launch configuration for A, do you specify both the A and B modules on the command line when launching hosted mode? On Thu, Jul 30, 2009 at 2:08 PM, Petarian imran...@gmail.com wrote: Hi, I have two modules A and B in one eclipse project. Both have their own Launcher, which work

Re: oophm on a mac

2009-07-31 Thread Rajeev Dayal
Are you running from the command-line, or within Eclipse? Are you using the Google Plugin for Eclipse? On Fri, Jul 31, 2009 at 9:47 AM, Tom tomjmal...@gmail.com wrote: Built GWT from trunk and when I ran on my mac I get these error messages: oophm: [java] 2009-07-31 12:09:56.402

Re: oophm on a mac

2009-07-31 Thread Tom Malone
running from command line with ant tried it on a linux vm image and seemed to work, just seems to be a mac thing. Tom On Fri, Jul 31, 2009 at 4:53 PM, Rajeev Dayalrda...@google.com wrote: Are you running from the command-line, or within Eclipse? Are you using the Google Plugin for Eclipse?

Re: Admin Area protected by simple scripted password in GWT

2009-07-31 Thread Isaac Truett
Yes, it sounds like you're headed in the right direction now. On Fri, Jul 31, 2009 at 10:08 AM, Nickelnextnickeln...@gmail.com wrote: Oh. Now I got it. Thank you. I thought that making two files would also mean that there were two compiled javascripts, and the admin one could be protected

Re: What validation framework best fits with Google-gin

2009-07-31 Thread Kwhit
There's examples for both on their websites. The 'advantage' with gwt- validation is that you use annotations although ironically I think I will end up not up not using them. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread darkflame
I've started to get lots of XML errors flagging when I try to compile. It seems it cant find the source code for various bits of XML handeling; [ERROR] Line 1486: No source code is available for type com.google.gwt.xml.client.Document; did you forget to inherit a required module? [ERROR] Line

Re: Help - multiple modules in the same Eclipse project

2009-07-31 Thread Imran
Perfect. I wasn't doing that. Thanks Rajeev. Petarian. On Fri, Jul 31, 2009 at 11:52 AM, Rajeev Dayal rda...@google.com wrote: In your launch configuration for A, do you specify both the A and B modules on the command line when launching hosted mode? On Thu, Jul 30, 2009 at 2:08 PM,

Re: Google analytics integration

2009-07-31 Thread Donovan Jimenez
What I'd like to see is analytics support for tracking the history token in page tracks we submit. Its annoying to use GWT's history support but then find that Google Analytics won't let you track dynamic pages of that form. Transforming the URLs into a form that GA will accept is the

Re: Integrating Google Docs into GWT

2009-07-31 Thread amywamy
I have a related question. I want to create a web app that will let me upload or append data to Google Spreadsheets. I am able to do this from a GData example I modified, but I am having trouble translating that into a web application. From what I've tried so far, it seems that it is not easy

Re: How long does my Webapplication live?

2009-07-31 Thread Ben2008
Very useful indeed. And yes i mean serverside lifecycle. Is there a way to subscibe to server startup process? I want to initialise some things if my server starts. For example create my database connection pool. I dont want to wait for the first user request to do all that stuff. Thank you in

Re: Eclipse Classic 3.5

2009-07-31 Thread Sumit Chandel
Hi Sp4rkR4t, The Google Plugin for Eclipse v1.1.0, which provides support for Eclipse 3.5, as been released yesterday. Announcement thread linked below. Announcing the Google Plugin for Eclipse 1.1.0: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/aa74940787785f51

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Mauro
2009/7/31 Rajeev Dayal rda...@google.com: You need to use a 32-bit JVM when running GWT. Install a 32-bit JVM, and change your project's JDK to use the 32-bit JVM. In future versions of GWT, it will no longer be necessary to use a 32-bit JVM. I have a 64bit platform and I don't want to use

Re: ensureDebugId(String) doesn't set IDs

2009-07-31 Thread The Question
So I tracked down the issue. It was one of those stupid things, but just in case someone else is getting the same issues: The important thing is where you put the ensureDebugId method. I was calling it when the widget was being added to a container, not necessarily when it was being populated

Re: Event and Interrupt Questions

2009-07-31 Thread spike2...@googlemail.com
Cool, I always wanted the clients on my page to run s...@home-work for me ;-) On 31 Jul., 16:48, Jason Essington jason.essing...@gmail.com wrote: Javascript is single threaded, so the event code has to wait its turn.   If a tight loop or something is running, the event's code won't   execute

GWT OOPHM and Spring

2009-07-31 Thread zhenj
Hello, Guys, I am using this GWT server library so that the GWT services can be published in Spring framework as beans. In this framework, I think it is the Spring intercepting the requests first. So if I run OOPHM, the gwt.hosted=x.x.x.x:9997 part can't be picked up by gwt, am I right? Any

Re: oophm on a mac

2009-07-31 Thread Zheren
I have run oophm on mac in eclipse. I think I just followed the guideline in GWT wiki page. I have not tried command line yet. -Ben On Jul 31, 11:56 am, Tom Malone tomjmal...@gmail.com wrote: running from command line with ant tried it on a linux vm image and seemed to work, just seems to be

Re: Adding event handler from *outside* widgets

2009-07-31 Thread max3000
And what to do when the widget is final like HorizontalSplitPanel? (SplitPanel is even package-scoped). Thanks, Max On Jul 30, 2:57 pm, Isaac Truett itru...@gmail.com wrote: Widgets, at least in the core GWT library, already have methods to add handlers for events that they support. If

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread Frank Stallone
Thank you for the quick, solid release! --~--~-~--~~~---~--~~ 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

Re: Adding event handler from *outside* widgets

2009-07-31 Thread Isaac Truett
What sort of event are you trying to add to HorizontalSplitPanel? A Composite might make more sense. On Fri, Jul 31, 2009 at 1:13 PM, max3000maxime.lar...@gmail.com wrote: And what to do when the widget is final like HorizontalSplitPanel? (SplitPanel is even package-scoped). Thanks, Max

Re: Creating and Importing GWT Independent Modules

2009-07-31 Thread Lucas Neves Martins
Nope, Can anybody give a step-by-step ? On 29 jul, 10:49, Nuno brun...@gmail.com wrote: you dont need to do much thing for this... just create your gwt library project, you dont need to define any entrypoints. after, just click with your right button on your project, then export, then

Re: Displaying a loading image while waiting on RPC

2009-07-31 Thread Daniel Jue
I agree with Chad, I have this in my click handler: display.getButton().addClickHandler(new ClickHandler() { @Override public void onClick(ClickEvent event) { display.getButton().disable(); display.setStatusText(Please wait while

Mapping column and row data to a flextable:

2009-07-31 Thread James
Hello All, I'm very new to GWT (we are using 1.6) and I'm seeing a lot of code with a two dimension object array construct for column and row data for flextables: Object[][]. I've done resultset data to jsp conversions in the past and I've always used typed column objects as a more OOP approach

Re: How long does my Webapplication live?

2009-07-31 Thread Isaac Truett
You can configure a servlet to load on startup in web.xml and then do your startup work in the servlet's init() method. servlet servlet-nameMyServlet/servlet-name servlet-classfoo.bar. MyServlet /servlet-class load-on-startup1/load-on-startup /servlet On Fri, Jul 31, 2009 at 12:54 PM,

Re: GWT 1.7 Crash while Compiling HistoryImplTimer.java

2009-07-31 Thread Sumit Chandel
Hi all, Thanks for sharing Isaac and Hiroshi. For anyone else who is experiencing this issue, can you also make sure that you don't have any previous GWT JARs on your hosted mode launch configuration classpaths? If that doesn't fix the issue, please let us know here. Cheers, -Sumit Chandel On

Re: problems with GWT plugin for eclipse.

2009-07-31 Thread Rajeev Dayal
The current version of GWT can only run with a 32-bit JVM because GWT depends on SWT, and GWT only bundles the 32-bit version of the SWT libraries that it requires. The next version of GWT will support Out-of-process-hosted-mode, which means that you can use a real browser while debugging your GWT

Re: GWT Incubator project

2009-07-31 Thread jay
We're also using the PagingScrollTable in production. For the most part it's been great. We've restyled things, and added support for drag-n-drop of the columns. The one issue we've run into (which I have not yet solved) is programmatically setting the values in all the cells of a column can be

Re: oophm on a mac

2009-07-31 Thread Rajeev Dayal
See the following documentation for getting OOPHM working on the Mac: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM Basically, you need to get rid of the -XstartOnFirstThread argument when launching the shell. On Fri, Jul 31, 2009 at 11:56 AM, Tom Malone tomjmal...@gmail.com wrote:

Re: Is there any performance advantage to Grid over FlexTable

2009-07-31 Thread Sumit Chandel
Hi Pete, If you know the number of rows and columns that your table will need and don't expect it to change, then by all means use the Grid widget. The FlexTable will create new rows dynamically for each row added via the insertRow() method. The time to execute the method to insert the row may be

how to write file to server using rpc?

2009-07-31 Thread Sednus
Hello, I need help I am new using GWT and I want to write a text file to the server but i can't find a writer supported by this JRE... Can anybody help? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Re: how to write file to server using rpc?

2009-07-31 Thread Norman Maurer
Hi, just checkout the formpanel. Bye, Norman 2009/7/31 Sednus sed...@gmail.com:   Hello,  I need help I am new using GWT and I want to write a text file to the server but i can't find a writer supported by this JRE... Can anybody help?

Re: XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread Rajeev Dayal
A few questions -Can you post the source of the main module file that you're running? -Can you view your launch configuration, and ensure that all of your project modules that you expect are listed on the GWT tab? -Can you view your launch configuration's classpath? Expand the GWT Classpath

Re: GWT Incubator project

2009-07-31 Thread Norman Maurer
Hi Jay, I would be really interested in adding drag-n-drop to my PagingScrollTable. Do you have some sample code to show you did this ? Thx, Norman 2009/7/31 jay jay.gin...@gmail.com: We're also using the PagingScrollTable in production. For the most part it's been great. We've restyled

Re: Why is HorizontalSplitPanel a final class?

2009-07-31 Thread jay
We needed the same thing, so we just copied the source into our own source tree and made the necessary modifications. jay On Jul 30, 10:17 pm, shoe54 webblaz...@yahoo.com wrote: I want to override final void onSplitterResize(int x, int y) but that method and the class itself are both final.

Re: Mapping column and row data to a flextable:

2009-07-31 Thread Isaac Truett
James, You might find that the PagingScrollTable in the GWT Incubator projects fits your OO sensibilities a little better. Look for the one in the gen2 package, not the deprecated version in widgetideas. http://code.google.com/p/google-web-toolkit-incubator/ Hope that helps, Isaac On Fri, Jul

Re: RichTextToolbar Question

2009-07-31 Thread Sean
Ah, thank you. I forgot all the examples are in the GWT source code. This thing is pretty sweet, I'm surprised it's not part of the normal API. Thank you, Sean On Jul 31, 9:23 am, Imran imran...@gmail.com wrote: This class is not part of the API. Instead, it was created in the demo to show

Re: XML / Module problem? (Just upgraded both Eclipse and the GWT plugin..errors appeared on projects reimporting)

2009-07-31 Thread twdarkflame
I looked in the classpath tab in eclipse but couldnt see gwt-user.jar or gwt-dev-platform.jarjust the GWT SDK 1.7.0 (which wasnt expandable) and which I assumed replaced them. I downloaded them anyway, and added them manually, but it didn't remove the error. I do believe all my project

How do you deal with Validation and MVP?

2009-07-31 Thread Eduardo Nunes
Hello guys, I would like to talk to you about validation and the MVP pattern. Does someone already have implemented it? I checked out some validation frameworks, some of them are very interesting but I'm having problems to use them with the MVP pattern. I think that most of validation feedback

GWT Compile Issue

2009-07-31 Thread gangurg gangurg
I have included org.apache.common.lang.StrinUtils in my Entry Point java file . I have included common-lang.jar in my web-app library .The Java Compilation goes through . but if i do a GWT compile i get the following error [ERROR] Line 32: No source code is available for type

PopupPanel setAnimationType() is package-private

2009-07-31 Thread Nathan Wells
I was just going through the PopupPanel class working on an unrelated issue, and I found that there is a capability to set different types of animation (setAnimationType(AnimationType type)), but the method is package-private. Is there a reason for this? I would like to use one of the option in

Re: oophm on a mac

2009-07-31 Thread Tom Malone
Thanks sorry, had been a muppet thought that I had to make sure it was there. Sorry and thanks Tom On Fri, Jul 31, 2009 at 7:14 PM, Rajeev Dayalrda...@google.com wrote: See the following documentation for getting OOPHM working on the Mac: 

Why does not HTMLPanel implement HasHTML interface?

2009-07-31 Thread Gregory Kanevsky
It seems very logical - almost obvious to me or what I am missing? --~--~-~--~~~---~--~~ 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

  1   2   >