Re: MouseOverHandler not called for text of Checkbox

2009-11-19 Thread vaibhav saxena
Hi, Why do you not create a composite which will act as the wrapper for the check box and add the mouse handler to the composite. This will solve your problem and you can use that composite anywhere where you need check box in your app. On Fri, Nov 20, 2009 at 6:31 AM, dave wrote: > First and on

Re: listbox that contains widgets instead of just text..

2009-11-19 Thread Miroslav Genov
Hello, You could use MVP to make things much easier and to make client code to use only objects instead of primitive widgets such as listbox. Here is some example that could make things more clear: // this class should be used by your code class CustomerListBox { interface Display {

Re: cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread Chris Ramsdale
John, Trunk should definitely compile standard apps with the xs linker. Let me take a look at this tomorrow morning and I'll get back to you. - Chris On Thu, Nov 19, 2009 at 8:23 PM, John O'Conner wrote: > Anyone have any ideas about this? If my question is too vague or ill- > formed, please

Re: JSOs, SingleJsoImpl, and Generators

2009-11-19 Thread br...@google.com
Your thinking makes perfect sense, but if I recall correctly, there's an implementation detail that prevents this exact scenario (that is, generating JSO impls of interfaces). It's a feature we haven't gotten to yet, and it won't make it into 2.0, sadly. On Nov 19, 7:09 am, Brendan wrote: > Now t

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread br...@google.com
The FF 3.5 crash (assuming you're seeing the same thing we are) is definitely a known thing, and it's a very high priority bug. On Nov 19, 5:27 pm, Yozons Support on Gmail wrote: > I wish I had a fixed way to make it happen, but it seems like I get a few > different scenarios. > > Sometimes, afte

Re: GWT vs ExtJs

2009-11-19 Thread Palani
Thank y'all for your feedback. On Nov 19, 11:58 am, David Durham wrote: > > On Thu, Nov 19, 2009 at 12:11 PM, Palani wrote: > >> We are evaluating GWT and Ext-JS for our application development. > > >> With GWT,  I do not need to mess with Java Script and all the > >> development can be done in

Re: cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread John O'Conner
Anyone have any ideas about this? If my question is too vague or ill- formed, please let me know. I'm curious about your answers to this and want to make the question as easy to respond to as possible. Thanks again! On Nov 19, 12:51 am, "John O'Conner" wrote: > I noticed that the XSTemplate.js

Re: MouseOverHandler not called for text of Checkbox

2009-11-19 Thread dave
First and only time I'll bump this, but I've yet to find a solution. Adding a MouseOverHandler to the GWT CheckBox widget only fires when mousing over the checkbox itself from the top, left, or bottom. It does not fire when mousing over the text label or when moving from the text over the actual

Re: UiBinder and "no appropriate method" error

2009-11-19 Thread Jeff Chimene
On Thu, Nov 19, 2009 at 10:55 AM, Thomas Matthijs wrote: > On Thu, Nov 19, 2009 at 18:35, Jeff Chimene > wrote: > > Hi, > > > > I'm trying to decode the following error using 2.0-rc1: > > 10:21:33.040 [ERROR] In , > > class TextBox has no appropriate setMaxLength() method > > > > Am I doing this

Re: JSNI syntax question - calling Java methods from JSNI

2009-11-19 Thread Bryan
I came up with something that works by making 'javaMethod' static. I can call it like so that way. @com.foo.bar.MyClass::javaMethod This feels a bit like I'm jumping through a hackish hoop simply because I don't know the syntax that is likely available to me for doing the job. Any help would be

Re: GWT on PlayStation 3 (PS3) browser

2009-11-19 Thread bosco monkey
I just used this browser test - http://design215.com/browser2.php - on my PS3 and its browser respond to a lot of IE5, 6, &7 features. I suspect that since the reported user-agent string is "Mozilla/5.0 (PLAYSTATION 3; 1.00)", none of GWT's IE code is being loaded. I'll try to figure out how to fo

JSNI syntax question - calling Java methods from JSNI

2009-11-19 Thread Bryan
I'm following the example seen here for 'calling Java methods from JSNI' and it works great. http://googlewebtoolkit.blogspot.com/2008/07/getting-to-really-know-gwt-part-1-jsni.html I'm trying to do something slightly different though. Here's what it is. package com.foo.bar; public class MyCla

Bloquear copy - paste

2009-11-19 Thread Jochelo
Ya tengo bloqueado el segundo botón con una función java script, ahora quisiera saber cómo bloquear "ctrl + v" de forma genérica con una función global o con alguna función para cada campo. Lo que quiero llegar a hacer es que no peguen letras con "ctrl + v" en un campo numérico. Gracias. -- You r

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread Yozons Support on Gmail
I wish I had a fixed way to make it happen, but it seems like I get a few different scenarios. Sometimes, after lots of code changes while the debugger is running, when I save the client .java file in Eclipse and it's compiled, FF will crash. Other times, it's when I click RELOAD after making chan

listbox that contains widgets instead of just text..

2009-11-19 Thread Jaimon
hi, i have need to create a listbox/drop down that create something other then just plain text, can some one show me how to do it? or tell me if it is possible to do it? regards Me -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post

Re: Problems using SliderBar from incubator project

2009-11-19 Thread Steve Souza
http://groups.google.com/group/google-web-toolkit On Thu, Nov 19, 2009 at 4:15 PM, steve souza wrote: > I am using the SliderBar in the incubation project and have a few > questions. My general question is how do I use the Slider bar with > the incubator project for GWT 1.7? > > I did the foll

Problems using SliderBar from incubator project

2009-11-19 Thread steve souza
I am using the SliderBar in the incubation project and have a few questions. My general question is how do I use the Slider bar with the incubator project for GWT 1.7? I did the following. 1) Followed the instructions for using the incubator here. http://code.google.com/p/google-web-toolkit-inc

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread Chris Ramsdale
The terminate option in the Debug pane will behave just as it has in 1.7 and will terminate you application (thus terminating all open browser sessions). The new Web Application Debug View provides information regarding each browser session that is currently open. Thus is you were connected via FF,

Avoiding memory leaks during page/view changes in GWT module

2009-11-19 Thread Open eSignForms
My GWT module switches in different views based on what the user is doing...starting with a login page view, then a main menu view, which itself switches sub-views based on the option selected to work on. When I switch to a new view, I call a "deactivate" method on the view that's being taken out

Design Patterns

2009-11-19 Thread Lúcio Camilo
The component Composite and the object Command have something in common with the design patterns with same name? -- 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

GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread Open eSignForms
I am not sure why, but it seems after I start/stop debugging sessions one or two times, FF will crash when I try to launch a new debug session. I do submit the bug report when FF prompts, so not sure if that gets to anybody who can help resolve it. One thing I'm not clear about is when I need to

Re: How create an EAR with GWT and other jars?

2009-11-19 Thread Parvez Shah
try this http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/39e0ff6325e4d504/55bfd342d77ec910#55bfd342d77ec910 this will make your gwt project a normal dynamic web project, from then on it should be regular deployment On Fri, Nov 20, 2009 at 12:20 AM, Jason Essington < jas...@g

Re: How to handle image/gif response

2009-11-19 Thread Martin Trummer
if you only want to display an image there's no need for a form this might be useful: http://bit.ly/2Wgvtm On 19 Nov., 20:22, Martin Trummer wrote: > what are you trying to do? > > what is the form good for? > does it upload the image and afterwards you want to display this > uploaded image? > >

Re: How to handle image/gif response

2009-11-19 Thread Martin Trummer
what are you trying to do? what is the form good for? does it upload the image and afterwards you want to display this uploaded image? On 19 Nov., 13:01, zhangj5 wrote: > Hi all, > I have a question about how to handle image/gif type response on > client side, any suggestion will be great. > The

Re: How create an EAR with GWT and other jars?

2009-11-19 Thread Jason Essington
That is simply a packaging question, not really a GWT question ... Simply add your .war file to your ear and specify that it is there in your application.xml file -jason On Nov 19, 2009, at 9:47 AM, iaio81 wrote: > Hi all, > Iìve deployed GWT as WAR in JBOSS and EJBS as jars, I would put all >

Re: How create an EAR with GWT and other jars?

2009-11-19 Thread Dalla
I guess you could do it with maven somehow, but I´m not that good with maven, and tbh I have been asking myself this exact same question. Let´s hope someone can help :-) On 19 Nov, 17:47, iaio81 wrote: > Hi all, > Iìve deployed GWT as WAR in JBOSS and EJBS as jars, I would put all > them in EAR.

Re: GWT compiler option to simply validate code

2009-11-19 Thread MonkeyMike
Awesome! Thanks! :) On Nov 19, 2:19 am, Thomas Broyer wrote: > On Nov 19, 2:52 am, MonkeyMike wrote: > > > > > Hello, > > >    I am creating a GWT Overlay Type library, and have just written an > > ant build file for creating the JAR file that GWT applications will > > import.  To maintain code

Re: GWT vs ExtJs

2009-11-19 Thread David Durham
> On Thu, Nov 19, 2009 at 12:11 PM, Palani wrote: >> We are evaluating GWT and Ext-JS for our application development. >> >> With GWT,  I do not need to mess with Java Script and all the >> development can be done in Java. >> >> With Ext-Js, I need to learn JavaScript and it is not strongly typed

Re: GWT vs ExtJs

2009-11-19 Thread Yozons Support on Gmail
Remember, too, that EXTJS is GPL code so you either have to be pure open source or you need a commercial license. GWT's Apache license is more liberal and allows it to be used in commercial settings. -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

Re: UiBinder and "no appropriate method" error

2009-11-19 Thread Thomas Matthijs
On Thu, Nov 19, 2009 at 18:35, Jeff Chimene wrote: > Hi, > > I'm trying to decode the following error using 2.0-rc1: > 10:21:33.040 [ERROR] In , > class TextBox has no appropriate setMaxLength() method > > Am I doing this right? Do I have to set such attributes in the class? It converts the case

Re: GWT with IntelliJ?

2009-11-19 Thread Brian
I use IntelliJ and have never used the Eclipse GWT plugin (other than a hello world example long before I actually started creating something real in GWT). I find the GWT facet to be extremely helpful, mostly for code navigation and detecting errors with conventions that normally wouldn't be checke

UiBinder and "no appropriate method" error

2009-11-19 Thread Jeff Chimene
Hi, I'm trying to decode the following error using 2.0-rc1: 10:21:33.040 [ERROR] In , class TextBox has no appropriate setMaxLength() method Am I doing this right? Do I have to set such attributes in the class? I found an earlier post from TBroyer that seems to indicate that one just references

Re: GWT vs ExtJs

2009-11-19 Thread Christian Goudreau
The Ext-JS component library is richer than what comes with GWT only. Ext Js have done some nice work to get the JS library available in Java trough the GWT-EXT. You can see that on their website. There's also a EXT-GWT project based on Ext-JS, but you'll need the Js open sources library anyway.

GWT vs ExtJs

2009-11-19 Thread Palani
We are evaluating GWT and Ext-JS for our application development. With GWT, I do not need to mess with Java Script and all the development can be done in Java. With Ext-Js, I need to learn JavaScript and it is not strongly typed language. Any other guidance would be appreciated. Thank you in

Re: NT User name

2009-11-19 Thread Chad
Ben, You can use NTLM, LDAP, or Kerberos for that. The easiest (for both you and your users) is NTLM. You'll want to use the Jespa library (http://www.ioplex.com/). I am not affiliated with them in any way, but I do use the product. With that, all you need to do is add some settings to your web.xm

Re: GWT 2.0 + Netbeans

2009-11-19 Thread Aekold
Yes, gwt4nb is working with GWT 2.0 as you can see by Description of GWT4NBV2.6.9 on their downloads page. -- 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 unsubsc

How create an EAR with GWT and other jars?

2009-11-19 Thread iaio81
Hi all, Iìve deployed GWT as WAR in JBOSS and EJBS as jars, I would put all them in EAR. How can I include with Eclipse, GWT application in EAR module? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to go

GWT 2.0 + Netbeans

2009-11-19 Thread MN
i see there is a eclipse plugin. and some write with the gwt 2.0 milestone you need the eclipse plugin to get it work is there also a netbeans plugin from google planned? is 2.0 working with the exisiting GWT4NB plugin? -- You received this message because you are subscribed to the Google Grou

Re: Error from build checking for updates

2009-11-19 Thread ian12312
It is 1.7.1 - it has been working fine until it started trying to check for updates. On Nov 19, 11:30 am, Chris Ramsdale wrote: > Ian, > > What version of GWT are you attempting to build with? > > On Thu, Nov 19, 2009 at 10:27 AM, ian12312 wrote: > > I am building my GWT using ant and it has bee

Re: Error from build checking for updates

2009-11-19 Thread Chris Ramsdale
Ian, What version of GWT are you attempting to build with? On Thu, Nov 19, 2009 at 10:27 AM, ian12312 wrote: > I am building my GWT using ant and it has been working great until > now. I am now getting an error when GWT is attempting to check for > updates (see the error below). How can I eit

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

2009-11-19 Thread Ezra
Thanks for the info. It'll be useful as I develop my app. Ezra On Nov 17, 6:22 pm, Chris Ramsdale wrote: > Since both the client and server portions of GWT apps are written in Java > there's no reason why you couldn't run the client portion of your app on the > server. That said, there are a cou

NT User name

2009-11-19 Thread Benjamin
A little stuck on this today, there are some posts on the subject but the seem outdated. I'm building a web app using GWT the is running internally on a JBOSS Server. I need to get the user name of the current user logged into the XP Workstation (via Active Directory) who is viewing the web site.

Error from build checking for updates

2009-11-19 Thread ian12312
I am building my GWT using ant and it has been working great until now. I am now getting an error when GWT is attempting to check for updates (see the error below). How can I either fix the URL that it is attempting to access or simply stop it from trying to check for updates? Error: gwtc:

Re: Support for Streaming Video

2009-11-19 Thread Cristiano
it is a complex matter... what do you mean for "streaming video"? A. just to play a video file that reside on a server and it is accessed by HTTP, B. play a real video stream like: 1. RTSP + RTP (ietf standards) stream (i.e. rtsp://mystreamingserver:554/myStream) 2. RTMP (flash technology) s

How to handle image/gif response

2009-11-19 Thread zhangj5
Hi all, I have a question about how to handle image/gif type response on client side, any suggestion will be great. There is a service which responds for retrieving image (only one each time at the moment) from database. The code is something like, JDBC Connection Construct MYSQL query. Execute qu

Component Widget not visible in firefox

2009-11-19 Thread NTDeaf
Hi all... I'm taking the first steps on my own after successfully completing a couple of tutorials and books. However when I want to test my code on a real server, it does not display in the browser..When the code is compiled in the hosted browser, there is no problem. When I press the button Com

Internalization in GWT application..

2009-11-19 Thread Parasuraman
Hi All, How we can Localize the "OK" button in the Window.alert("Message"); in GWT..? Can you please tell me how we can localize OK button.. Please help to localize Window.alert(); Thanks in Advance... -- You received this message because you are subscribed to the Google Groups "Google Web To

background image issue - loading in gwt .js file to html page destroys background jpg

2009-11-19 Thread chewy
Hi, My HTML page has a background image jpg - set in the css file. When the page starts up - the image is displayed , but as soon as my GWT x.nocache.js file is being loaded in - the background image dissappears. Anybody got any ideas why this is and how I can fix the issue Thank you Chewy --

Navigation Canceled

2009-11-19 Thread A.M
I used gwt for one project more than one month without any problems. Yesterday, I worked it. It was OK. I closed project and run it after several minutes. But I saw Navigation Canceled in localhost. I use windows vista. But I don’t think it is related to my operating system. I did reset internet ex

External jars

2009-11-19 Thread bradrover
I've got a library I'm using in a GWT project. I exported it from another project and put it in a /lib folder in my GWT project. Is there a way I can get it to automatically copy to my WEB-INF/Lib folder during a compile, or do people normally just copy the jar there manually? I'm a java newbie so

GwtTestCase + ElcEmma

2009-11-19 Thread Jeff Larsen
I'm trying to get emma to work with GwtTestCase. I've followed the directions in http://code.google.com/p/google-web-toolkit/source/browse/tools/redist/emma/README.TXT but when I swap out the emma.jar in the com.mountainminds.eclemma.core_1.4.3.jar with the one from the previous repository and the

Re: Is there a UIBinder DTD or Schema?

2009-11-19 Thread Thomas Broyer
On Nov 19, 2:46 pm, Arthur Kalmenson wrote: > From what I've heard, it's being worked on, not sure when it'll be > released though. There's an XSD (two actually) on the SVN, that AFAIK is used in the Eclipse Plug-in "RC" (see [1]), but the SVN commit log said they would be removed for the 2.0 "

Re: Is there a UIBinder DTD or Schema?

2009-11-19 Thread Arthur Kalmenson
>From what I've heard, it's being worked on, not sure when it'll be released though. -- Arthur Kalmenson On Sat, Oct 31, 2009 at 7:01 AM, Maarten Volders wrote: > > Is there a UIBinder DTD or Schema so that I can enable it for xml auto- > completion within my IDE (IntelliJ). > > Thanks! > --~-

Re: Support for Streaming Video

2009-11-19 Thread Arthur Kalmenson
No, you would have to use flash or the HTML 5 video tag for that. -- Arthur Kalmenson On Tue, Oct 27, 2009 at 10:24 PM, compuroad wrote: > > Do GWT and AppEngine support streaming video? > --~--~-~--~~~---~--~~ > You received this message because you are subscri

Re: Navigation and GWT

2009-11-19 Thread Nathan Wells
1) Navigation: GWT doesn't specifically handle navigation, but rather, gives you tools to handle navigation. We use the EventBus paradigm described here: http://code.google.com/events/io/2009/sessions/GoogleWebToolkitBestPractices.html That video also gives a lot of great ideas for architecting y

JSOs, SingleJsoImpl, and Generators

2009-11-19 Thread Brendan
Now that a javascript overlay can inherit an interface, so long as it is the only JSO that does, is there anything preventing the use of Generators to define new JSOs? The use case I'm thinking of would be a javascript object that is partially (or entirely) defined by browser specific fields and m

Re: GWT compiler option to simply validate code

2009-11-19 Thread Thomas Broyer
On Nov 19, 2:52 am, MonkeyMike wrote: > Hello, > >    I am creating a GWT Overlay Type library, and have just written an > ant build file for creating the JAR file that GWT applications will > import.  To maintain code integrity, I make the JAR creation depend on > a java compile of all the code

Re: Decent development hardware for GWT ?

2009-11-19 Thread Paul Robinson
Zé Vicente wrote: > What means to have many permutations? Is it bad? In terms of code, > what it means? > When gwt compiles to javascript, one of the output lines says something like "Compiling 6 permutations". The number of permutations is the number of browsers your compiling for, multiplied b

cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread John O'Conner
I noticed that the XSTemplate.js file is differs between 2.0 RC1 and the trunk (specifically r7021). I am wondering what the implications are. In RC1, the XSTemplate.js (the cross-site linker template for the selection/landing js file) loads the target js file with a document.write("

Grid + horizontal split panel + form binding

2009-11-19 Thread noob_boy
I have a page with grid on top and a horizontal split panel below. Based on what is selected, I show some info in the two panels. The issue is that the form binding doesnt work at all. But if the remove the split panel and directly display the bottom half info, it works perfectly. This case I just