[ERROR] Line 25: No source code is available for type com.google.gwt.sample.showcase.client.content.text.RichTextToolbar; did you forget to inherit a required module?

2009-08-21 Thread Prashant Gupta
Hi, I am trying to use RichTextArea with RichTextToobar. I have added all the source files in \gwt-windows-1.7.0\samples\Showcase\src\com\google\gwt\sample\showcase\client to my source folder. Following is a snippet from my code : *Line 24 : *final RichTextArea content = new RichTextArea(); *Line

Re: XML Schema or DTD for GWT configuration files

2009-08-21 Thread George Georgovassilis
Sure, it's gwt-module.dtd in the root directory when you unzip the installation archive. On Aug 21, 10:54 pm, Eric wrote: > Is there an XML Schema or a DTD for the module.gwt.xml files? > If there is, I'd like to install it in my IDE so it can support me > while I write GWT configurations.  I sa

Re: Investigation

2009-08-21 Thread DuoCentillion
Agreed - nothing to do with Google Web Toolkit or if it is, only very indirectly. Everything here is free. On Aug 22, 4:52 am, Tom Ball wrote: > That transaction has nothing to do with Google Web Toolkit, as everything > related to it is free to download and use. A quick search for "web toolkit

Re: Investigation

2009-08-21 Thread Tom Ball
That transaction has nothing to do with Google Web Toolkit, as everything related to it is free to download and use. A quick search for "web toolkit" found lots of different technologies and products, so this won't be easy to track down via the web. Perhaps the bank that issued the debit card can

Re: gwt 1.6 and oophm, how to?

2009-08-21 Thread Sky
Could someone direct me how to use "trunk"? From what I gather, "trunk" is just the latest repository for the gwt source code. I have a gwt project already started and I don't want to break it by doing this. I want to be able to switch between trunk and gwt 1.7 stable for the same project. Is that

Re: URL rewrite problem

2009-08-21 Thread Ian Bambury
GWT is on the client. URL rewriting is done on the server. Ian http://examples.roughian.com 2009/8/21 Bhayat > > it is not what i mean that,it is urlrewriting actually.but i think gwt > can not support fully :( > > On 21 Ağustos, 21:00, Sumit Chandel wrote: > > Hi Bhayat, > > I'm not sure for

Re: TextBox.setFocus() - strange (and annoying) behavior.

2009-08-21 Thread Ian Bambury
I can't reproduce this in 1.7. I haven't heard of anyone having this problem before in any other version. If you had supplied some code to reproduce this, that would have been useful. All the above also applies to the other two problems you posted recently. Ian http://examples.roughian.com 20

Page flickering on FF 3.5

2009-08-21 Thread Dominik Steiner
Hi there, we have a web app based on GWT that you can see at http://beta.homeprodigy.com/index.php?main_page=map this page is now flickering when you load it with FF 3.5. On FF 3.0 it was working fine. My only guess is that it might have to do something with DeferredCommand.ad

Re: Textbox event key code not case sensitive?

2009-08-21 Thread Thomas Broyer
On 21 août, 21:02, Rakesh wrote: > Thomas, I am not sure I understand what you are saying. I need the > last char pressed by the user(on key down/up). How do you get that? Use KeyPress. KeyDown/KeyUp are for the gestures you're doing with your fingers on your keyboard. For example: a. you pr

Re: PHP in hosted mode

2009-08-21 Thread Tiago Z.C
Hi I have the some doubts of you. With the help of the group here, where you can see on: http://groups.google.com/group/Google-Web- Toolkit/browse_thread/thread/120cc09386493f29/192060512c53b17d?lnk=raot and with this tutorial: http://www.gwtsite.com/working-with-php-in-gwt-hosted-mode/ i could

Re: Textbox event key code not case sensitive?

2009-08-21 Thread Ian Bambury
You can use onKeyPress which will give you the character. Key up/down gives you the key code not the character code. If you want the character, you have to amend the key code by checking the shift/alt gr/alt/ctrl and any other keys that might affect what you are trying to get. Ian http://examples

How to Create a Gwt Components .jar lib?

2009-08-21 Thread Tarlis
Hi all, I look in the web hardly and tryed many things to know how to do a library project with GWT. In other words, I try to create: 1. A GWT project in Eclipse => For client components; (package like: org.exemple.ComponentsProject) 2. My Project in Eclipse => whose will use that components;

Re: SuggestBox onKeyDown event received two times for one key down, bug or feature?

2009-08-21 Thread Thomas Broyer
On 21 août, 15:48, erkap wrote: > I've a SuggestBox and have added a KeyDownHandler to it like this: > > suggestBox.addKeyDownHandler(new KeyDownHandler() { > >          public void onKeyDown(KeyDownEvent event) { > >             switch (event.getNativeKeyCode()) { >             case KeyCodes.K

XML Schema or DTD for GWT configuration files

2009-08-21 Thread Eric
Is there an XML Schema or a DTD for the module.gwt.xml files? If there is, I'd like to install it in my IDE so it can support me while I write GWT configurations. I saw none in gwt-user.jar. Respectfully, Eric Jablow --~--~-~--~~~---~--~~ You received this message

Re: URL rewrite problem

2009-08-21 Thread Bhayat
it is not what i mean that,it is urlrewriting actually.but i think gwt can not support fully :( On 21 Ağustos, 21:00, Sumit Chandel wrote: > Hi Bhayat, > I'm not sure for what purposes you want to perform a URL rewrite, but > perhaps the following method to replace the current URL from within GW

Investigation

2009-08-21 Thread bwh MPD
Please excuse the interruption. I'm a cop with zero programming knowledge. A lady has come in stating her debit card was abused because of a charge to her account for $21.00 with the notation WebTool Kit. This site looks pretty legitimate to me. Does anybody know about $21.00 charges for use o

Image with embeded text

2009-08-21 Thread svanhook
Does anyone know how I can put text on an image using gwt? I need to be able to dynamically change the text when requested. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post t

Question about app context.

2009-08-21 Thread David C. Hicks
I have an app that I'm slowly converting to GWT. We have some icons located in the "/images" directory. When I want to test the app locally, I run it as a WAR under Jetty using the Maven Jetty plugin. (jetty:run-war). Referencing images is simple. For instance: works great! Now, I take th

Re: REST : It's maybe time to add Http methods PUT & DELETE

2009-08-21 Thread Thomas Broyer
On 21 août, 18:55, Sumit Chandel wrote: > HI all, > The GWT team also agrees with you. See Issue #3388 (link below) to receive > updates once the fix for this has shipped. It is currently planned for the > GWT 2.0 release and is marked as a high priority fix. > > Issue #3388:http://code.google.

Re: Question about app context.

2009-08-21 Thread David C. Hicks
To *almost* answer my own question, I think this comes down to knowing what the web context root is to be pre-pended to URLs. So, now I'm looking for a way to get that context root. David C. Hicks wrote: > I have an app that I'm slowly converting to GWT. We have some icons > located in the "/im

Re: Question about app context.

2009-08-21 Thread David C. Hicks
Found it. GWT.getHostPageBaseURL(). David C. Hicks wrote: > To *almost* answer my own question, I think this comes down to knowing > what the web context root is to be pre-pended to URLs. So, now I'm > looking for a way to get that context root. > > > --~--~-~--~~~---

Jmockit and hosted mode test

2009-08-21 Thread Marcelo Sena
Hi guys, is any of you using jmockit with Hosted mode? I'm trying to do so but some errors wont let me run the tests: Starting HTTP on port 0 HTTP listening on port 58696 Refreshing module from source Validating newly compiled units Removing units with errors [ERROR] Errors i

Re: FlowPanel displays in column not in row

2009-08-21 Thread Richard
I have finally found the InlineLabel which match this purpose. Thank you for yours propositions. Richard. On 21 août, 16:31, Richard wrote: > Hi all, > >   I'm new to GWT and I've tryed to display some labels in a flow > panel. Unfortunately they are displayed as in a VerticalPanel. Where > am

Debuger problem , Eclipse plugin , GWT team attention / Expression / Watch

2009-08-21 Thread Aladdin
Hi I notice a bug in GWT / Eclipse if you have a this code Element e = DOM.get... //Some element Now try to add a watch to this "e.getString()" this is the error that I'm getting (in the Expression window) Method "getString" with signature "()Ljava/lang/String;" is not applicable on this obj

TextBox.setFocus() - strange (and annoying) behavior.

2009-08-21 Thread BobM
I an using GWT 1.6.0.18. I found no reference of this matter in either the 1.7 release notes nor the issues tracking list. I have a TextBox into which I can enter text. I have a keyboard listener camped on the TextBox, looking for a "key_enter" and upon intercepting that event will execute a me

TextBox.setReadOnly(true) - strange and unexpected behavior.

2009-08-21 Thread BobM
I an using GWT 1.6.0.18. I found no reference of this matter in either the 1.7 release notes nor the issues tracking list. I use a TextBox where I enter some text, then update a database record with this data. Once I successfully enter this data into the TextBox and update the database, I want

Re: New window for file download is closing

2009-08-21 Thread mdwarne
Is it possible that the file requires a plugin that is not available to the IE7 browser? For example PDF, etc? Thanks, Mike. On Aug 20, 10:03 am, Daniel Jue wrote: > Hi, > > I am streaming a file back using a new window and a call to a servlet. >  This works fine locally and even in hosted mo

Re: when should we use GWT RPC and HTTP mechanism to communicate to server

2009-08-21 Thread venki
Ok i got the point. Thank you dave On Aug 20, 2:31 am, DaveS wrote: > I don't think you're ever *forced* to use RPC, it simply requires > writing a lot less code than writing a servlet, parsing XML, returning > XML and parsing that result in the client. GWT makes it very easy to > use RPC, b

ListBox scrollbar inadequacy

2009-08-21 Thread BobM
Well ... maybe just a strange behavior. I an using GWT 1.6.0.18. I found no reference of this matter in either the 1.7 release notes nor the issues tracking list. I use a ListBox sized to display three items. Most times I put more than 3 items in it. I do get a scrollbar on the right side of

Re: Is it possible to "clone" Widgets?

2009-08-21 Thread Rakesh
typo: private class TestClone extends Composite{ public TestClone (TestClone src){ setElement(new HTML(src.toString()).getElement ()); } public TestClone (){ initWidget(new VerticalPanel(){

Re: Textbox event key code not case sensitive?

2009-08-21 Thread Rakesh
Thomas, I am not sure I understand what you are saying. I need the last char pressed by the user(on key down/up). How do you get that? On Aug 14, 6:31 pm, Thomas Broyer wrote: > On 14 août, 21:37,rakeshwagh wrote: > > > > > Today While extending the TextBox, I encountered very strange > > behavi

Re: What is Google App Engine?

2009-08-21 Thread Dalla
Google App Engine is Googles cloud platform, which allows you to use Googles existing infrustructure for your own projects. You don´t need to use it at all if you don´t want to. Read more at http://code.google.com/intl/sv-SE/appengine/ On 21 Aug, 19:14, GTM wrote: > I accidentally enabled it an

Re: when should we use GWT RPC and HTTP mechanism to communicate to server

2009-08-21 Thread venki
Ok fine Mike.. Any way i observed that from programmer perspective usage of RPC saves from lot of burden( i mean data transfer exchange) Thank you Mike On Aug 19, 11:57 am, mdwarne wrote: > Hi venkl, > > We use RPC because it makes things so simple. > For some of our service calls we pass ja

Is GWT 1.7 compatible with JSPs using Java 1.5 features?

2009-08-21 Thread Steve Nies
Please forgive this newbie post but I am under extreme schedule pressure and cant find an answer anywhere on the web. Can anyone tell me if JSPs using Java 1.5 features can now run under hosted mode within Eclipse 3.4? If so would someone please post a how-to? Any help would be greatly apprecia

Re: Forcing a TextArea to scroll

2009-08-21 Thread mdwarne
I'm not sure about a textarea. But you can do this using a ScrollPanel. You can add a FlowPanel to your ScrollPanel. All your text messages can be Label Widgets that you Add to your Flow Panel. After adding the Label Widget you can call: scrollPanel.scrollToBottom(); Or... scro

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-21 Thread Steve Nies
On Aug 21, 1:39 pm, Sumit Chandel wrote: > You should consider reusing one module in the other, or if that's not > possible because of library incompatibilities between GWT and GWT-Ext, > switching to only one of the two solutions and creating one module that can > be compiled monolithically. Th

Re: URL rewrite problem

2009-08-21 Thread Sumit Chandel
Hi Bhayat, I'm not sure for what purposes you want to perform a URL rewrite, but perhaps the following method to replace the current URL from within GWT client-side code could help: Window.Location.replace(String newUrl) Hope that helps, -Sumit Chandel On Wed, Aug 19, 2009 at 1:42 AM, Bhayat wr

Re: GALGWT, Eclipse 3.5 / Galileo, and GWT 1.7 -- how to add this or any other GWT library to projects?

2009-08-21 Thread Sumit Chandel
Hi Julian, You'll also need to add the Gears module to your GWT module XML file. This is probably the step you were missing that led to the hosted mode crash you observed after trying to run with the gwt-gears JAR on the project and launch configuration classpath. Specifically, what you'll need to

Re: JavaScriptObject on trunk causes AbstractMethodError

2009-08-21 Thread Robert Zaleski
Just a follow up, If I drop the generics, it works but then I have to cast everywhere. ba. --~--~-~--~~~---~--~~ 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-w

Re: GWT Examples

2009-08-21 Thread Sumit Chandel
Hi Douglas, Also, feel free to add these examples to the GWT Gallery (link below) if you'd like. GWT Gallery: http://gwtgallery.appspot.com/ Cheers, -Sumit Chandel On Tue, Aug 18, 2009 at 5:03 PM, Douglas wrote: > > Hey all, > >I'm new to GWT also but have a few working examples that were

Re: Problem with GWT RPC when parameter contains collection.

2009-08-21 Thread Arkady
Actually the request is never posted and therefore never arrives to the impl class. I suspect that the problem is with the serialization of the MyItem class. On Aug 20, 5:42 pm, tolga ozdemir wrote: > Can you post the method of your impl class here to investigate the > problem? I do not know yet

ant build fail with GWT 1.7.0

2009-08-21 Thread Simon
Hi there, I met a problem when building the sample Hello in the samples directory with GWT 1.7.0. The build process is shown as below. Buildfile: build.xml libs: javac: gwtc: [java] Loading module 'com.google.gwt.sample.hello.Hello' [java][ERROR] Failure while parsing XML

Re: RPC taking longer with each iteration

2009-08-21 Thread Thomas Matthijs
This reminds me of http://pupius.co.uk/blog/2007/03/garbage-collection-in-ie6/ Dunno if it's related tho. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email

Re: Works on hosted mode but failed on Tomcat

2009-08-21 Thread Sumit Chandel
Hi Jethro, Compare the hosted mode launch configuration classpath to the libraries that you've deployed with your application on Tomcat to see if there are any missing libraries, specifically the one containing the org.apache.digest.Digester class. I also noticed that you're using the Gilead proje

Re: Is it possible to "clone" Widgets?

2009-08-21 Thread Rakesh
It is not impossible, though not very straight forward; To start with, you can create a simple replica of any of your widget by flattening it into html, and creating element out of this html. private class TestClone extends Composite{ public TestComposite(TestClone src){

Re: REST : It's maybe time to add Http methods PUT & DELETE

2009-08-21 Thread Sumit Chandel
HI all, The GWT team also agrees with you. See Issue #3388 (link below) to receive updates once the fix for this has shipped. It is currently planned for the GWT 2.0 release and is marked as a high priority fix. Issue #3388: http://code.google.com/p/google-web-toolkit/issues/detail?id=3388

Re: StackPanel IE8 standard mode problem

2009-08-21 Thread Sumit Chandel
Hi MiSt, Could you create an issue report for this on the Issue Tracker, attaching a screenshot of what it looks like on IE8 and IE7 or FF3 where it looks the way you want. Issue Tracker: http://code.google.com/p/google-web-toolkit/issues/list

Re: GWT1.6.4 multiple module and gwt-ext

2009-08-21 Thread Sumit Chandel
Hi Vlad, If I understand correctly, you have one GWT module built with GWT itself, and another module built with GWT-Ext, and you're adding both modules to the same page? If that's the case, I can see how this error could occur, but it's probably not a good idea to develop two independent modules a

Hosted Browser problem

2009-08-21 Thread Karthik
I am using GWT 1.6 with Eclipse 3.4.0 i am getting this wired issue. I tired to do the workaround mentioned in http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/8811c8d9fb471193 but the problem is not resolved. [SPAM] fields=Accept: image/gif, image/x-xbitmap, image/jpeg, ima

Re: FlowPanel displays in column not in row

2009-08-21 Thread Alejandro D. Garin
try this: public void onModuleLoad() { FlowPanel flow = new FlowPanel(); flow.setWidth("100%"); for(int i = 0 ; i < 10 ; i++) { Label l = new Label("Label"+i); l.getElement().getStyle().setProperty("display", "inline"); flow.add(l); } RootPanel.get().

Re: Adding GWT to an existing project in Eclipse, GWT compiler throws java.lang.NoSuchMethodError

2009-08-21 Thread Jason Essington
Move the GWT libraries up in your classpath. They should be right after your source directory and before anything else. -jason On Aug 21, 2009, at 9:11 AM, dm3sol wrote: > > I was searching for this error over this group and did not find > similar issue, so I thought this is a note for the ot

Re: Migration from 1.5 to 1.6 and 1.7

2009-08-21 Thread Sumit Chandel
Hi Erik, Are you using XercesImpl classes in your actual application code? If not, try removing it from your project and hosted mode launch configuration classpath and see if the error still occurs. You mentioned that you tried adding it, which suggests that it wasn't present the first time it occu

What is Google App Engine?

2009-08-21 Thread GTM
I accidentally enabled it and the program I moved over said that some lines were not supported. I tried reading up on it on google but im a little confused. Do I need it to upload stuff onto the internet, or for my programs to work? --~--~-~--~~~---~--~~ You receive

Changing focus on another browser window/tab

2009-08-21 Thread Ice13ill
If i open another window or tab with a gwt Anchor let's say... is it possible to select that window/tab from within the code ? or just another opened window/tab. Is there a method like .getOpenedWindows() - Window[] ? or .getWindowByTitle(String title) or smth like that ? --~--~-~--~~

Re: Facing issues with RPC - while upgrading GWT from 1.5 to 1.7

2009-08-21 Thread Sumit Chandel
Hi Karan, Thanks for looking into this. Can you tell me the value of the moduleBaseURL parameter coming into the doGetSerializationPolicy() method, or more importantly, the value of the serializationPolicyFilePath at the line declaring an assigning the InputStream is object to null? In GWT 1.6, us

Re: Is it possible to "clone" Widgets?

2009-08-21 Thread Andrei Fifiita
Do you mean overriding the method clone() ? eventually making it public ? On Fri, Aug 21, 2009 at 4:21 PM, Arthur Kalmenson wrote: > > AFAIK, you're going to have to write this clone method yourself. > > -- > Arthur Kalmenson > > > > On Mon, Aug 17, 2009 at 5:11 PM, Ice13ill wrote: > > > > any su

Re: FlowPanel displays in column not in row

2009-08-21 Thread Jeff Chimene
On 08/21/2009 07:31 AM, Richard wrote: > > Hi all, > > I'm new to GWT and I've tryed to display some labels in a flow > panel. Unfortunately they are displayed as in a VerticalPanel. Where > am I wrong ? (gwt 1.7, eclipse 3.3, App engine 1.2.2) I think the issue is that the FlowPanel widget u

Re: Deferred binding for mobile browser support

2009-08-21 Thread Julian Harris
Thanks Sumit as always -- can I check why the fall-through class exists at all? It seems a little redundant for something to replace itself! :) I know that's what the docs say ... but why I wonder? On Aug 10, 11:53 pm, Sumit Chandel wrote: > Hi Michael, > If you could elaborate a little more on

JavaScriptObject on trunk causes AbstractMethodError

2009-08-21 Thread Robert Zaleski
I figured I'd ask here before I open a bug report. I don't know if it's unwanted to open bugs against trunk, but I'm running into this problem, and thought it'd be good to bring up. For some brackground, I've got a large amount of JavaScript code, and I'm refactoring some components to GWT and i

FlowPanel displays in column not in row

2009-08-21 Thread Richard
Hi all, I'm new to GWT and I've tryed to display some labels in a flow panel. Unfortunately they are displayed as in a VerticalPanel. Where am I wrong ? (gwt 1.7, eclipse 3.3, App engine 1.2.2) Module public void onModuleLoad() { FlowPanel flow = new FlowPanel(); flow.setWidth("1

Re: beginner

2009-08-21 Thread Tom Ball
Yes, this is the wrong group, but all is forgiven since "Google Web Toolkit" has too broad of a name since these days most of the interesting API work is web-related. :-) You want Wave's main project page, http://code.google.com/apis/wave/, then click on the Group link to browse and join its mailin

Re: Confused about GWT + App Engine

2009-08-21 Thread philipmac
Just to clarify, all of the AppEngine stuff runs exclusively upon Google Hardware, correct? That is, I cannot get my own local instance of an AppEngine. On Aug 21, 9:56 am, Arthur Kalmenson wrote: > GWT is server side agnostic, except with the addition of GWT-RPC for > Java based backends. You

Re: RPC taking longer with each iteration

2009-08-21 Thread Vikrant
Hi Daniel, We log the time stamp just after the RPC is fired from client. And, log another time stamp the moment RPC reaches server. We calculate the time that RPC takes to reach servlet from the client by taking the difference between these 2 timings. At present, the client and the server both a

Re: JSONValue variable throwing runtime exception.

2009-08-21 Thread Tarek
Thank you very much for your reply. I should've see that sooner. Just a note to anyone who finds this via a search; make sure your PHP returns numbers are numbers not quoted strings, otherwise your script will silently fail when you try to assign your numeric value to a double. PHP will automati

Creating a plugin framework with GWT

2009-08-21 Thread Dave
Hi, I am trying to figure out how to create a plugin framework with GWT, let me explain I have created an application that has a menu on the left side and a form on the right site of the screen. The menu is a tree and the form is a vertical panel (think of the example mail application). I

Gwt Portlets and Fries on the side

2009-08-21 Thread Shannon Sumner
Hello all, I need your advice. I've really fallen in love with Gwt for my web projects - especially "Ext Gwt". I've been using the tool to create very attractive apps for my company intranet. My boss would like me to assemble these apps within a portal structure. I've read a lot about doing t

Re: Confused about GWT + App Engine

2009-08-21 Thread Arthur Kalmenson
GWT is server side agnostic, except with the addition of GWT-RPC for Java based backends. You can include GWT in JSP pages, it's just a matter of loading the JS. Neither takes precedence over the other. -- Arthur Kalmenson On Tue, Aug 18, 2009 at 12:29 PM, mthakershi wrote: > > Hello, > > I ha

Adding GWT to an existing project in Eclipse, GWT compiler throws java.lang.NoSuchMethodError

2009-08-21 Thread dm3sol
I was searching for this error over this group and did not find similar issue, so I thought this is a note for the others in case you would hit this GWT compilation error after you add GWT in your existing project that happens to have Apache Tomcat libraries in the classpath : [ERROR] Unexpected

SuggestBox onKeyDown event received two times for one key down, bug or feature?

2009-08-21 Thread erkap
I've a SuggestBox and have added a KeyDownHandler to it like this: suggestBox.addKeyDownHandler(new KeyDownHandler() { public void onKeyDown(KeyDownEvent event) { switch (event.getNativeKeyCode()) { case KeyCodes.KEY_ENTER: System.out.println("KEY

Re: gwt application does not run ie7

2009-08-21 Thread Arthur Kalmenson
We haven't had any issues with IE 7. Is there any JS error that you're seeing in IE 7? Did you restrict to what GWT can compile to in your module? -- Arthur Kalmenson On Mon, Aug 17, 2009 at 4:45 PM, aftershock wrote: > > Hi, > I created a gwt application > > It runs under current Chrome,

extgwt Events.Submit issue

2009-08-21 Thread Lucas de Oliveira
Hi all, I'm currently using gwt 1.6 and gxt 2.0 (extgwt 2.0) and I'm having a huge problem on how to catch the submit response of a form submit. I've got the following client side code: ** *//... this.setMethod(Method.POST); this.setEncoding(Encoding.MULTIPART); this.setAct

Re: Post Sorting in google groups

2009-08-21 Thread Arthur Kalmenson
Not sure, but you might be able to do that with a query in Gmail or some other mail client. I don't think you can do that in Google Groups... -- Arthur Kalmenson On Mon, Aug 17, 2009 at 4:20 PM, Lucas Neves Martins wrote: > > I don't think this is the right place to ask, but anyway I'll give i

Re: Is it possible to "clone" Widgets?

2009-08-21 Thread Arthur Kalmenson
AFAIK, you're going to have to write this clone method yourself. -- Arthur Kalmenson On Mon, Aug 17, 2009 at 5:11 PM, Ice13ill wrote: > > any suggestions? tips? > > On Aug 13, 4:53 pm, Ice13ill wrote: >> If i have aWidget, in a VerticalPanel let's say, and i want to add >> awidgetwith the sa

tabpanel widget and hovering

2009-08-21 Thread Marko Vuksanovic
I have tried to apply a hover style to tab panel items. I have applied it in the project's css file as follows: .gwt-TabBar .gwt-TabBarItem:hover { background:#2647a0 url(../images/sprite.png) repeat-x left -1300px; border:solid #a3a3a3; border-widt

Re: MVP question

2009-08-21 Thread Ian Bambury
What if you broke out each form field into its own view, presenter and interface all of which extend basic abstracts? Your main interface would look like FirstNameInput getFirstName(); SurnameInput getSurname(); EmailInput getEmail(); and so on You could then do things like FirstNameInput first

Re: Widgets

2009-08-21 Thread Yanick
On Aug 20, 4:57 pm, Alexei Telles wrote: > Hi folks, > > What widgets do you use in your GWT application? > > Currently I am using GWT widgets, but they are basic widgets i think. > And there are only about 30 or more. > > I was searching for new options on the web and I found the GXT. > > In my

Reading image file from jar

2009-08-21 Thread ajaxDeveloper
I want to read the image files from jar file deployed at server. Please help me with some example how can i achieve this. my xyz.jar file is in WEB-INF/lib/xyz.jar My GWT Image Widgets need to be created by the Image stored in xyz.jar. I need urgent help... I will be grateful Anees --~--~

ServletOutputStream Closed while downloading xls stream in GWT

2009-08-21 Thread vijjj
I have a simple servlet in my GWT application that creates a Excel sheet (Using JXL library) and writes the outputstream to the response. But this ends up in the following exception. The result is same when I use Window.open/RequestBuilder and even when I do form submit. I am using GWT/Apps Eng

beginner

2009-08-21 Thread John Cullen
I am a java programmer and i saw the the key note on you tube about the wave amazing. I develop in netbeans and I am wondering if 1.I can use this ide to develop in wave 2.I want to do some beginner tutorials. Does anyone have any advice before I start . P.S. If this post is in the wrong area

File Upload using GWT-EXT FormPanel

2009-08-21 Thread Kedar
Hi all, I want to use file upload facility in my application along with GWT- EXT features. Whatever I serched for File Upload suggests that you should use GWT formPanel along with its submit method, which i am not able to do because of some other fields which i have taken from EXT. Please help

Re: Email from GWT appliction

2009-08-21 Thread mikedshaffer
Do the telnet. Smells like wrong port/firewall/SMTP blocking to me. The provider that you're using might have an SMTP server of their own, like comcast or whomever. Try that too... Good luck. On Aug 21, 4:58 am, Lothar Kimmeringer wrote: > abhiram wuntakal schrieb: > > >   Thanks for the piece

Re: "Use an Event Bus" - Ray

2009-08-21 Thread Nathan
Okay, thanks everyone for your comments. That certainly helps. Now I'd like to extend this topic to a "how" -- Do we have any good examples of an EventBus wrapper ("decorator?") for the HandlerManager class? I can think of a few different design approaches to it, and I'd rather stick to conve

Re: RPC taking longer with each iteration

2009-08-21 Thread LEDUQUE Mickaël
This could be because of the memory used byt the browser. We've seen this kind of problem with one application. Load time grew up very fast in IE6, a bit slower with IE8, and really slower with Firefox. When we studied that, we found that each RPC call caused memory allocation (about 160M with IE

google-web-toolkit@googlegroups.com

2009-08-21 Thread bruno
Hi guys, Just a precision : the article was written by Sumit Chandel, from GWT team, and I only contributed to it :-) Regards Bruno On 21 août, 04:00, davis wrote: > Hi Tolga - thanks for contributing that.  If you haven't already, you > should look into using spring to manage hibernate -- it

Re: Email from GWT appliction

2009-08-21 Thread Lothar Kimmeringer
abhiram wuntakal schrieb: > Thanks for the piece of information. But this is a personal home > system that I am using and there are no such blockings. So I am still > wondering why are my emails getting stuck!! Actually there are providers in the US that do this blocking as well. Have to tried

Re: user roles for GWT applications

2009-08-21 Thread Phineas Gage
On Aug 20, 4:46 pm, Laird Nelson wrote: > On Thu, Aug 20, 2009 at 9:39 AM, Zé Vicente wrote: > > > I would say that all you need to do is to use runAsync() to saparate > > Adm features from regular features and then make sure that on server > > side you check for each operation, if the user has t

Re: Email from GWT appliction

2009-08-21 Thread abhiram wuntakal
Hi Paul, Thanks for the piece of information. But this is a personal home system that I am using and there are no such blockings. So I am still wondering why are my emails getting stuck!! regards, abhiram On Fri, Aug 21, 2009 at 1:42 PM, Paul Robinson wrote: > > > Lothar Kimmeringer wrote:

Re: GWT hosted in JSF page doesn't work in Google Chrome

2009-08-21 Thread Virgo47
It indeed works! Thank you, Ted... funny thing is that I had the line commented under just a plain because contentType attribute was reported as unsupported in my IDE (maybe just a JAR mismatch, whatever). You made my day, Ted, thank you again! Virgo On Aug 20, 9:15 pm, ted wrote: > Check >

Re: How to configure Jetty in GWT

2009-08-21 Thread cschoett
Maybe one of my earlier post helps you: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cd39774877d1e320/8924f3f46c95b939?hl=en#8924f3f46c95b939 Regards, Christoph On Aug 19, 4:14 pm, "willemsl...@gmail.com" wrote: > Thanks for your answer, Lothar. > > The info on jetty y

Re: Email from GWT appliction

2009-08-21 Thread Paul Robinson
Lothar Kimmeringer wrote: > abhiram schrieb: > >> Can someone please tell me if I need to make any other changes to >> get this thing working or is there any method by which I can know what >> is the SMTP that I need to use. >> > > Do a telnet directly from that box to port 465 and 587.

Re: Email from GWT appliction

2009-08-21 Thread Lothar Kimmeringer
abhiram schrieb: > But i tried the same code at another system placed at US, but the > code did not work. It says could not connect to the SMTP host. I tried > a few other SMTP addresses namely "gmail-smtp-msa.l.google.com" and > "gmail-smtp.l.google.com" and all these work properly from India

evaluate nested forms

2009-08-21 Thread Tobe
Hi, I have a project with outer, middle and inner form. There is one outer form which can contain any number of nested forms (middle) and each middle form can contain any number of nested forms (inner). I know that I can't nest 's in HTML, but how can I solve the problem to evaluate this forms and