Re: Furture stage cross compile GWT to iPhone, Android, Blackbarry and etc using PhoneGap

2010-03-18 Thread mon3y
+1 On Mar 18, 5:01 am, Ivan Ooi olibr...@gmail.com wrote: Hi GWT team,    Since GWT able to compile Java to Javascript, will GWT make cross compile technique further step ahead by cross compile JS to iPhone, Android, Blackbarry and Palm by using PhoneGap ?

Re: DockLayoutPanel and CSS classes

2010-03-18 Thread hriess
Yes, I've tried this - it doesn't work. My workaround is adding the class names at runtime with dockLayoutPanel.getWidgetContainerElement(child).addClassName(style.xyzStyle); But I would rather do this in a more declarative way with UiBinder. It would be nice, if all the LayoutPanels container

Re: Multiple entrypoints? Or something else?

2010-03-18 Thread jbdhl
Just a small correction to my prev e-mail. You should have the html file for each module. Yes, that was also what I tried to describe. I think we agree. Thank you very much for the help. Much appreciated!!! -- You received this message because you are subscribed to the Google Groups Google

Re: Class in jar file used in another GWT application gives *Source not available* error when compiling

2010-03-18 Thread Dan
It did the job! I wasn't aware of the right value for *inherits*. I have just realised it's the gwt.xml file without the extension... Thanks! On Mar 16, 6:24 pm, ocaner oca...@gmail.com wrote: Try to compile it and I get the error copied below. I believe i need to inherit it, or need to

Custom widget with similar uibinder tags as DockLayoutPanel

2010-03-18 Thread brendan
Hi, I'm creating a custom widget, and i would like to have sub tags similar to the way that DockLayoutPanel does. I've looked through the source code at http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/client/ui/DockLayoutPanel.java and can't seem to

Re: Showing GWT app to search engines

2010-03-18 Thread the duke
Christian, The link was great. I understand the concept, glad Google finally has plans to help SEO in GWT apps. I have a php server, serving HTML with GWT generated Ajax embedded inside. I am struggling to understand how I can configure the server or current html to fire the suggested php code on

GWT 1.3 and firefox 3.6

2010-03-18 Thread Roland
Hello, I'm maintaining an application which uses gwt's version as old as 1.3 Without using latest features, it has worked fine so far. But with FF 3.6 you only see white blank page, nothing seems to be rendered. No exceptions neither in server logs nor in browser or firebug check. There were no

Joseph Favara/HQ/Corp/OAI is out of the office.

2010-03-18 Thread Joseph . Favara
I will be out of the office starting 03/18/2010 and will not return until 03/19/2010. I will respond to your message when I return. If this is urgnet please contact Paul Frasceschini at 105628 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

ui:msg, Constants interface and Uibinder

2010-03-18 Thread Jim
Can I do some coding in this way? 1. There is one Constants interface - EmployeeConstants public interface EmployeeConstants extends Constants { String lastName(); String firstName(); } 2. There is one corresponding property file - EmployeeConstants.properties firstName: First Name*

ui:msg, Constants interface and Uibinder

2010-03-18 Thread Jim
Can I do some coding in this way? 1. There is one Constants interface - EmployeeConstants public interface EmployeeConstants extends Constants { String lastName(); String firstName(); } 2. There is one corresponding property file - EmployeeConstants.properties firstName: First Name*

Re: Sending HTTP GET request not working!

2010-03-18 Thread Jon Britton
Do you mean this is because both my client and server are running on the same machine? When I try an external URL like http://search.twitter.com/search.json? callback=fooq=twitter it still doesn't work... I just get back a blank response and no error. On Mar 17, 12:53 am, Thomas Broyer

Re: ui:msg, Constants interface and Uibinder

2010-03-18 Thread Thomas Broyer
On Mar 18, 2:24 pm, Jim jim.p...@gmail.com wrote: Can I do some coding in this way? 1. There is one Constants interface - EmployeeConstants public interface EmployeeConstants extends Constants {    String lastName();    String firstName(); } 2. There is one corresponding property file -

Re: How to add Widget to a DOM element?

2010-03-18 Thread Thomas Broyer
On Mar 17, 8:07 pm, Stefan Ballmer stefan.ball...@gmail.com wrote: On Mar 17, 10:46 am, Thomas Broyer t.bro...@gmail.com wrote: Have a look at the javadoc for the attach and detach related methods in the Widget class; and then look at the code for, e.g. HTMLPanel, HTMLTable, CellPanel,

Re: Sending HTTP GET request not working!

2010-03-18 Thread Thomas Broyer
On Mar 18, 2:29 pm, Jon Britton mankillseveryth...@googlemail.com wrote: Do you mean this is because both my client and server are running on the same machine? Running on the same machine does not necessarily mean having the same origin. The origin is composed of the scheme (http or https),

Re: GWT + Eclipse doesn't work. Attempted to beginRule: R/, does not match outer scope rule

2010-03-18 Thread Silverado
I get the same error when I open my project after installing GWT and the Eclipse plugin. I use the Seapine Surround SCM source control plugin from: http://downloads.seapine.com/pub/eclipse/surround/ Error message: java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match

Re: Eclipse JavaEE tools + GWT Development mode

2010-03-18 Thread Keith Platfoot
Hi Neciu, We just released the 1.3 version of the Google Plugin for Eclipse on Tuesday, which should have a Google Web Application project property page with the WAR directory field. Are you certain your plugin version is 1.3? Keith On Mon, Mar 15, 2010 at 3:41 PM, Neciu

Re: Sending HTTP GET request not working!

2010-03-18 Thread Jon Britton
And a 0 status code? If that is the case, it would mean that your code do violate the SOP. Yes, I still get 0 status code. Switch to URL references without scheme, host and port, or make sure they are the same as the one from Window.Location. How should I go about doing this? This is all

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-18 Thread Keith Platfoot
Hi Andreas, It looks like your GEP classpath is ok based on the contents of the Classpath tab, but it would actually be more useful to look at the exact launch arguments, to see if there are differences between that and mvn gwt:run. When you launch using GEP, switch to the Debug perspective and

Re: Sending HTTP GET request not working!

2010-03-18 Thread Jon Britton
When I compile my GWT project and host it in Tomcat everything works fine, but is there a way of making it work when I run it as a web application through eclipse? On Mar 18, 3:34 pm, Jon Britton mankillseveryth...@googlemail.com wrote: And a 0 status code? If that is the case, it would mean

MVP related question

2010-03-18 Thread Dhiren Bhatia
I'm curious about the container the 'Presenter' runs in. If I have an application that uses the MVP pattern on the UI side and makes RPC calls to a servlet (running in Tomcat), where does the presenter run? Does it get compiled to Javascript and run in the browser or is it running in Tomcat? Is

Get compiled locales from client web application

2010-03-18 Thread Thoka
How do I get the compiled locales from my client application? LocaleInfo.getAvailableLocaleNames() always returns null, even though my application.gwt.xml includes: inherits name='com.google.gwt.i18n.I18N' / and extend-property name='locale' values='no_NO' / extend-property name='locale'

Internet Explorer 7 reloads on fragment change?

2010-03-18 Thread PhilBeaudoin
I get a strange problem with Internet Explorer 7: some of my Hyperlink causes the page to unexpectedly reload. The strange thing is that I have two hyperlinks to the same history token on the same page, one of them causes the page to reload and the other one does not. The only difference I can see

Re: MVP related question

2010-03-18 Thread PhilBeaudoin
The View and Presenter participants in the MVP pattern are expected to live on the client only. The Model objects are typically shared between the client and the server. If you look at your Project.gwt.xml file you will see: !-- Specify the paths for translatable code

Re: MVP related question

2010-03-18 Thread Dhiren Bhatia
So, this should mean that the client package does not need to get deployed to my Tomcat server, correct? I tried deleting the client package from the server side just to see what would happen and the app doesn't work which is why I'm confused. Thanks. On Mar 18, 9:48 am, PhilBeaudoin

Re: Extending the 'Contact: MVP' example

2010-03-18 Thread Brian Reilly
It seems to me like you need a supervising presenter to coordinate interactions among each of the panes of the application, in a DockPanel as you suggest. The AppController would then bootstrap this instead of managing what is shown in the root panel. Finally, the logic that is in the

Re: MVP related question

2010-03-18 Thread Fabio Kaminski
You should deploy only gwt-servlet.jar in your Servlet container.. as you will need ate least to extends GWT's RemoteServiceServlet wich will do all the rpc magic serialization and proper servlet treatment for your service... So normaly you use gwt-dev and gwt-user to build and compile.. and

Re: Extending the 'Contact: MVP' example

2010-03-18 Thread Fabio Kaminski
As far as i understand you have windows that contain widgets... like: MainWidgetContainer (which owns) LoginWidget, HeaderWidget and so on.. LogoutWidgetContainer (owns) LogoutWidget, ComeBackSoonMessageWidget, etc.. if is that the case, you would only call the go() which means

Re: MVP related question

2010-03-18 Thread Dhiren Bhatia
gwt-servlet.jar is deployed. My question is about the client classes from my application. Do they need to be pushed to the servlet container? The app does not work without them but I don't see why they're needed on the server side. On Mar 18, 10:10 am, Fabio Kaminski fabiokamin...@gmail.com

native java script

2010-03-18 Thread sigi
Hi I have no experience with javascript at all. In order to talk with an addServer I need need to add following code to my gwt app: script type='text/javascript'!--// ![CDATA[ /* [id120894] spood.me - Sky */ OA_show(120894); // ]] --/scriptnoscripta target='_blank' href='http://

Graphical javascript objects implemented to GWT

2010-03-18 Thread yann menesguen
Hello, I've a problem : I've got a .js graphical object (coverflow) that I would like to integrate into a GWT project. How is it possible with JSNI ? How can I add it into a container to show it on my browser ? I'm sorry I'm a new adept of GWT and I don't have all the technical experience...

Inter-frame communication

2010-03-18 Thread jjh
Hi, I am wanting allow extensions to my website (essentially third-party javascript code that can provide response to certain events, sort of simplified, gui-less gadgets). It seems like the safest way to this is to use iframes and inter-frame communication to limit what the third- party code can

PopupPanel question regarding ClickHandler

2010-03-18 Thread tyler.nc
Hello all, I am developing an Appengine application now that requires AuthSub authentication to access users Spreadsheets with GData. What I have now is a widget that extends PopupPanel that pops up as soon as you visit the page telling you what it is about and giving information such as the

Need robust file uploading example with GWT 1.6.4

2010-03-18 Thread GIMMESHELTER
Hi, It seems like this is a difficult operation (i.e., uploading files to a server) to perform using GWT. I see lots of posts by programmers suffering from file upload problems using GWT. Is there any guru out there who is kind enough to provide us newbies with a good solid example of how to

GWT/protobuf/nixysa

2010-03-18 Thread Romain Francois
Hello, I was wondering if {anyone tried/something is planned/is it a good idea at all} to build NPAPI plugins for compatible browsers to deal with protocol buffer messages, using for example nixysa. One application of this would be a gwt rpc in terms of protocol buffer messages. Romain --

GWT 2.0 - Hibernate - Eclipse: Problem with testing

2010-03-18 Thread pau2bk
Hello, I tried to develop a small server / client program in the following environment: Eclipse 3.5 GWT 2.0 Hibernate When starting the program inside of of eclipse, I got the following exception java.lang.NoClassDefFoundError: java.io.FileOutputStream is a restricted class. Please see the

Re : Flexible Panel

2010-03-18 Thread Kavya Garg
Does GWT provide any panel which can resize automatically accoriding to browser width and widgets placed inside the panel remains relative to the panel width size ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: UI Binder bugs - maybe config issue on my side(?)

2010-03-18 Thread Kenyth
This doesn't work for me. My project has the file layout below: 1. java source path: src/main/java 2. package layout: - aaa.projectname - aaa.projectname.modulename -- contains modulename.gwt.xml - aaa.projectname.modulename.client -- contains *.java and *.ui.xml 3. war directory, as default, is

Google Plugin for Eclipse 1.3 ignores WTP web directory

2010-03-18 Thread Michail Prusakov
I've updated the plugin and while trying out the new stuff noticed that the plugin seems to ignore the web directory name. Here is what I've done: (for the record I am using eclipse galileo SR2) 1) created a wtp project with a default content directory (WebContent) 2) checked Use Google Web

ALIGN_CENTER problem ?!!!

2010-03-18 Thread Gecko
I'm trying to center a vertical panel on the browser but it does not work. I'm newbie... help me please !!! I'm using UiBinder as shown below : g:HorizontalPanel horizontalAlignment=ALIGN_CENTER width=100% g:VerticalPanel ... /g:VerticalPanel /g:HorizontalPanel From the ui.xml, the

Re: GWT 1.3 and firefox 3.6

2010-03-18 Thread dolcra...@gmail.com
Have you debugged it with firebug? Any reason you can't upgrade the toolkit to a more recent version of gwt? On Mar 18, 8:26 am, Roland rolan...@gmail.com wrote: Hello, I'm maintaining an application which uses gwt's version as old as  1.3 Without using latest features, it has worked fine so

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-18 Thread Sergio
So, I have to use GWT 1.6.4 to develop my GWT project with maven? On 17 mar, 01:44, zggame zgg...@gmail.com wrote: I think the latest gwt-maven-plugin is gwt 1.6.4.  Not 2.0.3 On Mar 15, 3:30 pm, Sergio s3rgio...@gmail.com wrote: Hello everybody, I'm beginning with GWT development and I

google web toolkit developer plugin with Mysql

2010-03-18 Thread nickbit
Hi GWT team, I'm an italian developer that has a strange problem... When I debug my GWT app in TOMCAT my mysql works PERFECTLY but, when I start the same app on google web toolkit developer plugin in firefox I receive the error: Mysql Connection Error: jdbc:mysql:// 127.0.0.1:3306/ -

Blank screen in IE7 but normal in IE6, IE8, FF

2010-03-18 Thread tankesz
Hi, I am new in GWT and I have a problem with LayoutPanel. Adding LayoutPanel to the north side of a DockLayoutPanel works correctly. But when I put DeckPanel into the center of the DockLayoutPanel, and into the DeckPanel I put LayoutPanel, the screen goes blank. It happens only in IE7. In IE6,

GWT 2.0 Developer Mode on Linux (openSuSE 11.2)

2010-03-18 Thread MacWiz
I have not seen this mentioned anywhere but in getting the GWT 2.0 Developer Mode to work using FF3.5.8 and Eclipse 3.5, I found that I had to disable the Compiz Desktop Effects setting. This setting is what enables/disables the window animations (window spongyness, ...) as you drag and drop,

asynchronous RPC means convoluted return values(?)

2010-03-18 Thread adisharoon
I've been searching around for a while now for help getting used to the asynchronous nature of GWT. The problem I'm having is not the non- blocking nature of asynchronous RPC. The problem I'm having is that, because different async callbacks can't depend on each other being complete, you have to

Re: Dropping IE6 support

2010-03-18 Thread Michail Prusakov
-1 35% of our customers use ie 6 and probably will be using it for quite a while as it comes with XP On Mar 17, 2:20 pm, Erron erron.aus...@gmail.com wrote: -1 I'm sure I'm not the only one who still has clients that still use IE6.  The population of users still using IE6 is still too big to

Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-18 Thread SimonM
I got it working (Eclipse 3.5, WTP 3.1, GPE 1.3) and it's working fine except two things. - I deploy onTomcat, and the devmode tells me to use a bad url : http://127.0.0.1:/index.html?gwt.codesvr=127.0.0.1:9997, while it should be

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-18 Thread Sergio
So, I have to use GWT 1.6.4 to develop my GWT project with maven? On 17 mar, 01:44, zggame zgg...@gmail.com wrote: I think the latest gwt-maven-plugin is gwt 1.6.4.  Not 2.0.3 On Mar 15, 3:30 pm, Sergio s3rgio...@gmail.com wrote: Hello everybody, I'm beginning with GWT development and I

Re: GWT 2.0.2 : Failed to Connect 127.0.0.1:8888 development mode

2010-03-18 Thread Mathieu
Hi everybody, How can I set up the bindAdress on eclipse ??? Thanks On 18 fév, 17:45, Thomas thomas.lacr...@jouy.inra.fr wrote: -bindAddress 0.0.0.0 worked, thanks for having hit my target ;-) On Feb 17, 9:59 pm, Fabiano ftar...@gmail.com wrote: On Feb 17, 6:28 pm, Chris Lercher

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-18 Thread Sergio
So, I have to use GWT 1.6.4 to develop my GWT project with maven? On 17 mar, 01:44, zggame zgg...@gmail.com wrote: I think the latest gwt-maven-plugin is gwt 1.6.4.  Not 2.0.3 On Mar 15, 3:30 pm, Sergio s3rgio...@gmail.com wrote: Hello everybody, I'm beginning with GWT development and I

Re: asynchronous RPC means convoluted return values(?)

2010-03-18 Thread PhilBeaudoin
Why not create all the structure client-side -- with slots in which you can insert sequences of content if needed. Then the asynchronous calls puts the content in the required slot as soon as they return. This way they can return in any order. On Mar 17, 11:46 am, adisharoon

Re: asynchronous RPC means convoluted return values(?)

2010-03-18 Thread Paul Stockley
You can also chain your success callbacks so the the onSuccess callback of the first RPC does some processing with the results and then kicks off another RPC and so on... Long term a better approach would probably to do something like Phil mentions and make each disclosure panel autonomous i.e.

Re: Dropping IE6 support

2010-03-18 Thread Chris Lercher
IMO, this isn't feasible, because of what's probably the most common scenario for GWT projects: * You want to create a great website (non-corporate), taking advantage of GWT, including its future improvements, and * you also have to support IE6. Most IE6 users have never encountered a website

Re: Internet Explorer 7 reloads on fragment change?

2010-03-18 Thread PhilBeaudoin
If you want to see this yourself, go to http://filouguestbook.appspot.com/#!main sign-in with a google account and click on the Settings link the the top bar. Switch between the General and Accounts pages, the app will reload. From the Accounts page, click on Settings in the top bar, this will

Re: ALIGN_CENTER problem ?!!!

2010-03-18 Thread Chris Lercher
I also had the same problem, and the only way I found was to do this programmatically, with @UiField(provided=true) VerticalPanel verticalPanel; And instantiating the vertical Panel + setting the horizontal alignment before calling uiBinder.createAndBindUi(this) On Mar 18, 9:27 am, Gecko

Re: ALIGN_CENTER problem ?!!!

2010-03-18 Thread Philippe
Great, it works !!! Thank you for the tip. Chris Lercher a écrit : I also had the same problem, and the only way I found was to do this programmatically, with @UiField(provided=true) VerticalPanel verticalPanel; And instantiating the vertical Panel + setting the horizontal alignment before

Re: PopupPanel question regarding ClickHandler

2010-03-18 Thread Zak
if the button is the only thing that handles clicks in the popup, why not add the clickHandler directly to the button? Button closeButton = new Button(Close); closeButton.addClickHandler(new ClickHandler(){ public void onClick(ClickEvent event) { hide(); } }); On Mar 16, 10:32 pm,

GWT developer plugin for firefox

2010-03-18 Thread Bernie
My browser is not connected to the internet (and it will never be). Is there any way to download the GWT developer plugin for Firefox so that I can burn a CD and install it manually. If so, I'll also need instructions on how to install it on Firefox. Thx, Bernie -- You received this message

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-18 Thread Piotr Jaroszyński
On 18 March 2010 19:28, Sergio s3rgio...@gmail.com wrote: So, I have to use GWT 1.6.4 to develop my GWT project with maven? Not at all, see: http://mojo.codehaus.org/gwt-maven-plugin/ -- Best Regards Piotr Jaroszyński -- You received this message because you are subscribed to the Google

Re: PopupPanel question regarding ClickHandler

2010-03-18 Thread Paul Stockley
Just defining 'public void onClick(ClickEvent event) { }' doesn't do anything. You need to tell the system to call this handler i.e. addClickHandler(this); However, you can't do this on a DialogBox because it doesn't implement the HasClickHandlers interface. You will have to add a control to the

Re: Google Plugin for Eclipse 1.3 ignores WTP web directory

2010-03-18 Thread Keith Platfoot
Hi Michail, I've confirmed that this is a bug in 1.3: a directory browse dialog *should*be appearing when you launch, to ask for a WAR directory. However, it appears that this only happens when you create a new launch configuration from within the Run/Debug Configurations dialog. If you delete

Re: GWT 2.0 - Hibernate - Eclipse: Problem with testing

2010-03-18 Thread Mathieu
Hi Dieter, There is an intersting article written here : http://code.google.com/intl/fr/webtoolkit/articles/using_gwt_with_hibernate.html Mathieu On 17 mar, 13:45, pau2bk i...@dpaul.de wrote: Hello, I tried to develop a small server / client program in the following environment: Eclipse

Incubator's PagingScrollPanel

2010-03-18 Thread Mathieu
Hi, Did anybody implement this Incubator PagingScrollPanel with GWT 2 ? I've tried to find a good tutorial concerning this implementation but only found implementation with GWT 1.x Cheers from France :) -- You received this message because you are subscribed to the Google Groups Google Web

Re: Sending HTTP GET request not working!

2010-03-18 Thread RPB
If you're using GWT 2.0: -Open 'Debug configurations' in eclipse -Uncheck 'Run built-in server' -Set the port number to your localhost port -Run Also, GWT.getModuleBaseURL is useful to use if you need to reference the URL from your java code (as you ensure you are using the exact same URL so are

Re: Incubator's PagingScrollPanel

2010-03-18 Thread Paul Stockley
There working on a new table that will be included in GWT 2.1 See http://code.google.com/p/google-web-toolkit/wiki/DataBackedWidgetsDesign -- 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: Incubator's PagingScrollPanel

2010-03-18 Thread jay
We're in the process of moving to GWT 2.0, and we're using the PagingScrollTable all over the place...so far so good. Now, if you're asking about UIBinder...well, that we're not using... jay On Mar 18, 2:43 pm, Mathieu mathieu.chau...@gmail.com wrote: Hi, Did anybody implement this Incubator

Re: ALIGN_CENTER problem ?!!!

2010-03-18 Thread Tristan
here's how you do it in UiBinder g:HorizontalPanel width=100% g:Cell horizontalAlignment=ALIGN_CENTER g:VerticalPanel/ /g:Cell /g:HorizontalPanel the above code will center your vertical panel On Mar 18, 3:02 pm, Philippe pjean.ge...@gmail.com wrote: Great, it works !!! Thank you for

Re: Dropping IE6 support

2010-03-18 Thread Patrick Tucker
I agree that the IE6 user group is still pretty large. But, I also believe that web applications are becoming to advanced for IE6. We want to do so much more with our web applications than IE6 was designed for/is capable of. To be honest I think the time spent coding fixes could be much better

How to capture that the user has moved away from the current browser window.

2010-03-18 Thread subhro
Hello, I am trying to implement a google.com search form style auto-suggest box. I have reached a stage where the drop down with suggestions appear correctly. However on changing windows (click on any other app window on the desktop) The or click any where else other that the body of the page,

Re: How to capture that the user has moved away from the current browser window.

2010-03-18 Thread Sudeep S
have you tried hiding the suggestions on blur event, to my knowledge that is fired when the user moves away from the current window On Fri, Mar 19, 2010 at 9:50 AM, subhro subhrajyo...@gmail.com wrote: Hello, I am trying to implement a google.com search form style auto-suggest box. I have

Re: Inter-frame communication

2010-03-18 Thread Sudeep S
hey Jonny, jquery has a plugin for window.post that works for all browsers. i've used that with gwt for resizing cross domain iframe. you can give that a shot. On Thu, Mar 18, 2010 at 2:08 PM, jjh j...@42quarks.com wrote: Hi, I am wanting allow extensions to my website (essentially

Re: GWT 2.0 - Hibernate - Eclipse: Problem with testing

2010-03-18 Thread Sripathi Krishnan
Disable Google App Engine in your Eclipse settings. GAE doesn't allow you to work with databases or files. --Sri http://blog.530geeks.com On 17 March 2010 18:15, pau2bk i...@dpaul.de wrote: Hello, I tried to develop a small server / client program in the following environment: Eclipse

Re: [gwt-contrib] Re: RR : Soft permutations

2010-03-18 Thread BobV
On Wed, Mar 17, 2010 at 4:06 PM, John Tamplin j...@google.com wrote: While that may work for some trivial cases, in many cases you will need more nuanced control over what gets collapsed, considering locale inheritance and aliases. That sounds like a pre-GWT-compile tool that auto-generates a

[gwt-contrib] Re: Issue 4720: PopupPanel#removeFromParent doesn't remove glass

2010-03-18 Thread jgw
On 2010/03/16 15:48:26, jlabanca wrote: LGTM. This thing's getting complicated, but I don't see any way around it. http://gwt-code-reviews.appspot.com/220801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix flaxy MessageTransport test.

2010-03-18 Thread rdayal
Reviewers: kjin, Description: Fix flaxy MessageTransport test. Review by: k...@google.com Please review this at http://gwt-code-reviews.appspot.com/234801 Affected files: M dev/core/test/com/google/gwt/dev/shell/remoteui/MessageTransportTest.java Index:

Re: [gwt-contrib] Re: RR : Soft permutations

2010-03-18 Thread John Tamplin
On Thu, Mar 18, 2010 at 12:11 PM, Lex Spoon sp...@google.com wrote: Yes, that's what I was thinking for complex cases. For simple cases, can't users already specify en and get a permutation with all the Englishes combined? Perhaps I misunderstand, though. Is the plan to stop using en and

Re: [gwt-contrib] Re: RR : Soft permutations

2010-03-18 Thread BobV
Depending on the string name of an enum looks suboptimal. What are you referring to? -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Re: RR : Soft permutations

2010-03-18 Thread Lex Spoon
On Thu, Mar 18, 2010 at 12:32 PM, BobV b...@google.com wrote: Depending on the string name of an enum looks suboptimal. What are you referring to? A deferred binding option is a selection from an enum. Normally the name of an enum is not significant. It's only used in debuggers and for

[gwt-contrib] Fix for issue 4532. Removes the CSS expressions from PopupImplIE6 that were (issue238801)

2010-03-18 Thread jgw
Reviewers: jlabanca, Description: Fix for issue 4532. Removes the CSS expressions from PopupImplIE6 that were interfering with layout on IE7. Please review this at http://gwt-code-reviews.appspot.com/238801/show Affected files: M user/src/com/google/gwt/user/client/ui/impl/PopupImplIE6.java

Re: [gwt-contrib] Re: RR : Soft permutations

2010-03-18 Thread Lex Spoon
On Thu, Mar 18, 2010 at 12:20 PM, John Tamplin j...@google.com wrote: On Thu, Mar 18, 2010 at 12:11 PM, Lex Spoon sp...@google.com wrote: Yes, that's what I was thinking for complex cases. For simple cases, can't users already specify en and get a permutation with all the Englishes

[gwt-contrib] [google-web-toolkit] r7744 committed - Fix flaxy MessageTransport test....

2010-03-18 Thread codesite-noreply
Revision: 7744 Author: rda...@google.com Date: Thu Mar 18 08:02:42 2010 Log: Fix flaxy MessageTransport test. Review at http://gwt-code-reviews.appspot.com/234801 Review by: k...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=7744 Modified:

Re: [gwt-contrib] deRPC experiences

2010-03-18 Thread BobV
Thank you for the feedback. It was trivial to hook up the findClientOracleData to work with the existing process Excellent.  - NPE in the WebModeClientOracle.readStreamAsObject finally block if objectInputStream can't be created (ie: if the format is invalid) Will fix.  - If the GWT

[gwt-contrib] Use reflection on the server side to have a shared code for handling all GET (issue240801)

2010-03-18 Thread amitmanjhi
Reviewers: Ray Ryan, Description: Use reflection on the server side to have a shared code for handling all GET requests. The output of these requests is assumed to be a List of Entity. This list is then converted automatically to a JSON string and sent over the wire. Patch by: amitmanjhi

[gwt-contrib] GWT's JsonpRequest conflicts browser caching

2010-03-18 Thread Frank
I had a look at JsonpRequest and JsonpRequestBuilder provided by GWT 2.0 for cross domain HTTP requests. Very nice, worked right away. However, there is one serious flaw... Like many other JSONP implementations, GWT's JsonRequest generates a unique callback name for each single jsonp request

[gwt-contrib] Re: Cross Domain RPC (again)

2010-03-18 Thread Sean Kinsey
If your looking for a reliable and secure cross-domain RPC implementation then maybe you should take a look at easyXDM. It supports RPC with no server-side requirements using one of several available transport stacks. . Give it a twirl, http://easyxdm.net/v2.0.0/example/methods.html, run the test

[gwt-contrib] Re: Comment on DomEventsAndMemoryLeaks in google-web-toolkit

2010-03-18 Thread codesite-noreply
Comment by j...@google.com: I've run through this with IE7, IE8, Microsoft's IE JS Leak Detector, and Chrome, and I'm not seeing any evidence of it leaking, on IE at least. On my Vista box, memory grows steadily as I add more items, then mostly recovers as I clear or reset. There is a

[gwt-contrib] Array implementation for Lightweight Collections. Pure Java implementation only.

2010-03-18 Thread rchandia
Reviewers: fabbott, Description: Array implementation for Lightweight Collections. Pure Java implementation only. This is part of an incremental review. Not likely to land until other parts are reviewed. Please review this at http://gwt-code-reviews.appspot.com/232801 Affected files: A

[gwt-contrib] Fwd: Unicode support for Character.is* methods

2010-03-18 Thread Pascal Muetschard
Reviewers: jat, Description: The attached patch provides correct unicode support for all of the Charachter.is*(char/int) methods. The included tables are only compiled into the JavaScript if any of the methods are used. The tables (and accompanying code) increases the compiled JavaScript by a

[gwt-contrib] Re: Replace calls to printInt(num) with printInt(num, 10) to make sure

2010-03-18 Thread bowdidge
It's completely a style thing. Closure Compiler's externs files only allow printInt to take two parameters. This code wouldn't be able to trigger the incorrect behavior as far as I know. http://gwt-code-reviews.appspot.com/225802 --

[gwt-contrib] Re: Replace calls to printInt(num) with printInt(num, 10) to make sure

2010-03-18 Thread Robert Bowdidge
On Mar 17, 2010, at 1:54 PM, j...@google.com wrote: It's completely a style thing. Closure Compiler's externs files only allow printInt to take two parameters. This code wouldn't be able to trigger the incorrect behavior as far as I know. Ok, LGTM, though perhaps file a bug against

[gwt-contrib] Multiple inheritance in Widget hierarchy

2010-03-18 Thread jd
Hi, I am reposting this question here as the user list got no reply and I guess it is more a dev question: I am experimenting with compiling GWT code with a standard JDK so I can use the same code to generate HTML on both the client and the server. So far it seem to be working OK but will only

[gwt-contrib] Re: Fix flaxy MessageTransport test.

2010-03-18 Thread kjin
LGTM http://gwt-code-reviews.appspot.com/234801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix the bug where you cannot use up arrow to enter the suggestions box (issue239801)

2010-03-18 Thread unnurg
Reviewers: Ray Ryan, Description: Fix the bug where you cannot use up arrow to enter the suggestions box Please review this at http://gwt-code-reviews.appspot.com/239801/show Affected files: D samples/hello/war/WEB-INF/classes/marker D samples/showcase/war/WEB-INF/classes/marker M

[gwt-contrib] Re: Fix the bug where you cannot use up arrow to enter the suggestions box (issue239801)

2010-03-18 Thread unnurg
On 2010/03/18 17:54:20, unnurg wrote: Hmm - not sure why those marker classes showed up in the CL - looking into what I did wrong there... http://gwt-code-reviews.appspot.com/239801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] GWT's JsonpRequest conflicts browser caching

2010-03-18 Thread Joel Webber
That's definitely a valid point, and I understand how it would defeat caching. However, I believe using a hash for the callback name would make it impossible to properly deal with two requests to the same URL, because there would be no way to distinguish which AsyncCallback should get which

Re: [gwt-contrib] Array implementation for Lightweight Collections. Pure Java implementation only.

2010-03-18 Thread Miguel Méndez
Not sure if this has been discussed already, but you should consider developing these in a branch until the landing plan for the changes is clear. On Thu, Mar 18, 2010 at 9:50 AM, rchan...@google.com wrote: Reviewers: fabbott, Description: Array implementation for Lightweight Collections.

Re: [gwt-contrib] Multiple inheritance in Widget hierarchy

2010-03-18 Thread Joel Webber
John, The background behind that weird type hierarchy is that it stems from a time before overlay types existed. Originally c.g.g.user.client.Element was a simple opaque handle that had to be passed to the DOM.*() methods to get anything done (same for Event). After the compiler got overlay type

Re: [gwt-contrib] Multiple inheritance in Widget hierarchy

2010-03-18 Thread Scott Blum
HtmlUnit runs dev mode, where the class files have been bytecode rewritten to allow this. But we've talked about the exact same goals John brings up here, and I think it's a good idea worth supporting. It goes along with being able to run stock JUnit TestCases in a JVM without having to bring up

Re: [gwt-contrib] Multiple inheritance in Widget hierarchy

2010-03-18 Thread Ray Ryan
It doesn't come up with HTMLUnit because from the GWT point of view HTMLUnit is just another browser. Prod mode is a non-issue, and for dev mode we have the moral equivalent of a browser plugin for it. On Thu, Mar 18, 2010 at 11:45 AM, Joel Webber j...@google.com wrote: John, The background

[gwt-contrib] Re: Fix for issue 4532. Removes the CSS expressions from PopupImplIE6 that were (issue238801)

2010-03-18 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/238801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

  1   2   >