Re: Back button functionality problem

2009-11-26 Thread Zak
1 - Use History Tokens to change the app's URL when you change state. This will trick the browser into thinking the use has navigated to different pages. More info: http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/History.html 2 - Could you provide more informati

Re: GPE debug error: ContentViewer must have a content provider when input is set

2009-11-26 Thread Jeff Chimene
On Thu, Nov 26, 2009 at 8:29 PM, Jeff Chimene wrote: > Hi Rajeev > > Here's a log from an Eclipse crash this evening. This occurs during > startup. It's usually cured by closing and reopening the project. Nope. I had to exit Eclipse to fix this error. The Project Explorer view wouldn't open.

Re: GPE debug error: ContentViewer must have a content provider when input is set

2009-11-26 Thread Jeff Chimene
Hi Rajeev Here's a log from an Eclipse crash this evening. This occurs during startup. It's usually cured by closing and reopening the project. org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle c

GWT 2.0 R2, implementation of CssResource css();

2009-11-26 Thread Ewald Pankratz
I'm too stupid to understand how all the things are connected. I tried to find out where the abstract methode css() is implemented. It's in Mail sample of GWT 2.0 R2. interface GlobalResources extends ClientBundle { @NotStrict @Source("global.css") CssResource css(); } thanks --

A third axis?

2009-11-26 Thread fker...@gmail.com
A question about deferred binding... If I define a new property in the gwt.xml module file; say, and an appropriate generator that will get the time of the day, and generate the property value accordingly. Of course, I would have some deferred binding rules that would replace some classes wi

Re: PopupPanel.center() not working in Firefox 3.5.5

2009-11-26 Thread Dazza
Why aren't you using GWT provided Window.getClientWidth() and Window.getClientHeight()? -- 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 grou

GWT Custom Widget => How to do event handling...

2009-11-26 Thread Chris
Hi Guys I'm trying to build my own custom widget. How can i add event handling to the widget? Here's there idea... I have a Composite (my View), on which I add a Timeline Widget The Timeline widget has many bands TimeBand and each TimeBand has many TimeEvents. I've used the DOM.createDiv(), and

Re: Should we use maven or not for a project?

2009-11-26 Thread CI-CUBE
I found maven pretty heavy and can live w/o it. If some day I feel the need to have something like that I can use it anyway, no problem. Just my personal opinion. Ekki * GWT Rocks! * SmartGWT Rocks Even Harder! * SmartGWT EE 1.2.1/LGPL 1.3, GWT 1.7.1, GAE 1.2.6, Jetty 7.0.0, Eclipse 3.5.1, JRE

Re: FormPanel SubmitCompleteEvent not getting full results that the server is sending back

2009-11-26 Thread Thomas Broyer
On 26 nov, 22:04, Mohamed Mansour wrote: > Hmm, my post formatted it all wrong. Here it is again: > > --- > > > I am using FileUpload widget within a FormPanel. Basically, I am > sending an XML file to FileUpload to te

Should we use maven or not for a project?

2009-11-26 Thread jbdhl
I'm about to start a new GWT project but can't decide weather to use maven or not - partly because I'm completely new to maven. Are there really large benefits from using maven? I've heard, that not even google is using it, and this worries me a little. Our project will be a bit of a mix of variou

Re: FormPanel SubmitCompleteEvent not getting full results that the server is sending back

2009-11-26 Thread Mohamed Mansour
Hmm, my post formatted it all wrong. Here it is again: --- I am using FileUpload widget within a FormPanel. Basically, I am sending an XML file to FileUpload to test.jsp, where that JSP file is sending that text file back

FormPanel SubmitCompleteEvent not getting full results that the server is sending back

2009-11-26 Thread Mohamed Mansour
Hello, I am using FileUpload widget within a FormPanel. Basically, I am sending an XML file to FileUpload to test.jsp, where that JSP file is sending that text file back wrapped in a tag. The problem is that event.getResults() from the SubmitCompleteHandler trims off the result from the beginnin

Re: Problem to structure GWT application (problème pour structurer l'application GWT)

2009-11-26 Thread TalkinJive
Thanx a lot Sri. On 26 nov, 03:39, Sripathi Krishnan wrote: > Approach 1 is the way to go with GWT.  See this discussion > thread. > > GWT doesn't play all that well with Struts (or any other server side > web-framework). U

Chrome and firefox oophm plugin

2009-11-26 Thread Gal Dolber
Is there any reason why the google chrome plugin is so slow compared to the firefox? And what about firefox crashes? I have two choices: 1- Firefox runs faaast but, it crashes 2- Chrome runs sloow but it is stable -- You received this message because you are subscribed to the Google Groups "Goo

RE: Google Web Toolkit 2.0 RC2 Now Available

2009-11-26 Thread Feldman, Nir
Is there any rough estimation on the timeline for releasing GWT 2.0? Thanks, Nir From: John LaBanca [mailto:jlaba...@google.com] Sent: Wednesday, November 25, 2009 10:52 PM To: Google-Web-Toolkit@googlegroups.com Subject: Google Web Toolkit 2.0 RC2 Now Available Hi everyone, We're getting close

Re: flextable getcellcount and clear issue...

2009-11-26 Thread Sudeep S
can u post the code snippet for clearing cells. i guess you might be doing table.clear .. that only removes the widgets from the cells but the not cell as a whole u can try doing table.removeRow(index); On Thu, Nov 26, 2009 at 11:46 AM, golfdude wrote: > > gwt 1.7... > > I have a flextable in

How to manage servlet configurations

2009-11-26 Thread Abdullah Shaikh
Hi, I new to GWT and looking to Ajaxify an already existing system, as there will be lot of servlet config to manage, I came across gwt-dispatch, can anybody let me know is gwt-dispatch perfect for this or are there any other frameworks which will let me minimise the no. of servlets ? Thanks, Ab

Re: GPE debug error: ContentViewer must have a content provider when input is set

2009-11-26 Thread Jeff Chimene
On 11/25/2009 08:36 AM, Rajeev Dayal wrote: > Hey Jeff, > > Sorry it took me a while to get back to you. > > On Wed, Nov 18, 2009 at 5:43 PM, Jeff Chimene > wrote: > > > > On Wed, Nov 18, 2009 at 3:12 PM, Rajeev Dayal > wrote: > >

Re: Full GWT Website with MS SQL Server 2008

2009-11-26 Thread Abdullah Shaikh
Hey Joe, nice work, as I am new to GWT I don't know, but I guess it's possbile, can we have the drop down to get dropped when clicked anywhere on the dropdown rather then only when clicked on the arrow on the rightmost side, that will make the clicking easier. Regards, Abdullah On Thu, Nov 26, 20

how to make communicate "two rootPanels"?

2009-11-26 Thread loveley
hi, I think I found a method to have some GWT components on a HTML page, nothing miraculous : I create the components in eclipse, assign them to a RootPanel.get("truc"); and in the HTML page generated by eclipse I add a div with the id="truc". If I want to modify the HTML page I only have to ke

Re: Google Web Toolkit 2.0 RC2 Now Available

2009-11-26 Thread - Ray
Hi, I've got the same issue as you did. The same Date Object gives me the Time with different TImezone, sometimes with CET, sometimes with UTC. It happens randomly. Now i am using Calender instead of Date. 2009/11/25 armogur > is it possible, that java.util.Date behaves differently in devmode

Back button functionality problem

2009-11-26 Thread Durgesh
Hi I am developing a web application using GWT 1.5. I have few problems: 1- I want to use back button on mouse right click. (Like any web application) 2- when i disable any button , it does not reflect in the client side in Mozilla browser whereas it works at Internet exp

Re: Client-side object storage

2009-11-26 Thread Erick Audet
Perhaps Google Gears can help? On Thu, Nov 26, 2009 at 7:13 AM, Aekold wrote: > Hi All! > > I want to save some object (panel for example) to use it later. On the > server side I can use request, session or even some singleton or > static map. But what can I do on the client? Strings or other >

Verification Email Process

2009-11-26 Thread Henry
Hi guys, I have my GWT application and I need to implement a process to verify the email address when someone creates a new account. I've the URL (www.XX.com) which give me the whole application every time I hit it. In my process I'll send an email after the successful creation of the account,

Confused by java.util.Collections$UnmodifiableMap problem when using Window.Location.getParameterMap() : Source Code Included.

2009-11-26 Thread redboffin
Hello All :-) I am building a sandpit web application using GWT that is hosted on App Engine and displayed within facebook as a canvas app. I am trying to implement validation, using http://wiki.developers.facebook.com/index.php/User:Google_Web_Toolkit#Security_and_Authentication as a guide. The

Weird Spacing in ScrollPanel

2009-11-26 Thread Tyler
Hello everybody. I'm developing an application that needs to return Local Search results in a small ScrollPane. I am choosing, however, to manually parse the search results so that I can display some particular information without the rest of it. The way that I am accomplishing this is shown here

Re: Google Web Toolkit 2.0 RC2 Now Available

2009-11-26 Thread pjulien
OK, this issue was actually that I had other projects in the app server running with GWT 1.7. It seems we can't run both side by side. The problem arises if the jar is pre-deployed or directly in another war On Nov 26, 10:22 am, pjulien wrote: > I'm still unable to do any RPC calls using glassf

Re: Full GWT Website with MS SQL Server 2008

2009-11-26 Thread Christian Goudreau
Nice work. Two things I have to say from my fast visit, but that's two thing you probaly already know. 1- History Management 2- Your animation. I have done something more smooth than that, so I assume that it's an incomplete work ? We see the desapearance and it's not smooth at all. Really nice

Re: How to make compiler NOT to compile to subfolder ?

2009-11-26 Thread Thomas Broyer
On Nov 26, 3:23 pm, Jacek Zebrowski wrote: > Hi ! > > i created myApp project using Eclipse. > > When i hit Compile it compiles to /war/myApp/myapp.nocache.js while host > page is in war/ > > The problem with it is that it makes my GWT.getModuleBaseURL() look > like www.mysite.com/myApp and i do

Re: Google Web Toolkit 2.0 RC2 Now Available

2009-11-26 Thread pjulien
I'm still unable to do any RPC calls using glassfish. I still get a parse error here: WebModule[/WebApplication2]GWTService: ERROR: Failed to parse the policy file '/org.yournamehere.Main/ D9C04143458C6B143A3BEFA60D252A85.gwt.rpc' java.text.ParseException: Expected: className, [true | false]

Re: Full GWT Website with MS SQL Server 2008

2009-11-26 Thread Joe
Thank you Siegfried, I always appreciate good feedback! On Nov 26, 11:25 am, gwtfanb0y wrote: > Very nice work! > > On 24 Nov., 14:19, Joe wrote: > > > > > Hello Everyone, Please check this website and any comments or reviews > > are welcomed! > > >http://www.property.com.lb > > > A Website full

[Eclipse Google Plugin] How to make compiler NOT to compile to subfolder ?

2009-11-26 Thread Jacek Zebrowski
Hi ! i created myApp project using Eclipse. When i hit Compile it compiles to /war/myApp/myapp.nocache.js while host page is in war/ The problem with it is that it makes my GWT.getModuleBaseURL() look like www.mysite.com/myApp and i dont want the myApp part there... any ideas ? -- Jacek --

[GWT-SL] setServiceEntryPoint()

2009-11-26 Thread Jacek Zebrowski
Hi ! I did all according to docu (http://gwt-widget.sourceforge.net/?q=node/51#GWTHandler)- my service is present under myapp.url/handler/testrpc. but GWT expects me to supply : setServiceEntryPoint()... When i set it to GWT.getModuleBaseURL() it submits the service to : localhost:8080/myapp/m

Client-side object storage

2009-11-26 Thread Aekold
Hi All! I want to save some object (panel for example) to use it later. On the server side I can use request, session or even some singleton or static map. But what can I do on the client? Strings or other primitives I can save into Cookies, but what to do with panels? -- You received this messa

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-26 Thread Prashant
it worked ! 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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. F

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-26 Thread Thomas Broyer
On Nov 26, 10:55 am, Prashant wrote: > Hi, > > I am using GWT 2.0.0rc2 with GAE SDK 1.2.6 on Vista, whenever I try to run > or debug the project I am getting following error. I tried creating a fresh > project but the problem persists. > > Unknown argument: -portHosted > Google Web Toolkit 2.0.0

Re: GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-26 Thread Prashant
I tried updating the plugin using IDE and it said "a newer version is already installed". -- 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 gr

GWT 2.0.0rc2 ::: Unknown argument: -portHosted

2009-11-26 Thread Prashant
Hi, I am using GWT 2.0.0rc2 with GAE SDK 1.2.6 on Vista, whenever I try to run or debug the project I am getting following error. I tried creating a fresh project but the problem persists. Unknown argument: -portHosted Google Web Toolkit 2.0.0-rc2 DevMode [-noserver] [-port port-number | "auto"]

Re: OOPHM problem in gwt 2.0.0-rc1

2009-11-26 Thread emir
It works now with RC2 On Nov 24, 2:23 pm, emir wrote: > Unfortunately it did not made any difference :-( > > On Nov 24, 1:32 pm, "bch...@gmail.com" wrote: > > > > > I have the same problem. > > > For me, adding the following to the call to com.google.gwt.dev.DevMode > > removes this error. > > >

Re: Full GWT Website with MS SQL Server 2008

2009-11-26 Thread gwtfanb0y
Very nice work! On 24 Nov., 14:19, Joe wrote: > Hello Everyone, Please check this website and any comments or reviews > are welcomed! > > http://www.property.com.lb > > A Website fully developed in GWT and connected to MS SQL Server 2008 -- You received this message because you are subscribed t

Re: using linker while deploying application

2009-11-26 Thread m.mil...@newelements.de
problen nr1 solved, thanks to sanjiv jivan! the path for the smart gwt images and stuff could be set in the host page: var isomorphicDir = "MODULE_NAME/sc/"; -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send e

Re: Too much is happening (the events are crowding the bus)?

2009-11-26 Thread mariyan nenchev
Hi, I am interested in this gwt architecture too. I did have a look at the video and a hello world application implemented with this architecture, and really i think that this is too much code to write. I also looked at the apache hupa project, that is using the same architecture. And they did a ge

Re: Standard.css always override my MyProject.css

2009-11-26 Thread philippe
Hi Sobis, Try this: In your Application.gwt.xml, add this line after standard theme definition: I think you must use !important, check if it's well write. Delete the style definition in your html. On my project, it's work. regards, Philippe On 26 nov, 09:23, Šobis wrote: > Hello, > > can y

Re: CommandPattern vs Server side Event Bus?

2009-11-26 Thread Youngster
Wouldn't it become much slower if you handle all event via the server? On Nov 25, 7:47 pm, hbraun wrote: > right, errai-bus might be what you are looking for. Is does server > push and has an easy to use programming model. > > On Nov 17, 10:03 am, pedjak wrote: > > > > Sure by nature http does n

Re: How to deploy GWT application in tomcat

2009-11-26 Thread Tamás Gömbös
I forgot to mention that when I start the application in hosted mode and start it in a browser with the "Compile/Browse" button it also works properly. 2009/11/26 Tamás Gömbös > I have copied all the required jars to WEB-INF. And my servlets work > properly because they send back data when I cal

Re: How to deploy GWT application in tomcat

2009-11-26 Thread Tamás Gömbös
I have copied all the required jars to WEB-INF. And my servlets work properly because they send back data when I call them explicitly. But it seems that the client doesn't send any request to the server when I start the application with .html. And again: in hosted mode everything's fine. 2009/11/1

Standard.css always override my MyProject.css

2009-11-26 Thread Šobis
Hello, can you please help me with this issue, because I'm slowly losing my mind. I have GWT project, where in MyProject.gwt.xml I have and In MyProject.html I have: but for TabPanel I always get style from Standard.css. What am I doing wrong? In MyProject.css I hav

Re: GWT application that can run on the server and client?

2009-11-26 Thread Saeed Zarinfam
Hi This is possible. You can do it with a SWT Browser widget and a embedded web server (tomcat or jetty) and war folder of your GWT application. On Nov 18, 1:26 am, Ezra wrote: > Hi GWT community, > > Is it possible to have a gwt application run on the server and the > client?  Basically, can a G