Re: plugin for firefox

2010-01-18 Thread Ewald Pankratz
Thanks very much for the hint On Jan 15, 11:07 pm, Sorinel C scristescu...@hotmail.com wrote: Can you set your dev. environment  like is said here?http://ui-programming.blogspot.com/2009/12/update-your-application-to... You'll find out why you have to put that gwt.codesvr parameter and

Re: GWT + Maven + JBOSS Issue

2010-01-18 Thread cupakob
i think, the parameter is needed for both - Host and Dev Mode. On 15 Jan., 17:03, Alexander the.malk...@gmail.com wrote: This parameter is only need when you run DevMode, right? 2010/1/15 cupakob sira...@gmail.com hi all, i have a project, which use GWT for the frontend. I can

Re: TRying to upload a file

2010-01-18 Thread Abdullah Shaikh
Yes you are correct. GWT has not automated file upload, it just submits the data to the server, where you need to get this data and store the file somewhere, as in any non-GWT project. - Abdullah On Mon, Jan 18, 2010 at 1:16 PM, Ewald Pankratz ewald.pankr...@gmail.comwrote: I am a newbie and

Re: How to compile multiple modules independent of each other

2010-01-18 Thread Ganesh
Hello Chris Sorry for being late, actually was out of office so could not check my emails. Here I want to extend GWT's library and provide a more powerful library to end users. e.g. I can provide a combo field where user can select multiple values as provided by gmail while composing mail for

Using inner handler classes vs implementing interface in holding class

2010-01-18 Thread shahid
In my application I always define an inner handler classes (implementing a handler interface) for all sorts of events e.g. ClickHandler, ValueChangeHandler etc. and then I use them in the main (outer) class using NEW handerl(). I could however use the outer class to implement the interface itself.

Re: Using inner handler classes vs implementing interface in holding class

2010-01-18 Thread Thomas Broyer
On Jan 18, 9:54 am, shahid shahidza...@gmail.com wrote: In my application I always define an inner handler classes (implementing a handler interface) for all sorts of events e.g. ClickHandler, ValueChangeHandler etc. and then I use them in the main (outer) class using NEW handerl(). I could

Two Gwt Applications Dependent to Each Other

2010-01-18 Thread Haydar
Hi, I have two gwt applications. One for the security side (login, account authentication etc.), the other one for displaying menus and screens according to the permissions that logged in user got. That was done like this and I mustn't change the architecture. Now I am wanted to upgrade the two

Re: Working in development mode in GWT with php

2010-01-18 Thread Thomas Broyer
On Jan 17, 8:33 pm, Djay gerald.co...@gmail.com wrote: I have also the same problem. On a global aspect, the question is how to setup the dev environment (most of people using eclipse) with GWT and PHP? It's as easy as deploying your app *once* (to get the *.cache.js and hosted.html on your

Re: GWT + Maven + JBOSS Issue

2010-01-18 Thread cupakob
I'm not sure, but without the parameter is also not working (see my first post)... On 15 Jan., 17:03, Alexander the.malk...@gmail.com wrote: This parameter is only need when you run DevMode, right? 2010/1/15 cupakob sira...@gmail.com hi all, i have a project, which use GWT for the

Re: GWT + Maven + JBOSS Issue

2010-01-18 Thread Alexander
I meant there is no need to use them in production (e.g. in real server) 2010/1/18 cupakob sira...@gmail.com i think, the parameter is needed for both - Host and Dev Mode. On 15 Jan., 17:03, Alexander the.malk...@gmail.com wrote: This parameter is only need when you run DevMode, right?

special characters

2010-01-18 Thread Akash Gupta
How do i use characters like or as browser considers text after/before them as a tag and messes up the whole thing . Some methods to encode/decode them are there or we need to do something else (like replaceall ) . Regards, Akash -- You received this message because you are subscribed to the

Re: GWT + Maven + JBOSS Issue

2010-01-18 Thread olivier nouguier
How to you run your server ? WTP Launch ? On Mon, Jan 18, 2010 at 10:45 AM, Alexander the.malk...@gmail.com wrote: I meant there is no need to use them in production (e.g. in real server) 2010/1/18 cupakob sira...@gmail.com i think, the parameter is needed for both - Host and Dev Mode.

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

2010-01-18 Thread Simon
Hi, I have just switched from openSUSE 10.3 to ubuntu 9.04 Am developing with eclipse 3.4, java 1.6 and gwt-linux-1.5.3 I get the error below after running the projects. --- Unable to load required native library 'gwt-ll'.

Re: Injecting Spring beans into GWT services

2010-01-18 Thread George Georgovassilis
Hello Marko, If you run into any problems, just ask the SL forum. The easiest way to get you started is with the GWTRPCServiceExporter - its a Controller which you can bind directly to an URL handler (like Springs SimpleUrlHandlerMapping) and to which you give a reference to your service bean. It

Re: Using inner handler classes vs implementing interface in holding class

2010-01-18 Thread shahid
Thank you Thomas. I think the argument of changing the contract of A is pretty strong :) I will stick to the neater pattern as is. Regards, Shahid On Jan 18, 8:59 am, Thomas Broyer t.bro...@gmail.com wrote: On Jan 18, 9:54 am, shahid shahidza...@gmail.com wrote: In my application I

Re: PNG Transparency in Internet Explorer

2010-01-18 Thread George Georgovassilis
To cut a long story short: 1. It is limited to IE6 2. If you use the 8-bit file format with a single bit transparency it will work in IE6 3. As a workaround, you can use a div, put the image inside the div, and use a filter (see IE filters) On Jan 17, 5:02 pm, Thomas Broyer t.bro...@gmail.com

Hyphenator

2010-01-18 Thread hriess
Is there anybody who is using the Hyphenator (http://code.google.com/p/ hyphenator/) together with GWT? I want to hyphenate the content of a simple FlowPanel. This FlowPanel is filled with a RPC method. For this I have defined a JSNI method private native void callHyphenator() /*-{

Re: special characters

2010-01-18 Thread Thomas Broyer
On Jan 18, 10:49 am, Akash Gupta akash.b...@gmail.com wrote: How do i use characters like or as browser considers text after/before them as a tag and messes up the whole thing . Some methods to encode/decode them are there or we need to do something else (like replaceall ) . It depends on

GWT DialogBox vertical position

2010-01-18 Thread morfeusys
Hi. When I use DialogBox on the page with big height (e.g. 3 screens) the dialog box is shown everytime on the top of page and scrolls it to top. Is any way to prevent scrolling when user is at the bottom of such page and invoke DialogBox? Thanks. -- You received this message because you are

Re: special characters

2010-01-18 Thread Rogério Valente
I suggest you create a key in the i18n file. In the applications we are developing with gwt, we just create it and point the widget's text propertie to this key. On 18 jan, 07:49, Akash Gupta akash.b...@gmail.com wrote: How do i use characters like or as browser considers text after/before

Re: modular GWT application ?

2010-01-18 Thread makoki
Why dont you use iframes? There could be a communication problem depending on how you want your application components to talk to each other but think this could work. Hope it helps On 17 ene, 19:32, maskac miroslav.mi...@gmail.com wrote: Hello, please can anyone help me with designing modular

Re: DockPanel Question

2010-01-18 Thread Sean
Ah ok, It seems that is common practice then. I will do that, I was just wondering if there's a nicer way to do it. Thanks for your suggestions! On Jan 16, 4:28 am, Abdullah Shaikh abdullah.shaik...@gmail.com wrote: On Sat, Jan 16, 2010 at 9:57 AM, Sean slough...@gmail.com wrote: So, I was

Google wave embed

2010-01-18 Thread cutout33
Hi all, Is there a way to embed google wave in a gwt panel or something? am trying to using this script http://code.google.com/apis/wave/embed/guide.html but the application crashes! does anyone have know how to do this? -- You received this message because you are subscribed to the Google

disable gwt flex table?

2010-01-18 Thread mariyan nenchev
Hi, I have flex table that i use to create Image button and i need to disable it but the Flex table does not extend FocusWidget. Any ideas? -- 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: Swing App on browser

2010-01-18 Thread Kenny G
The tool is called AjaxSwing. Creamtec, I believe. On Jan 17, 2:03 pm, Sorinel C scristescu...@hotmail.com wrote: There are 2 methods: 1. You can make your java swing application as applet, and add it to the HTML pages. 2. There is a tool to convert automatically the Java Swing GUIs to

Re: special characters

2010-01-18 Thread charlie
Link to the i18n file docs ? 2010/1/18 Rogério Valente rogerio.vale...@gmail.com I suggest you create a key in the i18n file. In the applications we are developing with gwt, we just create it and point the widget's text propertie to this key. On 18 jan, 07:49, Akash Gupta

How could i modify the padding in a gwt tree item

2010-01-18 Thread nacho
I want to render a gwt tree, but when gwt renders the items puts padding-left: 16px i want that gwt puts padding-left: -10px Is there any way? any method available? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

How could i get today date in a client class

2010-01-18 Thread nacho
Hi i want to do this and get today date in a client class: Date today = new Date(); but i dont't get today date, i get something wrong. -- 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: How could i get today date in a client class

2010-01-18 Thread Viliam Durina
What do you get? You should get the current date of the client's machine. Viliam On 18. Jan, 15:03 h., nacho vela.igna...@gmail.com wrote: Hi i want to do this and get today date in a client class: Date today = new Date(); but i dont't get today date, i get something wrong. -- You received

Re: special characters

2010-01-18 Thread Akash Gupta
data is coming from database.. and its the fed by user him self ... so cant use i18n On Mon, Jan 18, 2010 at 7:49 PM, charlie charlie.f...@gmail.com wrote: Link to the i18n file docs ? 2010/1/18 Rogério Valente rogerio.vale...@gmail.com I suggest you create a key in the i18n file. In the

Re: special characters

2010-01-18 Thread Akash Gupta
its like if the users give in Brandom text/B the tree node will come as bold text and it was show only random . further if he misses any '' or '' it will screw up whole tree and gui On Mon, Jan 18, 2010 at 8:34 PM, Akash Gupta akash.b...@gmail.com wrote: data is coming from database.. and its

Re: Injecting Spring beans into GWT services

2010-01-18 Thread Yaakov
Marko, Take a look at this blog which takes you step by step, explaining the whys as well as pros/cons of things. I believe, this is what you are trying to accomplish: http://codetrips.blogspot.com/2009/11/following-was-contributed-by-yaakov.html Yaakov. On Jan 13, 3:07 pm, marko

Re: SuggestBox does not have an addClickHandler

2010-01-18 Thread Matt Moriarity
I don't think you will be able to use @UiHandler in this case. You will have to do it the old-fashioned way and do mySearchBox.getTextBox ().addClickHandler(...) On Jan 16, 8:39 am, Alexander alexander.will...@googlemail.com wrote: Hi there, as stated at [1] and [2] it is easily possible to

Image Rotates Itself

2010-01-18 Thread Deerman
I am reading in an image from the user on the server side and copying it to the war folder. This process works fine. Then, through an RPC call, I get the location of the image and display the image to my Image object (which is placed in a VerticalPanel). The image is visibly, but the problem is

Developer Plugin on Linux fails with ClientBundle

2010-01-18 Thread Mariusz Goch (pH4Lk0n)
Hello, Sometime ago I posted to this group a problem with MenuBar Resources. Unfortunately I didn't get any solution for this problem so I looked around since. Today I've made unpleasant discovery. It all works on Windows. I never thought it before so I need to add that I use Linux 64bit

Re: DevMode 64-bit Linux InteliiJ IDEA

2010-01-18 Thread Mariusz Goch (pH4Lk0n)
Hi, I'm also using Linux 64bit with GWT 2.0 but it's now so trouble-free. Have you used ClientBundle or MenuBar? I cannot make it work on Developer Mode but it works fine after compilation. Can you try to make a new test project and just add this interface: public interface MyResources extends

Re: Maven users survey

2010-01-18 Thread monkeyboy
First of all I would like to thank You for taking time to address the issues which Maven users have. My comments might be slightly off topic since my project doesn't use Eclipse and the Google plugin for Eclipse but relies heavily on Maven, the wonderful gwt-maven-plugin (http://

Re: pre tags wrapping json response during image upload

2010-01-18 Thread Trevis
Kudos sir, it seems that worked like a charm. I had the type set to text/plain in my servlet. What javadoc has this recommendation? I'm just curious. Is it in the doc for GWT somewhere or in the apache commons doc? I actually got my base implementation for the file uploader from the Google Web

Re: Injecting Spring beans into GWT services

2010-01-18 Thread Alan Hadsell
On Jan 18, 9:53 am, Yaakov yaakov.chai...@gmail.com wrote: Marko, Take a look at this blog which takes you step by step, explaining the whys as well as pros/cons of things. I believe, this is what you are trying to

Re: TRying to upload a file

2010-01-18 Thread Richard Berger
Here's a link that I found pretty useful in using FileUpload with GWT... http://www.jroller.com/hasant/entry/fileupload_with_gwt Enjoy, RB On Jan 18, 12:30 am, Abdullah Shaikh abdullah.shaik...@gmail.com wrote: Yes you are correct. GWT has not automated file upload, it just submits the data to

GWT Desktop library

2010-01-18 Thread Alexander
Hi, I want to emulate Windows Explorer UI style. Is there any GWT library for that? You know, with folders, files and so on.. -- Regards, Alexander -- 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: OOPHM is slow

2010-01-18 Thread Arthur Kalmenson
JS wrappers won't benefit from the GWT compiler, so they would theoretically be slower. Have you tried without GXT? Is it much faster? We don't use GXT here and have no issues with dev mode startup, it's very fast. -- Arthur Kalmenson On Tue, Jan 12, 2010 at 10:06 PM, Tercio

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

2010-01-18 Thread emerix
Hi, I'm also still looking for some documentation on this ui:image tag. (and the other tags also : ui:data, ui:attribute, ...) Do anyone know how to put absolute path in the src attribute ? ui:image field=myImage src=com/mycompany/path/to/myImage.png/ ui:image doesn't work :/ Using relative

HandlerManager

2010-01-18 Thread PaulBee
Hello, I have implemented a ListBox that when loses focus (Blur) makes three butons disappear. My problem is that when I click on one of the buttons, GWT first calls the BlurHandler thus making the Button I have clicked disappear. Therefore, the OnClick event of the Button is never called. How

setting document.domain in gwt

2010-01-18 Thread mariyan nenchev
Hi, i need to set document.domain to some domain. I will try with native code: private static native void setDomain(String domain)/*-{ document.domain=domain; }-*/; But i want to ask you is there any other way? -- You received this message because you are subscribed to the

Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread jfagh
I am trying to integrate the opensource ReCaptcha on my GWT 2.0 app. I followed the instructions given at: http://wiki.recaptcha.net/index.php/Overview#Java.2FJSP And just like any added module, I added its JAR file to the lib directory and to the classpath. When I try to run the app with a new

Re: Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread Sudeep S
is ReCaptcha a gwt library or a simple java library. gwt module dicatates that source code be present in the lib that is refererred. On Tue, Jan 19, 2010 at 1:21 AM, jfagh jfa...@gmail.com wrote: I am trying to integrate the opensource ReCaptcha on my GWT 2.0 app. I followed the instructions

Re: Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread jfagh
Hi Sudeep, ReCaptcha is just a Java library. I added its JAR file to the lib/ folder and to the classpath. When reference methods from the library, the IDE doesn't complain but when I run the app it gives the error I listed above. I am not sure what you mean by: gwt module dicatates that source

Re: How could i get today date in a client class

2010-01-18 Thread Sean
You can try Date today = new Date(System.currentTimeMillis()); Be warned, this will be the client's machine, so the date can be anything. If it's for anything serious, you may want to get the date from the Server. On Jan 18, 9:03 am, nacho vela.igna...@gmail.com wrote: Hi i want to do this and

Re: RequestBuilder problem retrieve response

2010-01-18 Thread Thomas Broyer
On 18 jan, 21:16, ale aleee...@gmail.com wrote: no one has a similar problem? (and solved it?) Everyone once faced the Same-Origin Policy. http://code.google.com/webtoolkit/doc/latest/FAQ_Server.html#What_is_the_Same_Origin_Policy,_and_how_does_it_affect_GWT? In GWT 2.0 you can now use a

Pectin 0.5 released (and added MVP usage example)

2010-01-18 Thread Andrew Pietsch
Hi all, Pectin is an open source form binding and validation framework for GWT. Version 0.5 has just been released with various fixes and enhancements (see the release notes for details: http://code.google.com/p/gwt-pectin/wiki/ReleaseNotes). There's also a page discussing MVP and Presentation

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-18 Thread Erik Uzureau
The real question here is what do we all (on this thread) have in common that the rest of the world doesn't. Surely we are more than 6 people in the world using GWT 2.0 are we the only people with gwt-servlet.jar in /WEB-INF/lib in our SVN repositories or is it something else? Also, if

Re: GWT Desktop library

2010-01-18 Thread amjibaly
GXT's web desktop: http://www.extjs.com/examples/desktop.html is a good starting point. On Jan 18, 10:11 am, Alexander the.malk...@gmail.com wrote: Hi, I want to emulate Windows Explorer UI style. Is there any GWT library for that? You know, with folders, files and so on.. -- Regards,

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-18 Thread Erik Uzureau
A colleague of mine seems to have found a solution to this: http://code.google.com/p/google-web-toolkit/issues/detail?id=4463#c7 On Jan 18, 5:54 pm, Erik Uzureau uzur...@gmail.com wrote: The real question here is what do we all (on this thread) have in common that the rest of the world

Forms with Arrays

2010-01-18 Thread darkling
Is there an effective way of using GWT's FormPanel to post an array of values to a servlet? It's related to a file upload widget so I need to do this via a standard HTTP request rather than an RPC. The idea is that in addition to posting the file, the user can select several options as meta data.

The SimpleMaps example does not run under Tomcat

2010-01-18 Thread yc
Hello, I tested the SimpleMaps example here (http://code.google.com/docreader/ #p=gwt-google-apiss=gwt-google-apist=MapsGettingStarted) just fine in the development mode. But it did not work after I copied the content of the war to the webapps directory of Tomcat. All I got was this error: GWT

DecoratedTabPanel corner color

2010-01-18 Thread skippy
What controls the changing of the colors of the rounded tags? I see the css for: .wmsLowerDecoratedTabBar .tabTopLeft { background: url(http://localhost:/images/corner.png) no-repeat 0px -55px; -background: url(http://localhost:/images/corner_ie6.png) no- repeat 0px -55px; }

Listbox items with UiBinder

2010-01-18 Thread rmmcgr
Hi, What's the correct method of coding listbox items with UIbinder in the xml file? That is, what goes between the g:ListBox and /g:ListBox tags? Thanks for any help, Richard -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

GWT 2.0 + Gogle Maps V3 using JSNI

2010-01-18 Thread Ilya
Hi, I'm looking for an example of using GWT 2.0 + Gogle Maps V3 using JSNI. I've trying to do it for whole week already but failed even to display the map :( If somebody using this method could you please share some simple example? Any help will be appreciated. Thanks in advance, -Ilya. -- You

UploadFile do not works in browser, but works in host mode.

2010-01-18 Thread yuhuibear
Hi , every one. This is my first time post a issues here. Hope somebody could help me. My GWT application with upload or download files works well in the host mode. When I deploy it to a standalone server(Tomcat 6.20), the upload function never works. While the download function works well. And

Problems Setting and Retrieving Cookies with GWT 2.0

2010-01-18 Thread Mr. Lucky
Hello, I'm trying to write some code that will let me manage cookies from with in the GWT that will set, show, and delete cookies. However, I'm unable to create the cookie via gwt on either Firefox 3.5.6 or Opera 10.10 (both on Linux). My code is: public class CookieMonster implements

GWT Unable to contact the server.

2010-01-18 Thread Rick Horowitz
I'm running GWT 2.0, app engine 1.3, with Eclipse Galileo Build id: 20090920-1017, Java java-6-openjdk, on Ubuntu 9.10. Starting recently -- within the past few weeks -- I started getting the error, Unable to contact the server when I restart my GWT/app engine application and reload the

Re: GWT 2.0 Eclipse Breakpoint Not Working

2010-01-18 Thread Ana
Hello, In our project I have specified a different output directory for the javascript to be compatible with our previous project structure. Everything works fine except debug mode because breakpoint are not hit. I have tried the suggestions above and nothing worked. Do you think this is

GWT + Maps V3 using JSNI

2010-01-18 Thread Ilya
Hi, I'm new to GWT and searching for an example of using GWT + Maps V3 using JSNI. I can reproduce examples from docs of using JSNI but fail to load the map. If somebody using this could you please share some simple example? P.S. Moderators do not delete this post. I'm really need help. Thanks

GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-18 Thread Jim Adkins
I'm receiving a 404 status code when attempting to use the GWT 2.0 Eclipse plug-in. The project was originally created with GWT 1.7 and used an Eclipse Run Configuration based on a Java Application run type. I modified the run configuration to use DevMode and GWT 2.0 library. When I copy the

Re: Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread Sudeep S
gwt compiles your java to javascript so the source code should be present in that captcha.jar its not sufficient if it has only .class files. also it should have a gwt module.xml. hope this helps thanks Sudeep On Tue, Jan 19, 2010 at 1:44 AM, jfagh jfa...@gmail.com wrote: Hi Sudeep, ReCaptcha

Re: Using the ReCaptcha Java API with GWT 2.0

2010-01-18 Thread Sudeep S
forgot to ask, are u using this library in the client side or the server side. all that i told is applicable only if u are using it in the client side. on the server side u can use it like a normal jar On Tue, Jan 19, 2010 at 8:57 AM, Sudeep S sudee...@gmail.com wrote: gwt compiles your java

GWT application not working on some computers

2010-01-18 Thread austin_d
I have a GWT 1.5 application that is reverse-proxied using nginx with SSL. For a small percentage of users, the application shows up as a blank page. The problem usually occurs in IE8. A few tricks that sometimes work to clear up the issue are: 1) adding the URL to trusted sites 2) clearing

Radio Button Question

2010-01-18 Thread dukha
Hi I'm trying to lay out a group of radio buttons in a horizontal line on the screen. GWT doesn't want to cooperate with my intention. With 3 radio buttons and a great deal of available space , I get a mixture of 0 labelword1 labelword20 0

Re: GWT 2.0 - Eclipse Plugin - Maven: 404 running in DevMode

2010-01-18 Thread UJ
You can always change that HTML's location in welcome file list in the web.xml -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send

Re: Radio Button Question

2010-01-18 Thread noob_boy
It looks like its an issue with size of the grid. Post your code here and also try out with border color so that you can actually see the cells. On Jan 19, 11:33 am, dukha mplen...@gmail.com wrote: Hi I'm trying to lay out a group of radio buttons in a horizontal line on the screen. GWT

[gwt-contrib] Unified Backend for Optimizing Java and JavaScript

2010-01-18 Thread Sam Gross
Hi GWT team and contributors, The GWT compiler currently does a good job of dead code elimination and generating concise, efficient JavaScript. However, the AST based representation makes it difficult to perform data-flow based optimizations. I've been experimenting with a low-level,