Re: Large MVP applications and GWT.runAsync()

2010-02-08 Thread Joe Cheng
Jarrod, are you using this ProxyPresenter more than once within the same application (with different presenter type parameters), and found that it introduced the split points as expected? I originally tried something like this but found that it would only ever introduce a single split point, no

Re: Problem with Thread in GWT2.0

2010-02-08 Thread Joe Cheng
If you use a timer, your data will be delayed by up to the period of the timer (e.g. if your timer fires every 5 seconds then there will be a delay of up to 5 seconds to display your data). Rather than an infinite while or for loop, you can loop by having the RPC call's AsyncCallback onSuccess

Re: UiBinder and overflow-x: hidden; overflow-y: hidden

2010-02-08 Thread Thomas Broyer
On Feb 8, 6:08 am, Brett Morgan brett.mor...@gmail.com wrote: Guys, I'm just kicking the tyres on UiBinder, and I'm curious as to why there are wrapper divs with overflow hiding? That's nothing to do with UiBinder. You're probably rather talking about the new layout panels:

Re: Adding new event types (touch etc.)

2010-02-08 Thread Thomas Broyer
On Feb 7, 7:54 pm, msa...@gmail.com msa...@gmail.com wrote: On Feb 7, 8:21 pm, Thomas Broyer t.bro...@gmail.com wrote: If you want it to do it cleanly, I'd suggest not relying on the magic of addDomHandler but rather just register handlers in widgets using addHandler and sinking the

Re: UiBinder and overflow-x: hidden; overflow-y: hidden

2010-02-08 Thread Brett Morgan
On Mon, Feb 8, 2010 at 8:02 PM, Thomas Broyer t.bro...@gmail.com wrote: On Feb 8, 6:08 am, Brett Morgan brett.mor...@gmail.com wrote: Guys, I'm just kicking the tyres on UiBinder, and I'm curious as to why there are wrapper divs with overflow hiding? That's nothing to do with

Re: Simple UiBinder question about ui:image resource=....

2010-02-08 Thread cpm
I'm another one finding that the resource={res.myImage} just won't work. My findings are that I can have just ui:image field=myImage / in the file along with an @sprite .logo { gwt-image: myImage; } and as long as I have an image file called myImage.png in the same package/ directory it'll work.

Re: Problem with Thread in GWT2.0

2010-02-08 Thread Alexander
SergerZ, infinity loop never seems to be a good idea. You won't ever get realtime behaviour as you can't get out from client-server paradigm. So only emulate. This timer solution is good. Btw, maybe you want to look at http://code.google.com/p/rocket-gwt/ server push technology. On 8 February

Re: Java.io , No source code is available in clint side

2010-02-08 Thread Alexander
At client side? At client side everything runs in javascript, not in java. On 8 February 2010 17:17, prem premn...@gmail.com wrote: Hi, I tried to read a excel sheet by using Java.io in a GWT project in clint side. And the same code is working fine with normal java with command prompt.

Re: Init Frame while invisible?

2010-02-08 Thread goolie
Thx Sky! I thought I had attached it to the DOM but actually had a broken chain when testing it with isAttached(). I've go it working now. BR Oskar -- 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: Java.io , No source code is available in clint side

2010-02-08 Thread Lothar Kimmeringer
prem schrieb: I tried to read a excel sheet by using Java.io in a GWT project in clint side. If you search the error-message in this group you will find many threads explaining why this can't work. And the same code is working fine with normal java with command prompt. Can any one

Re: Java.io , No source code is available in clint side

2010-02-08 Thread Alexander
Or find JS library for parsing Excel side (if exist any) and use it as native code on client side. On 8 February 2010 17:32, Lothar Kimmeringer j...@kimmeringer.de wrote: prem schrieb: I tried to read a excel sheet by using Java.io in a GWT project in clint side. If you search the

Re: upgrade gwt 1.5 to 1.6 help!!

2010-02-08 Thread asle
I tried with the plugin and without the plugin. When i create a new project, i am not problem. My problem is when i upgrade my project, because i have a project with gwt 1.5 and i upgrade to 1.6 and i folowing the steps but i not understand how switch shell for hosted mode. Sorry for the

Who uploads GWT to Maven

2010-02-08 Thread Jan Ehrhardt
Hi, currently GWT 2.0 is available in Maven's repo1, but GWT 2.0.1 is released since last week. So, who does the uploads to the public Maven repo? Is there a POM available, that is used for uploading? Can I help in any way to speed up the uploading to Maven? The best case would be, if new GWT

Re: Problem with Thread in GWT2.0

2010-02-08 Thread SergeZ
Can you give a simple example of how to make this looped asynccallback call ? On 8 фев, 11:39, Joe Cheng j...@joecheng.com wrote: If you use a timer, your data will be delayed by up to the period of the timer (e.g. if your timer fires every 5 seconds then there will be a delay of up to 5

Re: Problem with Thread in GWT2.0

2010-02-08 Thread SergeZ
Thanks for the reference. This feature is very interesting! On 8 фев, 14:20, Alexander the.malk...@gmail.com wrote: SergerZ, infinity loop never seems to be a good idea. You won't ever get realtime behaviour as you can't get out from client-server paradigm. So only emulate. This timer

Re: server side internationalization

2010-02-08 Thread Lucas de Oliveira
Hi all, sorry to bring back the post but I'm having problems while trying to use KtrI18N. The thing is that I have an Enum class that shouldn't know if the code is running on the client or server side. A little code: public enum Status{ OPEN { @Override public String getI18N() {

Re: Problem with Thread in GWT2.0

2010-02-08 Thread Tom Schindl
You might want to have something like comet. Take a look at http://code.google.com/p/gwteventservice/ Tom On Mon, Feb 8, 2010 at 1:22 PM, SergeZ comp1...@gmail.com wrote: Can you give a simple example of how to make this looped asynccallback call ? On 8 фев, 11:39, Joe Cheng

Re: Unable to Use GWT Developer Plugin with Firefox 3.6

2010-02-08 Thread makoki
We've got a similar problem under mac. The app that before the plugin update worked fine now has some problems with DateBox instances, other browsers plugins seems fine, the application runs fine if compiled and seen through any browser including FF without plugin, it gets the same problems if try

Re: Who uploads GWT to Maven

2010-02-08 Thread Ben Harris
It is in there...? Since 5th Feb. http://repo1.maven.org/maven2/com/google/gwt/gwt-user/ On Feb 8, 8:20 pm, Jan Ehrhardt jan.ehrha...@googlemail.com wrote: Hi, currently GWT 2.0 is available in Maven's repo1, but GWT 2.0.1 is released since last week. So, who does the uploads to the public

Understanding RequestBilder und SOP Problem

2010-02-08 Thread Alain Ekambi
Hello People, I have a problem understanding what s really going on with the SOP. For what i understood i my GWT file is located at let s say : http://localhost:/test.html a request to http://localhost/test.php will fail because of the SOP. But what i dont understand is why this is still

RootPanel.get().clear() does not clear the page

2010-02-08 Thread go canal
Hi, I try to add RootPanel.get().clear() in the callback but it does not clear anything. If I use RootPanel.get(nameofcontainer).clear(), then it works - that widget is removed. I am using the default greet example. GWT 2.0.1, Chrome browser. This is how I create the widgets:  RootPanel.get(

can not set breakpoint

2010-02-08 Thread canal
hi, searched the group but still can not make it work - can not set breakpoint in the client code i am using Eclipse 3.5, GWT 2.0.1, with plugin. Chrome; I can not set any breakpoint in the client code - not in the callback, not in the OnModuleLoad. Server code is ok. thanks canal -- You

Re: MVP nested presenters

2010-02-08 Thread Jesse Dowdle
We have discussed this issue at length on our team, as we're building an application that will eventually grow to be quite large. There are certainly pros and cons to each approach (nesting presenters vs a flat lookup at the AppController level). Nested Pros Handy place to hook up a hierarchical

Remote procedure calls in gwt project

2010-02-08 Thread Firas
Hi, I am trying to study Google web-tool kit and will be thankful for some help, while using remote procedure call i found that they were presented in two ways, one is the demo service when installing a new gwt project and other that i found in examples, the one in demo application you have it,

Re: How to configure my web.xml

2010-02-08 Thread Manny
I have the same error. there is no help out there and documentation on these common errors are TERRIBLE. thanks for posting this On Jan 10, 8:42 pm, Dave ladjo...@gmail.com wrote: I fixed the error. I was unaware that I had to compile the application before. I can't recall any literature which

Re: Gwt server side in maven

2010-02-08 Thread יוסף נוגידאת
Hello again this what i get in debug mode : html head meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1/ titleError 404 NOT_FOUND/title /head bodyh2*HTTP ERROR: 404*/h2preNOT_FOUND/pre pRequestURI=/hp.com.bsrm. Application/greet/ppismalla href=http://jetty.mortbay.org/;Powered

Understanding RequestBilder und SOP Problem

2010-02-08 Thread Alain Ekambi
Hello People, I have a problem understanding what s really going on with the SOP. For what i understood i my GWT file is located at let s say : http://localhost:/test.html a request to http://localhost/test.php will fail because of the SOP. But what i dont understand is why this is still

I need SOP disabled in GWT 2.0 built-in web server.

2010-02-08 Thread Tatchan
Hi all, I have to make http request (but not RPC) to a service which runs in a different port on the local host in development mode, which is fortunately possible with GWT 1.7 and IE 8 (but not with Firefox 3.5 - bad). But now with GWT 2.0 this convenience has gone. Things got really complicated

creating a panel that will refreshes its content automatically from a database.

2010-02-08 Thread Anmol kapoor
i m working on a virtual stock exchange simple game with gwt... i want to design a panel showing all the stocks the panel should refresh its content automatically from the database. Please provide your kind guidance or any tutorial i should refer. thanks in advance. Anmol Kapoor -- You

Invocation Exception on JUnit TestCase

2010-02-08 Thread Jiyul Lee
I just wrote some rpc service and client module and they works correctly in both of hosted mode and web mode. The problem is occurred in User scenario test which is written as GWTTestCase. Every rpc call throws InvocationException with strange message likes that: htmlhead script

Fwd: Understanding RequestBilder und SOP Problem

2010-02-08 Thread Alain Ekambi
-- Forwarded message -- From: Alain Ekambi ekambi.al...@googlemail.com Date: 2010/2/7 Subject: Understanding RequestBilder und SOP Problem To: google-web-toolkit@googlegroups.com Hello People, I have a problem understanding what s really going on with the SOP. For what i

Re: GWT compiler error

2010-02-08 Thread Steve B
You will probably need to be more specific in order to get help. Are you managing to compile any GWT modules, or is it just this one module that won't compile? On Feb 8, 1:27 am, mic mina...@gmail.com wrote: I am seeing this error while compiling a module... [ERROR] Unexpected

MVP hierarchy

2010-02-08 Thread bestey
I have a couple questions about the best way to organize my code when it comes to nested data. For instance, let's I have a Contact class, to use the common example, which has a name, an email address and a phone number. Now to edit this, I can make a ContactEditor, which will have a

Re: GWT + Maven + JBOSS Issue

2010-02-08 Thread regis.dev
Hi, I had the same issue, and i found the solution. I was using in dev mode, the eclipse google plugin with also the m2eclipse (maven plugin), and to generate my war file the maven tool. When you run the eclipse google plugin, this one generate the gwt files in project/war/directory_output

Re: SplitLayoutPanel

2010-02-08 Thread vincent yeung
On Jan 12, 11:33 pm, Stine stinespl...@gmail.com wrote: Hello :) I am having problems making my panels display the way they should - they look almost empty!! :( For instance when I have this code... public final void onModuleLoad() {         SplitLayoutPanel p = new SplitLayoutPanel();

Re: GWT + Maven + JBOSS Issue

2010-02-08 Thread regis.dev
Hi i had the same problem, i was mixing my generated files from the google eclipse plugin and the maven gwt plugin. To fix this problem i add a directory to delete in maven clean plugin properties gwtOutputDirectorywar/OUTPUT_DIRECTORY/gwtOutputDirectory /properties The

Uploading image via RPC to use in TreeItem

2010-02-08 Thread tdk
Folks'es, I have the following situation with images (and none of the discussions I found seemed appropriate): + I have a GUI that shows a tree with tree items + each tree item has an associated image, depending on its type + the tree data incl images is loaded via RPC + the servlet runs on a

GWT with hibernate...

2010-02-08 Thread Nenad
Hi, I am new in GWT and I like this concept, so I've tried to create GWT application with hibernate support. I have a problem with Object mapping. This is my persistence.properties file (it is in src folder of my project): hibernate.connection.driver_class = com.mysql.jdbc.Driver

onHistoryChanged() not being called on hitting the Back Button (or even calling History.back())

2010-02-08 Thread AM
Hi, I am running into this weird issue where the onHistoryChanged() isn't being called when I hit the browser's back button or even if I call History.back(). I am testing this in the hosted mode (even running it in firefox yields me the same result). The strange thing is, if I call History.back()

Re: SWFObject wrappers

2010-02-08 Thread Chris.Pollard
Hi Flash and GWT is an area I've had great fun with... Whilst incorporating Flash into parts of our product, we've not found it to be a simple exercise :( Alas our EmNOC product has to cover browsers of all ages. I'm unable to pass on the wrapper I have as it's very product specific, but here's

Re: creating a panel that will refreshes its content automatically from a database.

2010-02-08 Thread mariyan nenchev
The simplest way is to use polling with gwt timer: Timer refresher = new Timer() { public void run() { reloadData(); // this must call your rpc that gets the data from db } }; On Sun, Feb 7, 2010 at 2:07 AM, Anmol kapoor anmolkapoorm...@gmail.comwrote: i m working on a

Re: creating a panel that will refreshes its content automatically from a database.

2010-02-08 Thread mariyan nenchev
And you use it : refresher.scheduleRepeating(1);// every 10 seconds On Mon, Feb 8, 2010 at 4:15 PM, mariyan nenchev nenchev.mari...@gmail.comwrote: The simplest way is to use polling with gwt timer: Timer refresher = new Timer() { public void run() { reloadData(); // this

Re: Who uploads GWT to Maven

2010-02-08 Thread Jan Ehrhardt
Oh, I looked at http://mvnrepository.com but it seems not to be up to date. Regards Jan Ehrhardt On Mon, Feb 8, 2010 at 2:30 PM, Ben Harris bharri...@gmail.com wrote: It is in there...? Since 5th Feb. http://repo1.maven.org/maven2/com/google/gwt/gwt-user/ On Feb 8, 8:20 pm, Jan Ehrhardt

Re: I need SOP disabled in GWT 2.0 built-in web server.

2010-02-08 Thread RPB
This works for me in GWT 2.0: -Open 'Debug configurations' in eclipse -Uncheck 'Run built-in server' -Set the port number to your localhost port -Run Good luck, Rob On Feb 7, 4:51 am, Tatchan tatcha...@gmail.com wrote: Hi all, I have to make http request (but not RPC)  to a service which

Re: GWT with hibernate...

2010-02-08 Thread John Ivens
Not sure I've seen all the mistakes, but shouldn't it be from User u where u.snarfle = blarg Looks like the class is correctly annotated. I use hbm files and in that case you need to tell hibernate which classes are mapped to which hbm files in the hibernate.cfg.xml file. You may need to do the

Re: can not set breakpoint

2010-02-08 Thread Aladdin
I'm not sure if this is the correct answer, but I never was able to set a break point inside anonymous classes , so just in eclipse try to make them inner class or something ... (ask eclipse to refactor that) Aladdin On Feb 8, 4:05 am, canal goca...@yahoo.com wrote: hi, searched the group but

Re: problems running application in development mode using -noserver switch and cache.html/nocache.js files not served from the webapp root

2010-02-08 Thread jdw
Hey Dan, I'm seeing something similar. I don't know if this is your case but this is what I've discovered. If the url you specify with the - startupUrl does NOT point to a page that uses GWT, the FF tab is never seen in the development mode window. Even if you browse to a page that uses GWT,

Re: GWT with hibernate...

2010-02-08 Thread Bruno Pinto A. de Oliveira
hey Nenad, I use hibernate 3.0 with GWT 2.0 without problem. comparing your exemple with mine I don't use Hibernate Annotation I'm using xml configuration. I did 2 Eclipse project. first is my business tier where i did hibernate enginer and my persists classes. and second project is gtw project.

Re: can not set breakpoint

2010-02-08 Thread Jason Parekh
Hi Canal, What version of Java are you running? Could you try on a simple project (perhaps the default app created by the wizard)? I'm assuming the breakpoints do not show the checkmark on top of them (when the debugger is connected)? jason On Sun, Feb 7, 2010 at 8:05 PM, canal

Re: Understanding RequestBilder und SOP Problem

2010-02-08 Thread Thomas Broyer
On Feb 7, 12:35 pm, Alain Ekambi ekambi.al...@googlemail.com wrote: Hello People, I have a problem understanding what s really going on  with the SOP. For what i understood  i my GWT file is located at let s say : http://localhost:/test.html a request  tohttp://localhost/test.phpwill

Re: Client Bundle and Image Internationalization

2010-02-08 Thread Christian Goudreau
There's an example of what I have : Inside the client bundle : ImageResource example(); and in my directory I have : exemple.png exemple_fr_CA.png exemple_en_CA.png and when I set the local to fr_CA, I have exemple.png instead... On Sun, Feb 7, 2010 at 10:20 PM, Christian Goudreau

Re: How to resubmit RPC after session timeout/login

2010-02-08 Thread Jamie
Can you give me an example on how I'd be able to resubmit an RPC with Ray's command pattern approach? On Feb 6, 5:50 am, Thomas Broyer t.bro...@gmail.com wrote: On Feb 5, 10:24 pm, Jamie jsgreenb...@gmail.com wrote: Hi everybody.  I'm trying to extend AsyncCallback to always have the

Re: problems running application in development mode using -noserver switch and cache.html/nocache.js files not served from the webapp root

2010-02-08 Thread mooreds
Hi Jay, I think my problem is a bit different, since I explicitly point to a page with the GWT nocache.js call in it, and still don't connect. However, moving the GWT up a directory, from /static/gwt to /static, seemed to enable me to use hosted/development mode. Thanks, Dan On Feb 8, 8:23 am,

Re: onHistoryChanged() not being called on hitting the Back Button (or even calling History.back())

2010-02-08 Thread obesga
Quick response: in GWT2.0, use History.addValueChangeHandler(ValueChangeHandlerjava.lang.String handler) that is not deprecated Try use History.newItem(page + tabIndex,false); to avoid firing event, this may be the cause Hope that helps Oscar On Feb 7, 9:19 am, AM musicophil...@gmail.com

Re: Remote procedure calls in gwt project

2010-02-08 Thread obesga
Really the first, but don't forget to use the annotation @RemoteServiceRelativePath(servletFacadeService) public interface ServletFacadeService On Feb 7, 9:22 pm, Firas firas.ism...@gmail.com wrote: Hi, I am trying to study Google web-tool kit and will be thankful for some help, while

Re: How to resubmit RPC after session timeout/login

2010-02-08 Thread Thomas Broyer
On 8 fév, 18:15, Jamie jsgreenb...@gmail.com wrote: Can you give me an example on how I'd be able to resubmit an RPC with Ray's command pattern approach? I cannot give you a working example, but you'd likely queue all issued commands and only dequeue them onSuccess. When you think you have to

Re: GWT 2.0.1 out but Eclipse says There is nothing to update

2010-02-08 Thread Chris Lercher
On Feb 5, 4:41 pm, Rajeev Dayal rda...@google.com wrote: Actually, the problem is that when we release a new SDK, the feature id changes, I'm curious: Why do you change it? If I understand it correctly, Eclipse features shouldn't contain the version number as a part of their feature id. The

Re: problems running application in development mode using -noserver switch and cache.html/nocache.js files not served from the webapp root

2010-02-08 Thread mooreds
Another issue I ran into was using the XS linker causes development mode to stop working. Apparently this is a known issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=4232 On Feb 8, 10:26 am, mooreds moor...@gmail.com wrote: Hi Jay, I think my problem is a bit different,

Re: onHistoryChanged() not being called on hitting the Back Button (or even calling History.back())

2010-02-08 Thread AM
Hi Obsega - my company has bought the licenses for Ext-GWT 1.0 - which is not compatible with GWT2.0. To upgrade to GWT2.0, we'd have to upgrade our ExtGWT licenses to ExtGWT3.0 - and since I am the only one using this toolkit now and need this upgrade only for the History functionality, I am not

Error loading my app

2010-02-08 Thread BR
I get this while loading my app. Anyone knows what it might be caused by? This is GWT 2.0, on MacOS X Snow Leopard, in OOPHM: 00:04:00.123 [ERROR] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (NS_ERROR_FAILURE): Component returned failure code: 0x80004005

Re: MVP nested presenters

2010-02-08 Thread Sydney
Thanks for your insight. I was wondering how the flat lookup approach would work. When the application starts the MainContainerPresenter would be created and the go method would be called with a RootLayoutPanel as a parameter. What I don't see is where the other presenters would be created, and

Using RequestBuilder to request from local file system

2010-02-08 Thread vanfleet
Hi, I'm trying to use RequestBuilder to pull html files off my local system and I'm getting the ...file.html is invalid or violates the same-origin security restriction error in IE 7, but in Firefox 3.5.7 it works fine. When I setup the call I'm using: String url=GWT.getHostPageBaseURL() +

Re: MVP nested presenters

2010-02-08 Thread Joe Cheng
On my project I used Gin to wire up nested presenters/views, it is very nice. I wouldn't dream of doing large-scale MVP now without dependency injection--it really takes a lot of tedious wiring code out. This book helped a lot for me:

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

service implementation for GWT best practice

2010-02-08 Thread bhomass
On Ray Ryan's presentation, there is no sample code for implementation of the ContactsService. The code structure would look something like public class ContactsServiceImpl implements RTSService { @Override public T extends Response T execute(ActionT action) { //

Re: Exceptions in Event Handlers(inner classes) are not shown by Dev Mode Panel in Eclipse!

2010-02-08 Thread J-Pro
Thanks, Sanjiv Jivan, due to your post in SmartGWT forum, I'm now able to see those exceptions! For those who is interested in it too, here is Sanjiv's quote about how to solve it: -- I've just checked in a bunch of code changes that incorporates proper exception handling of

Re: Maven users survey

2010-02-08 Thread olivier nouguier
Hi Keith, Great great !!! In fact currently it may works but it is need some twix in the WTP metadata project file. BTW it a very comfortable environment, where it is easy and efficient to test general integration (WEB1 + WEB2). Very efficient, because you can choose or not to debug

Re: Client Bundle and Image Internationalization

2010-02-08 Thread Christian Goudreau
Ok... it's working in dev mode, I don't know why it didnt when going live, I'll do some more test and come back later On Mon, Feb 8, 2010 at 12:02 PM, Christian Goudreau goudreau.christ...@gmail.com wrote: There's an example of what I have : Inside the client bundle : ImageResource

struts integration problem

2010-02-08 Thread crojay78
Hi, I was able to put my client code stuff of my gwt-app into my existing Struts 1.2.x . So far so good, but now I am stuck on the integration of my rpc-services into my struts app. I created a jar file of the server class files and put it into my struts app also i configured the servlet in the

Bug in Browsers that's Not in Hosted Mode

2010-02-08 Thread Geoffrey Wiseman
I'm just encountering my first piece of code that works fine in hosted mode (GWT 1.7.1) but totally fails on every browser I try it in. I guess that means I'm going to have to debug the Javascript that I didn't write, since I can't debug in hosted mode. If someone's been through this already and

Re: Authenticate before loading the application

2010-02-08 Thread Youngster
Did you have a look at this page: http://code.google.com/appengine/docs/java/config/webxml.html#Security_and_Authentication ? -- 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: 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.

Re: Bug in Browsers that's Not in Hosted Mode

2010-02-08 Thread Geoffrey Wiseman
On Feb 8, 5:04 pm, Geoffrey Wiseman geoffrey.wise...@gmail.com wrote: Just looking for general feedback, although I'm happy to return with more information once I've tracked down the problem. Ah, this is less surprising than I anticipated; I think it boils down to a regular expression issue,

Re: Adding new event types (touch etc.)

2010-02-08 Thread Thomas Broyer
On 8 fév, 10:17, Thomas Broyer wrote: I'm thinking in starting a Wave about how I think event handling should be refactored. Done: https://wave.google.com/wave/#restored:wave:googlewave.com!w%252Bux7zL81XA Still To Be Continued, and I'll try to work on a patch later on if I find some time.

Re: Authenticate before loading the application

2010-02-08 Thread Thomas Broyer
On 8 fév, 23:26, Simon sp.ma...@gmail.com wrote: 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

Re: can not set breakpoint

2010-02-08 Thread go canal
I have upgraded JDK to 1.6u18. tried the default project greetService, still the same. rgds, canal From: Jason Parekh jasonpar...@gmail.com To: google-web-toolkit@googlegroups.com Sent: Mon, February 8, 2010 11:34:43 PM Subject: Re: can not set breakpoint Hi

RootPanel.get().clear does not clear anything

2010-02-08 Thread go canal
[sorry if this is duplicated] Trying to use RootPanel.get().clear(); but it does not clear anything from the page. Here is the HTML file: body !-- OPTIONAL: include this if you want history support -- iframe src=javascript:'' id=__gwt_historyFrame tabIndex='-1'

Re: I need SOP disabled in GWT 2.0 built-in web server.

2010-02-08 Thread Tatchan
Hi Rob, Thanks for the tip. I guess it's the same as the -noserver - startupUrl isn't it? Anyway, I got an external Apache HTTP server working. What I'm saying is that it would be lovely if we have an option to disable SOP with the built-in web server at least with the localhost in development

SuggestBox and HasBlurHandlers

2010-02-08 Thread bestey
Just wondering if there is an easy way to know when focus is lost from a SuggestBox? It doesn't implement HasFocusHandlers and HasBlurHandlers but it does have HasFocus! Any advice would be appreciated. Thanks, Brian -- You received this message because you are subscribed to the Google Groups

Re: MVP nested presenters

2010-02-08 Thread Sydney
For now I don't want to bring Gin or Guice into play because I want to understand MVP. Then I will put DI to simplify things. Let's say I have a basic UI with a north region and a center region of a DockLayoutPanel. The north region contains a button, when clicking that button, the center region

Any Google Wave developers in this group?

2010-02-08 Thread Jonas Huckestein
Hi guys, I was wondering if there were enough wave developers around here that use gwt so that we could start our own group. I feel that in both the Wave API group and in this one messages on that subject tend to go unnoticed. Anybody interested? I am about to publish my own mock implementation

Re: Authenticate before loading the application

2010-02-08 Thread Akash Gupta
http://code.google.com/p/google-web-toolkit/wiki/CodeSplitting You could use code-splitting for the purpose. If user is authenticated then send him js code.. else don't. On Tue, Feb 9, 2010 at 5:08 AM, Thomas Broyer t.bro...@gmail.com wrote: On 8 fév, 23:26, Simon sp.ma...@gmail.com wrote:

jQuery

2010-02-08 Thread muhannad nasser
Dear all; can u please tell me how to use jQuery in GWT... do i need to add something to xml files. and how to call the jQuery functions thanks -- ~~~With Regards~~~ Muhannad Dar-Nasser ~~Computer Systems Engineering~~ -- You received this message because you are subscribed to the Google

gwt-ckeditor v0.3 release

2010-02-08 Thread Damien Picard
Hi, I'm pleased to announce the v0.3 release of gwt-ckeditor : v0.3 Changes - Fixing issues on multiple custom toolbar and attach/detach editor - Adding entities and enter mode support Many thanks to codex69 for its reviews. (font_names and font_sizes lists will be added soon). --

[gwt-contrib] Re: RR : Record selected annotations in Java AST

2010-02-08 Thread bobv
http://gwt-code-reviews.appspot.com/134810/diff/4001/4003 File dev/core/src/com/google/gwt/dev/jjs/ast/JAnnotation.java (right): http://gwt-code-reviews.appspot.com/134810/diff/4001/4003#newcode40 Line 40: public static class PropertyT extends JNode JAnnotationArgument extends The templated

[gwt-contrib] Re: GWT 2.0.1 breaks incubator 2.0 ... is a new release emminent ?

2010-02-08 Thread jim n
can you name it 2010x please? On Feb 4, 8:19 am, Ray Ryan rj...@google.com wrote: And the jar is posted. All better? On Thu, Feb 4, 2010 at 7:15 AM, Ray Ryan rj...@google.com wrote: Sorry, we'll get a 2.0.1 incubator jar up today. On Thu, Feb 4, 2010 at 7:04 AM, stuckagain

[gwt-contrib] concurrent design

2010-02-08 Thread gustav trede
Hello, I have noticed that concurrency can be improved at many places in the code. A few simple examples: Concurrenthashmap would be good replacement for : serializationPolicyCache in RemoteServiceServlet serviceToImplementedInterfacesMap in both the RPC classes sHttpDateFormat in HttpHeaders

[gwt-contrib] Create or alter a module programmatically

2010-02-08 Thread Luiz Mineo
Hi there. I'm dedicating some of my time to develop a small framework, to help me create and maintain big GWT apps. I'm already doing some really useful things with generators, but one of my objectives is offer the option to create a lot of modules, without the need to maintain a lot of *.gwt.xml

Re: [gwt-contrib] Re: GWT 2.0.1 breaks incubator 2.0 ... is a new release emminent ?

2010-02-08 Thread John LaBanca
Wow, 2010 already. Fixed. Thanks, John LaBanca jlaba...@google.com On Sat, Feb 6, 2010 at 8:52 AM, jim n northrup.ja...@gmail.com wrote: can you name it 2010x please? On Feb 4, 8:19 am, Ray Ryan rj...@google.com wrote: And the jar is posted. All better? On Thu, Feb 4, 2010

[gwt-contrib] Re: RR : Record selected annotations in Java AST

2010-02-08 Thread scottb
http://gwt-code-reviews.appspot.com/134810/diff/4001/4003 File dev/core/src/com/google/gwt/dev/jjs/ast/JAnnotation.java (right): http://gwt-code-reviews.appspot.com/134810/diff/4001/4003#newcode40 Line 40: public static class PropertyT extends JNode JAnnotationArgument extends I guess I kind

[gwt-contrib] Re: Constant analysis.

2010-02-08 Thread spoon
http://gwt-code-reviews.appspot.com/130812/diff/1/2 File dev/core/src/com/google/gwt/dev/jjs/impl/gflow/constants/AssumptionDeducer.java (right): http://gwt-code-reviews.appspot.com/130812/diff/1/2#newcode135 Line 135: // Only last expression can be reverse engineered. Either htis comment is

[gwt-contrib] Re: Make HandlerManager survive exceptions

2010-02-08 Thread Ray Ryan
On Mon, Feb 8, 2010 at 7:53 AM, phopk...@google.com wrote: On 2010/02/03 20:16:51, Ray Ryan wrote: Is there any reason to limit this to RuntimeException rather than Exception? Not particularly; I did RuntimeException because #dispatch doesn't throw any checked exceptions. Could change to

Re: [gwt-contrib] Re: TextBoxBase to implement HasDirection instead of its children

2010-02-08 Thread Ray Ryan
Sounds exciting. Looking forward to your patches. On Sun, Feb 7, 2010 at 11:53 PM, Tomer Greenberg tomer...@google.comwrote: I'm working on a new class named AutoDirHandler, which is supposed to listen on keypress events and adjust the directionality of the TA / TB as you type. The

[gwt-contrib] [google-web-toolkit] r7533 committed - Adding branch-info.txt.

2010-02-08 Thread codesite-noreply
Revision: 7533 Author: sp...@google.com Date: Mon Feb 8 09:07:00 2010 Log: Adding branch-info.txt. http://code.google.com/p/google-web-toolkit/source/detail?r=7533 Added: /branches/gflow/branch-info.txt === --- /dev/null +++ /branches/gflow/branch-info.txt

[gwt-contrib] Re: RR : Record selected annotations in Java AST

2010-02-08 Thread bobv
Scott, Here's an updated patch that removes the parameterizations. Per our IM conversation, a JNewArray is inappropriate because Java annotations are restricted to single-dimension arrays. http://gwt-code-reviews.appspot.com/134810 --

[gwt-contrib] Re: RR : Record selected annotations in Java AST

2010-02-08 Thread scottb
LVGTM http://gwt-code-reviews.appspot.com/134810 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Two BiDi support classes

2010-02-08 Thread tomerigo
Reviewers: , Description: BidiUtils - utility functions for performing common BiDi tests on strings, such as direction estimation. BidiFormatter - utility class for formatting text for display in a potentially opposite-direction context without garbling. Please review this at

[gwt-contrib] [google-web-toolkit] r7536 committed - Revert of 7535, which wrongly had trunk/trunk

2010-02-08 Thread codesite-noreply
Revision: 7536 Author: gwt.mirror...@gmail.com Date: Mon Feb 8 13:54:28 2010 Log: Revert of 7535, which wrongly had trunk/trunk http://code.google.com/p/google-web-toolkit/source/detail?r=7536 Deleted: /trunk/trunk -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Two BiDi support classes

2010-02-08 Thread jat
There was a problem with the patch upload -- the modified files didn't show up, perhaps they don't match svn trunk. I assume I18N pulls in client/shared, and inherits RegExp. The one concern I have is that means that RegExp gets pulled in by User, and that code will wind up always being used if

[gwt-contrib] Re: Adding new event types (touch etc.)

2010-02-08 Thread Thomas Broyer
On 8 fév, 10:17, Thomas Broyer wrote: I'm thinking in starting a Wave about how I think event handling should be refactored. Done: https://wave.google.com/wave/#restored:wave:googlewave.com!w%252Bux7zL81XA Still To Be Continued, and I'll try to work on a patch later on if I find some time.

  1   2   >