Mozilla Problem

2010-02-03 Thread Sanj
Hi All, I run my application is on Mozilla 3.4 then there is no issue but when i run the same thing in Mozilla 3.5.5 then i am facing following issue :- 00:00:34.234 [ERROR] Failed to load module 'shrisurance' from user agent 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/200

Re: validation in gwt ?

2010-02-03 Thread Ric66
Hi Abdullah, AFAIK, validation is scheduled with GWT 2.2 (see GWT Incubator Status Update and Schedule at http://groups.google.com/group/google-web-toolkit/browse_thread/thread/26f883d9b0c02136/1516a4a543f56ffe?lnk=gst&q=roadmap#1516a4a543f56ffe). I choose to use gwt-validation: it works fine, gi

Re: Co-existing 1.7.1 projects and 2.0 projects

2010-02-03 Thread Pieter Breed
I'll explain as best I can. I upgrade my project from 1.7.1 to 2.0 and tried to get it running. When that didn't work out, I reverted the project back to use GWT1.7.1 (via the eclipse Google GWT project setting). I cleaned the project, closed and re-opened eclipse. I even tried to delete the hoste

Re: Question regarding presenter in MVP pattern

2010-02-03 Thread Manuel Carrasco Moñino
Just a point, I think having in the display the method: 'Widget asWidget();' is not a good idea, is it?. I think you have to use only interfaces (or basic types) in order to decouple presenter-view and test it in the jvm. Cheers Manolo On Sun, Jan 31, 2010 at 10:47 PM, gugguson wrote: > Hello.

Re: Question regarding presenter in MVP pattern

2010-02-03 Thread Trevis
Feldman, Nir's solution is pretty much what i've decided to go with. One thing i do differently though. I didnt care for the idea of having one view having a dependancy on another so what i do is have the "item" view offer up it's individual parts as widgets and have an add row method on the conta

Re: Announcing GWT 2.0.1

2010-02-03 Thread Chi H
This seems to have the same problem as the styles The trunk version of com.google.gwt.user.client.ui.Image has getAltText() and setAltText() methods, but those methods are not in the 2.0.0 or the 2.0.1 versions. On Feb 3, 3:58 pm, Thad wrote: > Where and how has this been done?  How can I use it?

Re: Announcing GWT 2.0.1

2010-02-03 Thread Jim Douglas
Never mind...operator error. The project is sensitive to the sequence of jar files in the classpath, and I managed to change the sequence slightly when I switched over from 2.0.0 to 2.0.1. After rearranging it to use the original sequence, everything worked. On Feb 3, 4:45 pm, Jim Douglas wrote

Re: Maven users survey

2010-02-03 Thread VladS
Thank you Google Plugin for Eclipse team for making an effort! We are developing with GWT since 2006 and used maven from the day one. We are making projects with Hibernate and GAE on backed and usually our projects span multiple modules (~ 20 in a small project). UI GWT part usually take 10 module

Upgrade problem 1.7 --> 2.0

2010-02-03 Thread iaio81
Hi all, because of the slowness of GWT 1.7's hosted mode, I was trying upgrading GWT to 2.0 but after having done it I have problems running my projects created with 1.7. What I've to change? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

GoogleMaps gwt-maps Tiles don't align or fill the Widget.

2010-02-03 Thread ahhughes
Hi All, I suspect this is an easy one, sorry I can't find the answer. Adding a MapWidget directly to the RootPanel().get().add() works! But if I add my MapWidget into a TabPanel then the map tile/layers aren't where they are supposed to be. I have grey "background" visible where tile's should be,

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread ahhughes
Thanks to everyone who has chipped in on this discussion. I'm glad I posted the question and go so much attention. My take on this: Point #1: Both GXT and SmartGWT have issues. There are so many different opinions in this discuss and I feel that signifies that neither have been widely accepted as

Re: EasyMock async methods?

2010-02-03 Thread Trung
Hi Dalla, SyncProxy is a pure Java (no JSNI) RPC client-side library, which allow to access/invoke GWT remote services from Java client. You can use SyncProxy to test Async methods. See http://www.gdevelop.com/w/blog/2010/01/10/testing-gwt-rpc-services/ for source-code download. Hope this help,

Re: Announcing GWT 2.0.1

2010-02-03 Thread Jim Douglas
I must be missing something stupid here. I uninstalled the 2.0.0 SDK plugin for Eclipse and installed the 2.0.1 version: Google Web Toolkit SDK 2.0.1 2.0.1.v201002021445 com.google.gwt.eclipse.sdkbundle.e35.feature.2.0.1.feature.group And now when I attempt to build my project by clicking on

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread ckendrick
Re: widgets inside grid rows: not only is it "out of the box" in SmartGWT, there are multiple out of the box modes for it, including nested editable grids. http://www.smartclient.com/smartgwt/showcase/#featured_nested_grid http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/

Problem with Thread in GWT2.0

2010-02-03 Thread SergeZ
Hi everybody! I meat the following problem. When my GWT app is started it is very necessary to make an asynchronous call - to gether some data. If i make this call directly from OnModuleLoad() method - then i getting the result, but when I putting the call of my method in a thread: OnModuleLoad

Re: Announcing GWT 2.0.1

2010-02-03 Thread Brett Morgan
When will this update be on the Eclipse plugins site? brett 2010/2/3 Miguel Méndez > The GWT 2.0.1 point release is now available for download. It contains > fixes for bugs found in the 2.0.0 release. > > Potentially breaking changes and fixes > >- Fixed a bug in how code generators collect

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread Bogdan Maryniuck
One more thing, regardless to SmartGWT or GXT (though was noticed with Isomorphic thing): browser just get nuts if you put enough complexity in there and then resize the UI. Since they don't use sizing like 100% or something, they use actual size recalculation in pixels. I know why and that's a rea

Re: Announcing GWT 2.0.1

2010-02-03 Thread Yegor
(assuming you are using Eclipse 3.5) > Does the Eclipse Plugin automatically update it's SDK to 2.0.1? The SDK will be downloaded along with the plugin update, however the plugin itself will not auto-update. You do it manually. > Or is the update notification only related to the Plugin Version?

File borwser

2010-02-03 Thread djschorn
Hi, I have a very simple question. Is there a GWT widget that allows the client to manage file/and directory hosted on the server-side ? I didn't find a "full gwt" library. I found two libraries (Mollify and Ext.ux.FileTreePanel), but there aren't a full GWT widget. Thanx by advance -- You rec

Re: Is this bug fixed?

2010-02-03 Thread Chris Ramsdale
This doesn't appear to be fixed (at least based on the status). If it's still an issue for (which it sounds like it is), please star the issue and add any relevant details that are specific to your application. On Wed, Feb 3, 2010 at 11:32 AM, mariyan nenchev wrote: > Well when i show my popup i

Re: Embedded jetty

2010-02-03 Thread John Ivens
I would be interested in knowing where that file is also... On Tue, Feb 2, 2010 at 12:12 PM, Thom with an H wrote: > I'm trying to modify the jetty.xml file so I can define JDBC settings > for my jetty instance, but I can't seem to find where to do this with > the embedded jetty that comes with

How to access a web service using GWT?

2010-02-03 Thread Dany
Hi I am new to GWT and looking at ways to access a web service from GWT client. Does GWT provide any infrastructure to make web service calls (both synch & asynch)? I appreciate any pointers to articles, code samples, etc. Thanks -- You received this message because you are subscribed to the G

Help on gwt app initial download...

2010-02-03 Thread golfdude
My app ( obfuscated ) is at 850kb and my users are complaining on initial download time as in beta mode I tend to put regular releases. My users are all in dialup ( 56 kb ) kind of connections. I have been searching this group and searching for some tutorial to split into modules ( one link to a g

Re: how to control that a FileUpload has been filled properly

2010-02-03 Thread BimboJones
I saw some code for that, you can extend de FileUpload class and override the onBrowserEvent() function to listen to onChange event. MyFileUpload() { DOM.sinkEvents(this.getElement(), Event.ONCHANGE); } public void onBrowserEvent(Event event) { super.onBrowserEvent

Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-02-03 Thread Prashant
We use GWT 1.5 for our rest results publishing dashboard. We extensively use GWT widgets like MenuBar, DialogBox, PopupPanel, etc. Everything had been working fine till date. However, when we recently upgraded Firefox to the latest version (3.6), a lot of features seem to have been broken. For exam

Running several projects in Development Mode in Eclipse fails.

2010-02-03 Thread lim
Hello. How is it possible to start several projects in development mode simultaneously / start two instances of development mode? Software: Eclipse Platform: 3.5.1.M20090917-0800 Google Plugin for Eclipse 3.5: 1.2.0.v200912062003 Google Web Toolkit SDK 2.0.1: 2.0.1.v201002021445 Google App Eng

Re: Maven users survey

2010-02-03 Thread Cedric Thiebault
Hi, I'm using IAM (http://www.eclipse.org/iam), WTP and the GWT Google Plugin for Eclipse for a multi-module project (using flat structure): . |-- core | `-- pom.xml |-- gwt | `-- pom.xml `-- parent `-- pom.xml When I run my application using the Web App launch, my "gwt" project is

Re: Unable to Use GWT Developer Plugin with Firefox 3.6

2010-02-03 Thread kolstae
I have the exact same problem. On Feb 2, 4:53 pm, Thad wrote: > Yes.  This has been observed and commented on.  I've been usingFirefox3.5.7 > (on Linux) because of this. > > This morning I was alerted to an update to the GWT plugin, and > installed it (v.1.0.7511).  However it still does not wor

using ClientBundle for a themeable image set

2010-02-03 Thread Bob
Hi, I have a set of static objects which are retrieved from the server and rendered in a custom widget on the client. Each of these objects has an image associated with it. I want these images to be themeable, such that the entire set of images used for these objects can be swapped out. For exa

MVP with GWT 2.0/UiBinder could be simplified

2010-02-03 Thread mahjong
Having gone through gwt-presenter, gwt-dispatcher, and gwt-mvp-sample, it appears to me these projects were designed and implemented in a pre- GWT-2.0/UiBinder age. They haven't taken into consideration the new UiBinder features. So I am still seeking the best practice of implementing MVP with UiBi

Integrating GWT features into my existing app?

2010-02-03 Thread paulmo
How do I add features written with GWT, like Menu and Panel, to my existing app that was not made with GWT? Do I just copy/paste compiled Javascript and HTML files? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, sen

Drop-down Checklist : Something very similar to JQuery plugin : ui.dropdownchecklist

2010-02-03 Thread Sajeev Paul
I need help to build a dropdown checklist in GWT, similar to the one available with JQuery plugin. Thanks, Sajeev -- 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

GWT PopupPanel center problem

2010-02-03 Thread Misha
Hi! I have the problem with PopupPanel.center() method. Let's take Mail sample (AboutDialog.java) bundled with GWT 2.0 . I have notice that padding is specified for .aboutText: .aboutText { text-align: left; padding-top: 200px; } AboutDialog isn't centered. It is aligned to the botto

Gwt server side and maven

2010-02-03 Thread joe7935
Hello all, I try to build a gwt server side project in maven . I was looking for example in the web , i found examples in this site : http://code.google.com/p/gwt-maven/ I have some questions : 1. Do I have to start with maven project ( by selected an archetype maven-gwt-plugin) 2. if any one h

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread Jonathan
I'm also using GXT on a very, very large project. My experience has been pretty positive. I've been working with the GXT library over a year. The appearance of most components can be changed pretty easily. I prefer the GXT rendering model over GWT. We have custom versions of nearly every GXT c

Re: Announcing GWT 2.0.1

2010-02-03 Thread Florian
Hi, Does the Eclipse Plugin automatically update it's SDK to 2.0.1? Or is the update notification only related to the Plugin Version? I dont see any updates when klicking: "Check for Updates" in Eclipse. Thanks, Florian On 3 Feb., 03:01, Miguel Méndez wrote: > The GWT 2.0.1 point release is n

Cannot get code splitting to work

2010-02-03 Thread Jonathan
If I create a basic GWT 2.0 project, and add some basic code splitting, it works perfectly fine. But our main application is pretty massive and complex. I cannot get it to split ANY code whatsoever - even the most basic test. I generally confirm this by looking at the soyc compile report but it'

GWT build requirements and packaging for Fedora

2010-02-03 Thread jlaska
Greetings, I am looking into packaging GWT for Fedora. According to the Fedora packaging guidelines, all packages must not include any bundled libraries or JAR files [1]. As a result, I have attempted to identify the JAR files included in GWT and whether they are already packaged in Fedora. So

Embedded jetty

2010-02-03 Thread Thom with an H
I'm trying to modify the jetty.xml file so I can define JDBC settings for my jetty instance, but I can't seem to find where to do this with the embedded jetty that comes with GWT. Does anyone have an idea? -- You received this message because you are subscribed to the Google Groups "Google Web T

Re: SuggestBox hides RootLayoutPanel and all its contents

2010-02-03 Thread Stefano Ciccarelli
This is my dirty solution: but you have to drop IE6 support. On 2 Feb, 08:41, hriess wrote: > Is there in the meantime a solution for this problem? I am using a > DockLayoutPanel for the layout of the application. A SuggestBox (and > other PopupPanels) blanks the complete

GWT 2.0 and java Generic

2010-02-03 Thread Jinat
Does GWT 2.0 surpports java 1.6 Generic syntax? -- 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+uns

Re: gwt-phys2d: 2D physics engine for GWT

2010-02-03 Thread seongjoo
This is very cool. Wonderful work. I was thinking about doing this myself too. I am trying to use this in Eclipse but it gives me build errors as followings: "The web.xml file does not exist (phy2d)" On 1월28일, 오후8시48분, Neil Halelamien wrote: > I've put up a new version which allows one to use t

Re: IllegalStateException when passing HttpSession as parameter

2010-02-03 Thread Guser
What servlet container are you using? If appengine with eclipse plugin, you must enable sessions in appengine-web.xml with this line, true On Jan 19, 1:31 pm, mata_svada wrote: > Hi! > > I'm getting a weird behaviour with GWT 1.7.1 (on Mac OS X 10.6) on the > server side: > > When I pass theHttpS

GWT Plugin on Firefox 3.6 (linux) not working

2010-02-03 Thread vali
Hello I hope i'm right here with my problem. If not, please inform me and i'm sorry about that. When i read that the new GWT-plugin update added FF 3.6 support i updated my browser on linux. Unfortunately it doesn't work. It says "install plugin", downloads the ~3m, installs and needs to be resta

GWT 2.0 internet explorer 7 devmode issue?

2010-02-03 Thread fark
I'm having difficulties with ie7 devmode on windows xp and gwt 2.0. Basically if I click a link in ie while running the app, the url is replaced and the application reloads if there are history tokens. A simple test showing the url modification (note this does not reload the app as there are no to

GWT Plugin fails to operate in Firefox and Google Chrome

2010-02-03 Thread Mikey87
Hello, I have been having many issues trying to get Firefox and Chrome to operate properly with the GWT Plugin for the browsers. The only browser that I am not having issues with is Explorer, it works but is very slow. I have been doing the GWT tutorials for a project and I just wondered if there

i18n, store html content in property-file?

2010-02-03 Thread freak-master flex
Hey, I'm pretty new to GWT, i've a good Java knowledge and I know PHP well. I'm developing a website in 2 languages and I chose the "extending the messages interface with binding to property-files". I translated the menu, that worked fine, but how can I store my contents? I read a few things abo

navigating between uibinder templates

2010-02-03 Thread dk
Hi, I've got a large domain object, > 150 fields (it's an insurance application) and was wondering if I could split the uibinder templates across this object. So, say for instance sake, page1.ui.xml, page2.ui.xml, etc. I've managed to get two templates onto the same page, navigation.ui.xml and

Re: Announcing GWT 2.0.1

2010-02-03 Thread Yegor
Cool! Thanks. How soon do you think you can get it into the main Maven repo? Yegor -- 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,

Re: Announcing GWT 2.0.1

2010-02-03 Thread Thad
Where and how has this been done? How can I use it? The only reference I see to "alt" is in com.google.gwt.dom.client.ImageElement, getAlt() and setAlt(), and the code is the same as in 2.0.0. On Feb 2, 9:01 pm, Miguel Méndez wrote: > The GWT 2.0.1 point release is now available for download. I

Charts in Visualization API -- pushing data

2010-02-03 Thread John Ivens
Suppose that I would want to use the Google Visualization API and somehow have events pushing data into a line graph... fairly rapidly. I would want this line graph to real-time update itself. So, let's say I would want it to continuously graph the last 10 data points that it had recieved, updatin

Development Mode Performance - Any Options?

2010-02-03 Thread Erron
My performance of development mode seems to be much slower than hosted mode (pre-2.0). I frequently get the prompt that the script is taking too long, would I like to abort (FF and Chrome). I was wondering are there some other options I can try to see if I can increase my performance. I don't thi

Security: access denied (java.lang.RuntimePermission modifyThreadGroup)

2010-02-03 Thread Cyril
I am running GWT 2.0 with Spring security and GAE. When I start my app, I do have this error: Caused: access denied (java.lang.RuntimePermission modifyThreadGroup) It doesn't prevent my app to work neither affect my security. However it takes some processing time and I would like to get rid of it.

Re: Announcing GWT 2.0.1

2010-02-03 Thread Chi H
Great job! One question - one of the bugs listed as being fixed was 'Standard.css missing new layout styles'. I'm having trouble finding these new layout styles. My expectation was that standard.css would be updated with the new styles. Standard.css on the 2.0.1 can be seen here: http://code.goog

EasyMock async methods?

2010-02-03 Thread Dalla
Hi all I´m currently testing EasyMock for my GWT non widget unit tests. Was wondering if there are any good approaches to testing async methods? Found http://googletesting.blogspot.com/2009/08/tott-testing-gwt-without-gwttest.html, but that´s about 6 months old. Is this still the best way to go?

Re: How to close browser window with event

2010-02-03 Thread mariyan nenchev
I thought about something not native, but this will do. Thanks! On Wed, Feb 3, 2010 at 9:30 PM, UJ wrote: > Invoke following code from the action handler: > > native public static void close()/*-{ $wnd.close(); > > }-*/; > > -- > You received this message because you are subscribed to the Goog

Re: Compiling in subdirectory

2010-02-03 Thread UJ
Since the GWT application is a web application, it follows the default web application deployment pattern (see more details on: http://onjava.com/pub/a/onjava/2001/03/15/tomcat.html). We can add any jar or compiled classes to our web application by adding them to the application server class path

Re: How to close browser window with event

2010-02-03 Thread UJ
Invoke following code from the action handler: native public static void close()/*-{ $wnd.close(); }-*/; -- 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 unsub

Re: How to close browser window with event

2010-02-03 Thread UJ
Calling this native function should do this for you: native public static void close()/*-{ $wnd.close(); }-*/; -- 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

IE bug in vertical sizing of elements

2010-02-03 Thread Thad
I have the requirement read to display widgets, rendering them similar to how they display in a Mac/Windows application (not a web app, but a client that provides forms for a database). The widgets are fairly common things--labels, text boxes, checkboxes, pictures, etc. The display is dynamic--the

Tutorial : GWT UiBinder with JAX-RS Jersey and Objectify @ http://wp.me/PnkVx-1S

2010-02-03 Thread Iqbal Yusuf Dipu
Tutorial : GWT UiBinder with JAX-RS Jersey and Objectify @ http://wp.me/PnkVx-1S _Iqbal -- 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 gro

Re: how to use Comet on Gwt?

2010-02-03 Thread bamd...@gmail.com
today i emailed stream-hub asking the prices and here is a brief info : Web Edition Pricing Single Server License US$ 999 Support & Maintenance (1st year) FREE Web Edition Optional Extras HTTPS Support US$ 499 Support & Maintenance (2nd year on

Re: onBlur called twice because of FocusWidget.setFocus implementation

2010-02-03 Thread Thomas Broyer
On 2 fév, 02:56, Stuart wrote: > My use case: > > I have a TextBox which I want to validate onBlur. If validation fails, > I want to setFocus on it again. Which makes onBlur fire again, hence > the validation routine runs again (not ideal, in fact, a defect in my > mind). > > My code: > == snip

JSNI question

2010-02-03 Thread Paul Stockley
Is there a way I can get the obfuscated name of a JAVA object's field from within a JSNI method? I can get the actual value by using: [instance-exp...@class-name::field-name but what I want is just the @class-name::field-name as a string. The compiler gives an error if I omit the instance express

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread siberian
We've found this ability to override methods and subclass components to be invaluable. You may be able to do some of this with SmartGWT, I have not specifically looked. Coming from a Wicket background I found GXT to be very comfortable and 'Wicketlike' in the way thats its pure Java and abstracts t

Re: onBlur called twice because of FocusWidget.setFocus implementation

2010-02-03 Thread Jeff Chimene
On 02/01/2010 06:56 PM, Stuart wrote: > My use case: > > I have a TextBox which I want to validate onBlur. If validation fails, > I want to setFocus on it again. Which makes onBlur fire again, hence > the validation routine runs again (not ideal, in fact, a defect in my > mind). > > My code: > ==

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread mariyan nenchev
On Wed, Feb 3, 2010 at 6:24 PM, Tercio wrote: > SmartGWT is very good in Server-side integration, with a lot UI > > Smart gwt pro/ee may be, but not smart gwt. Tell me how many lines of code you must write in order to integrate it with EJBS? What steps you must do in order to create single list o

Re: SubmitCompleteEvent.getResults on File upload

2010-02-03 Thread aliman
Additionally, I find that if you return an HTML document as the response to the form submission, the value of getResults() is the content of the body element in the HTML document. I don't know if this is a good idea, but I return an HTML document like... results ... and then process the string I

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread gengstrand
I noticed that SmartGWT doesn't support the iPhone whereas GWT does. This surprised me because SmartGWT does work when using Safari on either PC or Mac. How do GXT apps work when surfed to by an iPhone? On Feb 3, 10:24 am, Tercio wrote: > You know guys, this is a tough decision. We all differ

Re: How Do I Change The Welcome (html) File?

2010-02-03 Thread Russ
> have you added the correct

How to close browser window with event

2010-02-03 Thread mariyan nenchev
Hi, I want to have my own button that closes the current browser window that shows my gwt app. -- 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 t

Re: RootPanel.get() problems

2010-02-03 Thread Thomas Broyer
On Feb 2, 6:00 pm, "Juan M.M.M." wrote: > hi! > > I'm becoming exasperated because this class sometimes works fine and > sometimes it going crazy. Let's supose this HTML like mine > > ... > >     >       >       >     >     >     > > > In method OnModuleLoad() u can refeer with this sentence

Re: Is this bug fixed?

2010-02-03 Thread mariyan nenchev
Well when i show my popup i call center() and after that show(). The first time the popup is not centered, but after that it is. On Wed, Feb 3, 2010 at 5:23 PM, Christian Goudreau < goudreau.christ...@gmail.com> wrote: > I'm using Popup panel and I don't see any bug, so I asume that Yes It Is ! >

Re: Compiling in subdirectory

2010-02-03 Thread cromoteca
Is it impossible? Really?? Forgive me, but I thought I was missing something obvious. On 1 Feb, 09:13, cromoteca wrote: > Hi, > > when I compile my module, it gets compiled into /something in the war > folder. Is there any way to compile it into /some/thing and run it > from there? > > Thank you

Re: How Do I Change The Welcome (html) File?

2010-02-03 Thread Thomas Broyer
On Feb 2, 8:34 pm, Russ wrote: > I created an app, and now I want to run it in a different HTML file. > I > created the new HTML file, placed it in the war directory, made sure > the new HTML file has the correct RootPanels and changed the > file> in the web.xml file to refer to the new HTML fi

Re: Is there a way to mock JSONObject?

2010-02-03 Thread Thomas Broyer
On Feb 2, 10:19 pm, Kevin Q wrote: > Our application consumes JSON web services. We're using JSONParser, > returning a JSONObject, and construct domain models from the result > JSONObject. I'd like to test that piece of code, but it seems I cannot > use JSONObject in JVM unit tests, as it depends

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread Tercio
You know guys, this is a tough decision. We all differ in experience and knowledge. I think that this criticism is good for every one. SmartGWT is very good in Server-side integration, with a lot UI widgets, but it's a wrapper to JS and you can't override the way it work internally(Yes, some will

Re: Preserve HTTP Sessions when restarting Jetty

2010-02-03 Thread Thomas Broyer
On Dec 15 2009, 12:01 pm, cromoteca wrote: > It seems due to Development Mode not reading war/WEB-INF/jetty- > web.xml. Any hint? DevMode *does* read jetty-web (I'm using it on a prototype project to set the WebAppContext's userRealm and authenticator). -- You received this message because yo

Re: Cross site Javascript compliant to standards and not by using cheats

2010-02-03 Thread Thomas Broyer
On Feb 3, 10:32 am, Cristiano wrote: > I've always searched for a way to enable cross site XmlHttpRequest > without using tricks. > Flash has this capability: you can specify exceptions on cross site by > placing a file named "crossdomain.xml" on the root of the site. > > Today, I've found this

Re: Problems with DialogBox and DockLayoutPanel

2010-02-03 Thread bysse
It seems that I've got something fundamental very wrong here. Whenever i use DockLayoutPanel the divs in the layout always get eight height or width undefined which leaves my contents hidden (because of overflow-*: hidden). What is the correct usage of these panels? On Feb 3, 4:49 pm, bysse wrote

Re: Problems with DialogBox and DockLayoutPanel

2010-02-03 Thread Paul Stockley
The borders getting screwed up when setting the size seems to me an issue with dialog box even if you don't use the new layout panels -- 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...@g

Re: Problem with GWT 2.0 Chrome developer plugin

2010-02-03 Thread Steve Lancey
Same here On Jan 19, 3:05 pm, Isac wrote: > Hi, I have recently updated the GWT SDK from 1.5.3 to 2.0.0 on a > project. I managed to fix all issues but one. > I can't use the development mode with chrome. The login page of my > application loads perfectly but when I try to log in (i.e. make an >

SerializationException appear suddenly if deployed to production

2010-02-03 Thread rmuller
I am working with GWT 2.0 since it is released and it is working fine. Till today.. Now I get a lot of SerializationException's even for enum's. See below. "Permissie" is just a "normal" enum. Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'xxx.Permissie' was not assignable

Re: Using GWT code on server

2010-02-03 Thread Thomas Broyer
On Feb 3, 4:09 pm, jd wrote: > Hi, > > I was wondering if there exists already a way to share the same code > for building HTML on the server and on the client?  If not I was > thinking about making a mock DOM object which simply built an in > memory model and then spat out html. > > Has this alr

Re: RequestBuilder error handling

2010-02-03 Thread Thomas Broyer
On Feb 2, 9:56 am, Fotos Georgiadis wrote: > Hi, > > I have a question about the proper use of error handling code with > RequestBuilder. I can't figure out what's gonna happen, when something > goes wrong, and the proper way to handle such situations. > > I've already searched this group's arch

Problems with DialogBox and DockLayoutPanel

2010-02-03 Thread bysse
Hi, i'm having trouble getting the DialogBox to work properly with a DockLayoutPanel. If i don't specify the size of the DialogBox it's very small and nothing shows. And if I specify the size of the dialog the borders are all wrong and the contents are "outside" the dialog, hidden. This is what i

Re: DevMode!!! how make it works.

2010-02-03 Thread Ladislav Gazo
It is more a matter of configuration of your project. If you are not running in noserver mode you don't need anything and it should work out-of-the-box but if you are running noserver, then you need to do more. But maybe it is just a misconfiguration of service on the client side... go through it

Re: Is this bug fixed?

2010-02-03 Thread Christian Goudreau
I'm using Popup panel and I don't see any bug, so I asume that Yes It Is ! On Wed, Feb 3, 2010 at 9:49 AM, mariyan nenchev wrote: > > http://209.85.135.132/search?q=cache:L7fwrBkWHdAJ:code.google.com/p/google-web-toolkit/issues/detail%3Fid%3D4221+gwt+popup+center+not+working&cd=7&hl=bg&ct=clnk&gl

Re: Co-existing 1.7.1 projects and 2.0 projects

2010-02-03 Thread Jason Parekh
Hey Pieter, Could you explain which extra hurdles you had to go through? Seems like you ran into issues that we need to fix! :) jason On Wed, Feb 3, 2010 at 1:46 AM, Pieter Breed wrote: > Hi Jason, > > Thanks for the reply. I did eventually get a working configuration for > my 1.7.1 apps with

Using GWT code on server

2010-02-03 Thread jd
Hi, I was wondering if there exists already a way to share the same code for building HTML on the server and on the client? If not I was thinking about making a mock DOM object which simply built an in memory model and then spat out html. Has this already been done? Or do people generally rewri

Re: Combining Google Checkout

2010-02-03 Thread Addy
I have integrated Google checkout with my GWT based application. It works like any other app but the only catch is that you have to give a URL to google which is called after the transaction is completed. I made that URL a spring app which is connected to the database but not directly to the GWT ap

Is this bug fixed?

2010-02-03 Thread mariyan nenchev
http://209.85.135.132/search?q=cache:L7fwrBkWHdAJ:code.google.com/p/google-web-toolkit/issues/detail%3Fid%3D4221+gwt+popup+center+not+working&cd=7&hl=bg&ct=clnk&gl=bg&client=firefox-a -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: Ext/GXT/ExtGWT v2.1.0 vs. SmartGWT v2.0

2010-02-03 Thread Jeff Larsen
We're currently using GXT on a large project and I'd like to say that "GXT's layout system is alien to GWT, the documentation is nonexistant, the appearance is highly inflexible, and the attitude of the support team sucks (even for customers that pay for support). Consider, for a moment, that the

Re: DevMode!!! how make it works.

2010-02-03 Thread sith
sorry. May be i don't understand something, BUT is it manual advice me add to my project some wonderful lib only for debug??? On Feb 3, 9:32 am, Ladislav Gazo wrote: > Hello, > > from what you are telling it seems you are running in configuration > where your server is separated from client. That

Re: how to use Comet on Gwt?

2010-02-03 Thread mariyan nenchev
Hi, i want you to know that i have never used gwt event service but it looks promising. In my company we are using Lightstreamer, which is paid. I am planning my own project which will need server push, but i will not use LS, because i can't afford to pay the price (~$20k/year i think!). So you may

Re: Use Annotation to generate client side code

2010-02-03 Thread David Goodenough
On Tuesday 02 February 2010, Miss Marie Ruana wrote: > Hi all, > > I would like to know if it's possible to generate code with an > annotation in client side before the GWT compilation ? > > For example, if i have a POJO like this : > > @MyAnnotation > public class MyPojo { > private Strin

Re: Use Annotation to generate client side code

2010-02-03 Thread Tom Schindl
Hi, I've written a set of blog posts about code generation which are exploiting annoation to generate JS-Code and Java-Classes. http://tomsondev.bestsolution.at/2010/01/05/background-to-qxwt-and-gwt-generator-integration/ http://tomsondev.bestsolution.at/2010/01/10/qxwt-explained-part-2/ http://t

Re: WebSocket

2010-02-03 Thread dolcra...@gmail.com
I'm pretty sure you can write a library to add this functionality, you would just need to have graceful degradation support for all those browsers and servers that do not support websocket. It would probably have to be a combination of Websocket/(ServerSendEvents+XHR)/(Comet/ Continuations+XHR)/Lo

Re: how to use Comet on Gwt?

2010-02-03 Thread bamd...@gmail.com
thanks for your notification. I'm already gathering information about gwt comet framework and checking GWTEventService right now. On Feb 3, 2:51 pm, mariyan nenchev wrote: > Forgive me, but stream hub sux. We implemented it in our project, but we > gave up on it and replaced it with Lightstreame

Re: how to use Comet on Gwt?

2010-02-03 Thread mariyan nenchev
Forgive me, but stream hub sux. We implemented it in our project, but we gave up on it and replaced it with Lightstreamer which is paid too. Streamhub is not suitable for many users and many messageser/sec. Try using gwt event service. All good push frameworks are paid. Lightstreamer is very good,

  1   2   >