Re: Just saying thanks

2021-08-11 Thread George Simon K
Hi, I would like to say a big thank you to GWT team. I started using GWT from 2006. Prior to that I had bit difficulties with ui in html/js, but GWT not only solved them for me but ui development became interesting once I started using it. GWT was indeed an amazing tool! Regards George O

Re: GWT 2.8 RC1 - Could not merge 2 super sourced packages

2017-09-02 Thread Simon Logic
I faced same problem with DateTimeFormat class under GWT 2.6 trying to use it on sever side. It exists both in user and some other (don't remember right now) jar. вторник, 15 ноября 2016 г., 13:33:09 UTC+3 пользователь Ali Jalal написал: > > Hi, > > Just try comparing classes inside "gwtx.jar\co

JsInterop JS_RC JsProperty name on method

2015-10-29 Thread simon . gijsen
lt is that the compiled property is still called facetArray. Does anyone perhaps have any suggestions of how to work around this or why it is not working? If not, I will raise an issue in the GWT bug tracker, but I wanted to check here first. Thanks! Simon -- You received this message becau

Automatic Testing for Google GWT based Application

2015-03-24 Thread Frank Simon
Hi, We developed a Design Tool to Create Photobooks using Google GWT. We would like to realized automatic testing, especially performance testing from the User Interface. That is not so easy, because we habe to simulate a user with a Browser to do complex operations (move Elements, Upload Image

IE Request Addon "Apple" when using Google GWT

2015-01-12 Thread Frank Simon
Hello, we have a strange effect on MSIE 11 in our Google GWT Project. At one point the IE ask to install an Addon "Apple" (siehe Screenshot). We have no clue, where this Addon come from. Any hints ? Frank -- You received this message because you are subscribed to the Google Groups "Google W

CHART RENDERING PROBLEMS

2013-10-17 Thread Fabio Simon
Hi I can't get my chart fit exactly the div it is contained in. I would like a thing like this https://developers.google.com/chart/interactive/docs/gallery if you look over the html code and css with the ElementInspector you will notice the chart fits completely. Infact I can not remove in my

THE APPLICATION IS OUT OF DATE

2013-09-19 Thread Fabio Simon
Hi Hi just add a method to myService, myServiceAsyn, myServiceImpl but I get the following error THE APPLICATION IS OUT OF DATE please refresh your browser etc etc, the method newMethod can be located etc etc.. what is the problem, I can not update my gwt sdk Thanks in advance BYE -- You r

GWT RPC using Object

2013-01-28 Thread simon . ingram
I'm getting errors at certain points when using RPC with a class that contains a field of type Object.* *I understand why GWT throws up an error in this case (since the Object field could be of any type, and GWT can't know how to serialise everything); however, if the field is changed to a type

Re: Chrome 24 and GWT

2013-01-25 Thread Simon K
I can't reproduce it on Chrome 24.0.1312.56 m either. Is there a particular commit in this patch that might fixed the animation problem inadvertently? How likely is it for the issue to come back in the near future? On Friday, 25 January 2013 00:45:46 UTC, John V Denley wrote: > > Looks to me l

Re: GWT Designer - MenuBar

2013-01-16 Thread Emeriau Simon
I have the same problem Simon. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/iR9f_dlRsIAJ. To post to this group, send email to

GWT i18n and images

2012-06-07 Thread Simon-Pierre Gingras
Hi! See this post I made on Stack Overflow: http://stackoverflow.com/questions/10884894/gwt-i18n-and-images Thanks! -Simon -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web vi

Re: HtmlUnit not running GWT js - onInjectionDone

2012-03-02 Thread Don Simon
I have noticed these err messages as well, when trying to test a GWT application under HTMLUnit. On Wednesday, November 9, 2011 11:53:36 AM UTC-8, MH wrote: > > I'm trying to use htmlunit as recommended to return ? > _escaped_fragment_ queries by Google's crawler > > I ask htmlunit to load my h

Re: Popup Panels are always displayed behind the youtube iframe

2011-12-27 Thread George Simon K
I too had this issue. Opaque fixed. Thanks On Tue, Sep 20, 2011 at 12:33 AM, erebrus wrote: > Thanks, that did it. > > On Sep 19, 2:47 pm, KevMo wrote: > > Try adding &wmode=Opaque to the end of the iFrame URL. > > > > On Sep 19, 1:16 am, erebrus wrote: > > > > > > > > > > > > > > > > > Hi, >

Re: CellTable styles incorrectly on IE9

2011-10-26 Thread Simon
I can confirm this bug. Not only does this affect CellTable, but DataGrid, CellSampler, and "Cell Validation" classes. Anyone can validate this by navigating to Google's own "GWT Showcase" at http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTable in IE9. Where can we officially report

Bizzare "[ERROR] Invalid module name" Bug Upon Launching Dev Server

2011-10-18 Thread Simon
This is without a doubt one of the most bizzare/inexplicable issues I've experienced since I've begun programming. I'm developing a multi-module GWT project that formerly had one of its modules contained entirely within a JAR file. I decided that this particular module (the "com.allen_sauer.gwt.d

Eclipse GWT pluggin code formating

2011-07-27 Thread Simon Borysiewicz
or any description about how to disable the auto formatting. Is there a way to disable the formatting of JSNI code? Thanks in advanced. Simon -- 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: More logs on requestfactory ?

2011-05-29 Thread Simon M
Thanks Stefan for your reply, my function sends null so I have to analyse on the server. -- 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 gr

More logs on requestfactory ?

2011-05-26 Thread Simon M
I am getting an exception sent by a Receiver : Caused by: java.lang.RuntimeException: Server Error: null at com.google.web.bindery.requestfactory.shared.Receiver.onFailure(Receiver.java:36) at com.google.web.bindery.requestfactory.shared.impl.AbstractRequest.onFail(AbstractRequest.java:1

GWT Cross Site JSON with https Auth

2011-05-06 Thread simon
Hello, I have to receive some JSON data from a remote server (a Tomcat App. Server), which is only available at https with username and password. All the workarounds to bypass the SOP doesnt support the https authenification. I am well aware that this bring on various security problem, but it is o

Return false in Window.confirm(msg) in GwtTestCase

2011-04-18 Thread Simon LG
Hi, I'm trying to return false when Window.confirm(msg) is called in a GwtTestCase. It is always returning true by HtmlUnit because it has no ConfirmHandlers. Is there a way to override this function ? Thanks Simon -- You received this message because you are subscribed to the Google G

Edit multiple properties of an object

2011-04-12 Thread Simon M
Hello, I want to edit multiple properties of my object in a second class (it is messy otherwise). I saw the following in the documentation: class HasBagOfStateEditor implements Editor { @Editor.Path("state") BagOfStateBiographicalEditor bio; @Editor.Path("state") BagOfStateUserPreferences

Re: Editor+RequestFactory: how to get the new saved object ?

2011-03-27 Thread Simon M
When setting the receiver on the same line as the call of the method I get the good Receiver type, but with the RequestContext returned by editor.flush() the Receiver has a Void parameter ... Using the to() method resolved that issue thank you. -- You received this message because you are subs

Editor+RequestFactory: how to get the new saved object ?

2011-03-26 Thread Simon M
I am using the editor framework + RequestFactory, and when creating a new object I need to get the new saved object (some fields are populated on the server). The problem is, the request context returned by the editorDriver.flush() sends a Receiver<*Void*>, and not a Receiver<*EntityProxy*>. H

Re: Programmatic manipulation of the style elements

2011-03-17 Thread Simon M
I used the # 3 : - arrow.getElement().getStyle().setTop(y, Style.Unit.PCT); Thank you for your 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 google-web-toolkit@googlegroups.com. To unsubscr

Using Ant 1.7.1 with GWT 2.2 in Eclipse Dev Mode

2011-03-17 Thread Simon
deploy my webapp to Tomcat 7, I do not have any problems. Is it possible to override the ant 1.8.2 library from gwt-dev.jar with the ant 1.7.1 library and still be able to use the Eclipse Developement Mode for GWT? Cheers, Simon -- You received this message because you are subscribed to the Google

Programmatic manipulation of the style elements

2011-03-16 Thread Simon M
I need to position "absolutely" my div object depending of one field of my domain object. I mean: if the field of my object is 2, then top should be 25% ( = 0.5 / 2) if the field is 3, then top should be 16.6% ( = 0.5 / 3) etc. Programmatic update of styles is not allowed right now as specif

Re: Load javascript on the fly

2011-03-14 Thread Simon M
For reference a fine solution is here : http://technowobble.blogspot.com/2010/06/how-to-integrate-facebooks-javascript.html -- 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@googlegroup

Re: Load javascript on the fly

2011-03-13 Thread Simon M
Yes that would be easier but I don't want to load the Facebook javascript everytime, only when it is needed. I think the issue happened because the FB object was called before the script was loaded. So I added some code to wait until the code is loaded: private native void initFacebook(String

Load javascript on the fly

2011-03-13 Thread Simon M
I try to integrate with Facebook. I want to load the javascript file from Facebook dynamically. I created the following method to load the js file and then initialize FB: private native void initFacebook(String fbAppId) /*-{ var script = document.createElement("script"); script.src = "http://con

Hyperlink: Why the anchor element is nested into a div ?

2011-03-12 Thread Simon M
I am curious to know. -- 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 group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

Re: Can't make @sprite working ...

2011-03-04 Thread Simon M
Yes that's it thank you -- 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 group, send email to google-web-toolkit+unsubscr...@googlegroups.co

Can't make @sprite working ...

2011-03-03 Thread Simon M
Does someone have a hint I am going no where with that thing ... Here is the LoginPanel.ui.xml: @sprite .logo { gwt-image: "googleIcon"; vertical-align: middle; } Google And the code in the associated LoginPanel.java: public interface LoginStyle extends CssResource { String logo(); } @UiFi

log4j:ERROR setFile(null,true) call failed.

2011-02-23 Thread Simon
Hi, I have added a YAWL api to my GWT project, and am getting the following error below. Am using eclipse gwt plugin with GWT2.0.0 . Where can I define those paths with GWT's default jetty server? -- log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundEx

Re: Problem trying to use JSNI to eval() a JSON string

2011-02-21 Thread Glenn Simon
couldn't find that documented anywhere, but stumbled upon it on my own. Happy Apping! Glenn On Jan 17, 1:03 am, Glenn Simon wrote: > Thanks for trying to help, guys, but after modifying and checking the > string with JsonUtils, trying com.google.gwt.json.client.JSONParser > (tells

Need help with how to handle system events like the system sleeping/waking

2011-02-21 Thread Glenn Simon
I have written an app that works fine, but when the user PC sleeps due to power settings and the channel times out, I have to refresh the browser to restart the app. I would like to find a handler that will do something just before the system sleeps and do something else as the system wakes up aga

Requestfactory server logs

2011-02-15 Thread Simon M
I am trying to use Requestfactory & editors, but when saving a new object I get nothing. I mean, the request ends ok, but on server side nothing happens, the persist method is not called. How can I get more logs about what is happening ? -- You received this message because you are subscribed

request factory: collections of collections

2011-01-17 Thread Simon M
Hello, It would be convenient for me that request factory manages collections of collections. Is that planned ? If it is not planned, it would be nice to have an explicit error instead of current strange error. -- You received this message because you are subscribed to the Google Groups "Go

Re: Problem trying to use JSNI to eval() a JSON string

2011-01-17 Thread Glenn Simon
Thanks for trying to help, guys, but after modifying and checking the string with JsonUtils, trying com.google.gwt.json.client.JSONParser (tells me the code is unavailable and fails to load my app), and reading Google docs 'til my eyes hurt I can't for the life of me figure out how to make JSON wor

Re: Problem trying to use JSNI to eval() a JSON string

2011-01-16 Thread Glenn Simon
Yeah, that makes sense. And this is only client side anyway. But I have tried with and without the Serializable implementation and get the same result. Do I somehow need to convert the string to a JSON object before passing it to eval()? -- You received this message because you are subscribed

Problem trying to use JSNI to eval() a JSON string

2011-01-15 Thread Glenn Simon
Here is some of my code: public abstract class Message extends JavaScriptObject implements Serializable { // does it need to be serializable? protected Message() {} public final native String getType() /*-{ return this.type; }-*/; public final native Long getTimeLeft() /*-{

requestfactory don't allow appengine parent relationship ?

2010-12-30 Thread Simon Majou
I am using GAE and when I create an entity having parents with Request Factory, I get this exception: com.googlecode.objectify.NotFoundException: No entity was found matching the key: Key{kindClassName=com.pipo.MyEntity, parent=null, id=2} This exception is launched when calling: public static

Re: Example to test RequestFactory in JRE

2010-12-30 Thread Simon Majou
That's it thank you ! -- 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.

Re: 2.1.1 Documentation Please

2010-12-30 Thread Simon Majou
Where do you find Service Layer into those 2 links ? -- 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-toolki

Re: Example to test RequestFactory in JRE

2010-12-30 Thread Simon Majou
I completed with that code from RequestFactoryJreTest : DomainRequestFactory rF = RequestFactoryMagic.create(DomainRequestFactory.class); EventBus eventBus = new SimpleEventBus(); ServiceLayer serviceLayer = ServiceLayer.create(); SimpleRequestProcessor processor = new SimpleRequestProce

Re: Example to test RequestFactory in JRE

2010-12-29 Thread Simon Majou
I tried to use the class RequestFactoryMagic but I get the following exception: java.lang.IllegalArgumentException: Attempting to edit an EntityProxy previously edited by another RequestContext Here is my code: DomainRequestFactory rF = RequestFactoryMagic.create(DomainRequestFactory.clas

Example to test RequestFactory in JRE

2010-12-29 Thread Simon Majou
Hello, Is there some example of how to test request factory code in JRE ? I found that : http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/test/com/google/gwt/requestfactory/server/RequestFactoryJreTest.java?r=9485 But I am not sure how to do the actual test ? -- You receive

Re: Something other than an int was returned from JSNI method

2010-12-19 Thread Simon Majou
Damn the bug is coming for chrome 10 and the plugin ... https://groups.google.com/d/topic/google-web-toolkit/1hcrVTxvOh0/discussion -- 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...@go

Re: Something other than an int was returned from JSNI method

2010-12-19 Thread Simon Majou
The issue is general to my application, when I comment the faulty code I get the error on another native type : com.google.gwt.dev.shell.HostedModeException: Something other than a boolean was returned from JSNI method '@com.google.gwt.user.client.impl.HistoryImplTimer::init()': JS value of t

Something other than an int was returned from JSNI method

2010-12-19 Thread Simon Majou
A wierd bug appeared in my application : com.google.gwt.dev.shell.HostedModeException: Something other than an int was returned from JSNI method '@com.google.gwt.user.client.Timer::createTimeout(Lcom/google/gwt/user/client/Timer;I)': JS value of type JavaScript object(13), expected int at co

Re: Request factory: key xxx is not permitted to be set

2010-12-14 Thread Simon Majou
It works fine with 2.1.1-rc1. -- 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...@googlegro

Re: Request factory: key xxx is not permitted to be set

2010-12-14 Thread Simon Majou
toolkit?hl=en. > -- Cordialement / Best regards, Simon Majou -- 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 e

Re: Request factory: key xxx is not permitted to be set

2010-12-13 Thread Simon Majou
Ok in fact Request factory checks the fields of the entity and not the accessors (into the validateKeys method of the class JsonRequestProcessor). It is quite unexpected as we expose accessors into the proxy and not fields. So it seems impossible to use Request factory with relationships using K

Request factory: key xxx is not permitted to be set

2010-12-12 Thread Simon Majou
I want to create an object with a relationship with request factory. I don't have the actual related object, just its id. So I added into the object a getter and setter to convert the id into a Key : Key ownerKey; public Key getOwnerKey() { return ownerKey; } public void setOwnerKey(Key owne

Re: RequestFactory don't play nice with guice?

2010-12-06 Thread Simon Majou
Thanks for the info. On Dec 5, 10:48 pm, Thomas Broyer wrote: > On 5 déc, 01:06, Simon Majou wrote: > > > When creating an object with RequestFactory the @inject fields are not > > injected. I guess RequestFactory don't use guice to create the > > objects. How can I

RequestFactory don't play nice with guice?

2010-12-04 Thread Simon Majou
When creating an object with RequestFactory the @inject fields are not injected. I guess RequestFactory don't use guice to create the objects. How can I delegate objects creation to Guice? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Requestfactory: server side request are static...

2010-11-28 Thread Simon Majou
I think it would be better to move the requests out of the entity in their own class and annotate them just like for the proxy (something like @requestsFor(Entity.class)). Would it be possible? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

Request factory: java.lang.NoClassDefFoundError: org/json/JSONException

2010-11-27 Thread Simon Majou
Hello, I am trying to run the dynatablerf example for request factory, and I get : HTTP ERROR: 500org/json/JSONException RequestURI=/gwtRequestCaused by:java.lang.NoClassDefFoundError: org/json/JSONException at com.google.gwt.requestfactory.server.RequestFactoryServlet.doPost(RequestFacto

List Box widgets like in gmail

2010-07-09 Thread Simon B
Hi, I need to incorporate into a filter widget functionality like that found in gmail in the "Move to", "Labels" and "More actions" List Box widgets that are found in the gmail mail application. Basically so that I can use the checkboxes and also they need to support all the event handling as well

Re: Odd serialization error

2010-06-15 Thread Simon
the problem. Cheers Simon -- 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...@goog

Odd serialization error

2010-06-14 Thread Simon
plement serializable (via LightEntity, though I also tried with Serializable implemented directly). BTW: The problem does not occure if run in compiled mode. For none of the browsers. Any ideas? Thanks, Simon The full stack trace is: java.lang.RuntimeException: com.goog

Re: DockLayoutPanel messed up with UiBinder

2010-06-13 Thread Simon
Thanks ! On Jun 13, 6:17 pm, Thomas Broyer wrote: > On 13 juin, 17:59, Simon wrote: > > > > > > > My simple DockLayoutPanel test is all messed up: the south element > > appears at the top of the page, the west and center elements don't > > appear ... >

DockLayoutPanel messed up with UiBinder

2010-06-13 Thread Simon
My simple DockLayoutPanel test is all messed up: the south element appears at the top of the page, the west and center elements don't appear ... http://dl.google.com/gwt/DTD/xhtml.ent";> Top

Re: GEP include Maven test scoped dependencies in the classpath in DevMode

2010-05-10 Thread Simon
Nobody has a solution ? :) On 7 mai, 16:16, Simon wrote: > Hello ! > > I made a project in Eclipse to demonstrate this issue when using GEP > and M2 Eclipse Plugin. > > The project is structured like a standard Maven web project, with > sources in src/main/java and web fil

GEP include Maven test scoped dependencies in the classpath in DevMode

2010-05-07 Thread Simon
t you can do to fix this ? Cheers, Simon -- 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+un

Re: DevMode stopped working on Linux x64 since 2.0.3

2010-04-22 Thread Simon
Nice sharing, Eggsy. Simon. On Apr 22, 11:40 am, eggsy84 wrote: > Hi all, > > Just to let anyone know who stumbles across this thread. > > I have found out what was causing my DevMode to stop working and not > hit my breakpoints. > > Within my gwt.xml definition file I w

Uncaught exception: java.lang.RuntimeException: Failed to invoke native method

2010-04-22 Thread Simon
) -- Regards, Simon. -- 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 u

Re: firebug aborted *.cache.html

2010-04-19 Thread Simon B
I think this is a red herring / non problem, when I changed the config of my apache to: SetOutputFilter DEFLATE ExpiresActive On ExpiresDefault "modification plus 2 years" SetOutputFilter DEFLATE ExpiresActive On ExpiresDefault "now" and then in f

Image.setUrl / load event / onLoad / LoadHandler / LoadEvent

2010-04-19 Thread Simon Botting
he documentation be a bit more explicit about when the LoadEvent is fired? Or... am I just being unreasonably fastidious. Cheers Simon -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goog

gwt rpc - Client did not send 199 bytes as expected - RPCServletUtils.readContentAsUtf8

2010-04-14 Thread Simon Botting
e else had this problem is there a way that I can indicate to GWT that the charset of the page is iso-88591. Any suggestions greatly appreciated. Cheers Simon -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

firebug aborted *.cache.html

2010-04-12 Thread Simon Botting
piresActive Off Does anyone know why I'm getting these aborted messages, I imagine it must to be something to do with my apache.conf Any help greatly appreciated, Cheers Simon -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

character encoding IE8 XMLParser.parse problem

2010-04-03 Thread Simon Botting
I should be expecting if so how do you parse an xml file in ie8 that's in iso-8859-1 encoding without setting a response header? Cheers Simon -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, sen

Re: Example: (simple) Label with image?

2010-03-24 Thread Simon
I would create a widget by extending Composite and wrapping a native Image and Label : public class ImageLabel extends Composite { @UiConstructor public ImageLabel(String url, String text) { Image image = new Image(url); Label label = new Label(text

Re: gwt-dispatch, gwt-presenter, mvp4g

2010-03-22 Thread Simon
I'd love to read what you have done. Unfortunately, I do not have Google Wave yet as it is not released and I cannot follow your link... I guess I'm not the only person in this case ! :) Do you have a link publicly available ? On 22 mar, 16:10, Nathan Wells wrote: > I've just started designing

Re: Google Plugin for Eclipse 1.3 is now available

2010-03-17 Thread Simon
the trick ! Why was the behaviour different with the Preview release ? Thanks for the solution anyway ! :) On 17 mar, 15:40, Jason Parekh wrote: > Hi Simon, > > Could you go to "Run > Run Configurations...", click on your launch > configuration on the left, and then cli

Re: Google Plugin for Eclipse 1.3 is now available

2010-03-17 Thread Simon
Hi ! I tried this new release and unfortunately I can't make it work, although the Preview release worked fine for me. I'm using Maven to manage my projects and I prefer not to use WTP as I had bad XP with it. So I configured a project this way : - created a pom.xml - created the directories src

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread Simon
Resolved ! The problem was that the project "Default output folder" was still pointing to the "/war/WEB-INF/classes" directory instead of "/target/ classes"... Thanks for the great job anyway ! :) On 15 mar, 17:04, Simon wrote: > Hi Keith, > > Thanks f

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-16 Thread Simon
Hi Keith, Thanks for the improvements !! I've got a clean Maven Web project like I used to work with before trying GWT ! :) However, Eclipse seems to keep the folder /war and /war/WEB-INF in my project. Even if I delete it, it keeps appearing. Any clue on this behaviour ? Cheers, Simon

Re: Authenticate before loading the application

2010-02-09 Thread Simon
easy. For an example look > here:http://blog.goodcamel.com/2010/01/08/workaround-for-google-app-engine... > > You can then check in the servlet for authentication via cookie / id > and refuse to serve unauthenticated users. > > ~ > Doug. > > On Feb 9, 6:26 am, Simon wrote:

Re: Authenticate before loading the application

2010-02-09 Thread Simon
via servlet, it's fair easy. For an example look > here:http://blog.goodcamel.com/2010/01/08/workaround-for-google-app-engine... > > You can then check in the servlet for authentication via cookie / id > and refuse to serve unauthenticated users. > > ~ > Doug. > &

Re: Authenticate before loading the application

2010-02-08 Thread Simon
Yes that is the basics of app engine security. I use it to get the Google account of the user. This is the first step of the login: Google authentication. Second step I want to validate the Google account against my own set of users, Last step I want to send to the user the whole javascript app.

Authenticate before loading the application

2010-02-08 Thread Simon
I would like to authenticate the user before sending him all the GWT javascript. I mean, I rely on Google UserService, which I filter with my own database of users. If the user is logged on Google, I want my app to get the user's info from UserService, then load the app if the user is granted, or

Re: Feature Request - Improve Visual Look

2010-01-29 Thread Simon
more time into a high quality polished visual look so that everyone benefits. Simon On Jan 29, 2:35 pm, mariyan nenchev wrote: > There is no need gwt widgets to be "beautiful". They are easy customizable > with css. > > On Fri, Jan 29, 2010 at 9:30 PM, Paul Grenyer wrote:

Feature Request - Improve Visual Look

2010-01-29 Thread Simon
Hi I think some of the most aesthetically pleasing UI components can be found in extJS so I would like to suggest that GWT further improve the visual appearance of their widgets. Simon -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Google Webtoolkit RPC Problem: AsyncCallback parameterization not compatible with return type

2010-01-20 Thread Simon
type of ReportService.deleteMappedReport ReportServiceAsync.java OpenXDataServerAdmin/src/org/openxdata/server/admin/client/service line 29 Google Web Toolkit RPC Problem Looking forward for your help. Simon. -- You received this message because you are subscribed to the Google Groups "G

Deserialize in gwt2.0 calls setters

2010-01-19 Thread Simon Vogensen
ill help others.. :) Cheers Simon -- 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

Unable to load required native library 'gwt-ll'. Detailed error:

2010-01-18 Thread Simon
Admin.html - What could the problem be? Regards, Simon. -- 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

Re: Open a word document online for view and edit with GWT

2009-12-04 Thread George Simon
Hi AGharbawi I am also looking for a similar solution. Did you find any ideas on this, if yes please share your thoughts. Thanks in Advance George On Wed, Jul 22, 2009 at 11:37 PM, AGharbawi wrote: > > Hello All, > > I'm trying to build a page that can open a word document inside the >

hosted mode crash in Linux

2009-10-29 Thread simon
//personal-study.googlecode.com/files/hs_err_pid3814.log Can anybody help ? Thank you in advance!! -Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email t

Cannot display the uploaded file into frame

2009-10-13 Thread Simon
Hi all, i have a problem to display a uploaded file into frame, it is workable in hosted mode but not in tomcat (after compilation), i not sure is my tomcat configuration issue or need to put extra code for including the host (http://localhost:8080/), the following is my client side code, hope som

Re: Where is DatePicker Library for GWT 1.5

2009-10-02 Thread Simon Peter Muwanga
I got a copy from http://gwt-datepicker.googlecode.com/files/gwt-datepicker-r18.jar . However some other packages like com.google.gwt.event.logical.shared can't be resolved. GWT 1.7 has them. What do we do for GWT 1.5? Regards, Simon. On Oct 2, 3:34 pm, Simon wrote: > Dear All, > &

Where is DatePicker Library for GWT 1.5

2009-10-02 Thread Simon
Any way how I can get the libraries for the DatePicker? Simon. --~--~-~--~~~---~--~~ 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@goog

Re: If anyone has a google wave invite - cough - please?

2009-09-30 Thread Simon
Also, Invite me please, I want to have a taste. :> On Sep 30, 8:26 am, Paul Hargreaves wrote: > If anyone has a google wave invite may I beg an invite off you please :o) >   > Thx Paul --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

History Token

2009-08-28 Thread Simon Shaw
pretty sure this is connected, I would like to prevent users from entering the site from any location other than the default landing page. Thanks, Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Googl

ant build fail with GWT 1.7.0

2009-08-21 Thread Simon
twares/gwt-linux-1.7.0/samples/Hello/build.xml:34: Java returned: 1 Total time: 1 second It seems that there is an error when parsing the XML file. Can anyone give me some help on this? Thanks in advance. Simon --~--~-~--~~~---~--~~ You received this message becau

JUnitFatalLaunchException

2009-08-10 Thread Simon
I am trying to make a Junit test, and I am getting this exception : com.google.gwt.junit.JUnitFatalLaunchException: The test class 'helios.client.ListTestCase' was not found in module 'helios.Application'; no compilation unit for that type was seen Here is my module XML : http://google-web-too

Installer for Deploying GWT Applications

2009-08-03 Thread Simon
e the way one would install Office. Looking forward to your response! Simon Peter Muwanga www.openxdata.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group

Creating and Installer for GWT Applications

2009-08-03 Thread Simon
that only deals with use of the mouse. Thanking you, Simon Peter Muwanga www.openxdata.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Goo

Re: help on a servlet issue

2009-07-29 Thread Simon
ection on "Implementing Services". Post back here if > you have any problems. > > > > On Sat, Jul 25, 2009 at 2:48 AM, Simon wrote: > > > >>How are you associating the servlet with your module? > > I think that is the part I am confused. > > If I

Re: onSubmitComplete is not working with GWT Showcase

2009-07-29 Thread Simon
replied as following, servlet respond! Hello Hosted Mode console shown this, [INFO] 200 - GET /readmesystem/textarea?homeTextArea=Hello (127.0.0.1) So, once again, i hope you all can help me track the problem, thanks in advance. regards, Simon --~--~-~--~~~---~--~---

onSubmitComplete is not working with GWT Showcase

2009-07-28 Thread Simon
Hi all, I have a problem regarding FormPanel. Initially, i am working on default GWT application for submit text through textarea and upload file to server, all the events are handled by servlet, works pretty fine. However, when i switched to using the GWT Showcase framework (http://gwt.google.co

  1   2   >