Re: Directory Selector

2010-02-18 Thread Martin Trummer
AFAIK it is not possible with HTML and js to do what you want (yet?) anyway - there are some upload applets out there some for free (e.g. http://jupload.sourceforge.net/index.html) and some you have to pay for another alternative would be to embedd some flash-object On 17 Feb., 18:25, Stanley

Re: Fileupload question

2010-02-18 Thread Martin Trummer
as a first step, I'd recommend to check what is actually sent to the server. you could use e.g. firebug (a firefox plugin) then you will at leas know if the problem is on your client code or on your server code On 17 Feb., 15:59, Ravi raveend...@yahoo.com wrote: Hi, I am new to GWT and facing

OOPHM error in Firefox

2010-02-18 Thread shahid
My firefox has suddenly started throughing the following error when I run it in Debug mode: uncaught exception: [Exception... Component returned failure code: 0x80004002 (NS_NOINTERFACE) [IOOPHM.connect] nsresult: 0x80004002 (NS_NOINTERFACE) location: JS frame ::

Re: GWT+EJB+JPA Integration without DTO's

2010-02-18 Thread Henry
Hmmm ... A decent soln 3.5 stars out of 5 I noticed that FetchType.EAGER this can be a problem. Is it not possible to create go into an infinite loop (circular references)? Also, how do you take care of BigDecimal? I'm still not convinced of the soln above and think I'll stay with DTO's for now.

Re: Validating ClientBundles ?

2010-02-18 Thread Andrey
Hi there, Are there any news about this issue? I've got two GWT installations - 1.7.0 and 2.0.0 and NO (!) google projects in my workspace. Still, when opening a large non-gwt project always crashes eclipse. This is definitely a show-stopper! -- You received this message because you are

Re: GWT 2 using Eclipse with plugin and Spring

2010-02-18 Thread Paul S
Almost... Just tidying a few things before I shared it. On Feb 16, 4:23 pm, maks makspaniza...@gmail.com wrote: Hi, Do you have a working on example on how to use the GWT + GWT-SL + Gilead + Spring? On Feb 16, 5:52 pm, Paul Grenyer paul.gren...@gmail.com wrote: Hi On Tue, Feb 16,

IE gwt default style fonts and widget sizes

2010-02-18 Thread nvrs
I have noticed that using GWTs default style all text in various widgets uses bigger fonts. Any tips to make it appear as in other browsers where text is exactly the same (FF,Chrome,Safari). Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: IE gwt default style fonts and widget sizes

2010-02-18 Thread nvrs
As a matter of fact it looks as if zoom has been enabled (which is not the case). This happens also in the GWT showcases site for me. On Feb 18, 2:55 pm, nvrs nvior...@gmail.com wrote: I have noticed that using GWTs default style all text in various widgets uses bigger fonts. Any tips to make

Re: GWT team, please post latest to repo1.maven.org

2010-02-18 Thread Martin D'Aloia
check http://repo1.maven.org/maven2/com/google/gwt/gwt-user/2.0.2/ it's uploaded :) thanks to who did that On Wed, Feb 17, 2010 at 6:36 PM, Yaakov Chaikin yaakov.chai...@gmail.comwrote: Well, doesn't have to be someone from Google though??? The central maven repository has a policy where you

Re: Development Mode not reloading servlets?

2010-02-18 Thread Thomas Broyer
On Feb 17, 1:20 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: Hello My impression was that when I trigger Development Reload my servlets were reloaded. Last couple of days this does not work ?anymore?... (I need to kill and start again Development Mode for changes to take effect.)

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
Thanks for your reply. Where would you hard code the GWT-RPC url? I have verified that there isnt a leading / in the GreetingService.java file. See below: package com.sample.myproject.client; import com.google.gwt.user.client.rpc.RemoteService; import

problem with redeploying servlet changes

2010-02-18 Thread paata
Hi all, I'm newbie on gwt and i need urgent help The changes which i made into any servlet appeared only jetty restart and restart take a long time, approximately 2-3 minute, how i can made changes into servlet without restart ??? P.S. client side changes works fine on save. any idea ?

GWT + JPA 2.0

2010-02-18 Thread Jin
Hi All, I'm fairly new to GWT and attempting to use GWT with JPA 2.0 , but have come across various problems. I'm using the setup below: * Entity classes with annotations in a JAR on the GWT app classpath * JPA controllers (largely generated classes that perform the actual JPA actions, such as

Java libraries

2010-02-18 Thread colin.k...@gmail.com
I'm new to GWT and I can't find any comprehensive explanation of what I can and can't use in my client-side code that's going to be translated to javascript. Can I use anything in java.util? Can I only use things in com.google.gwt and nothing that's part of the built- in Java libraries? Thanks,

Re: GWT Plugin on Firefox 3.6 (linux) not working

2010-02-18 Thread Stedav
Same, problem here FF36 on 64 OpenSuse release, FF keeps asking to install the plug in. Even after loading the plug in manually no success. This problem continues, its all over the web, but neither FF, nor Google seem to reply ( or care). I can't believe there is no Chrome support for GWT on

Embedding GWT components inside the HTML of an HTML component

2010-02-18 Thread ihab . awad
Hi folks, I'm trying to put some GWT components (say, a Button) embedded deep within some arbitrary HTML that is itself inside an HTML panel. I am doing this programmatically. Are there specific issues I need to be aware of? Here is the scenario: 1. I create some GWT component which contains an

Failure upgrading 1.7 to 2.0

2010-02-18 Thread jfeingold
I'm trying to upgrade an application from working with GWT 1.7 to 2.0. However, when I go through the steps to convert from 1.7 to 2.0, I get a failure message when launching my browser saying that I need to (re)compile my source. This message makes no sense since I should not have to compile to

Re: Embedding GWT components inside the HTML of an HTML component

2010-02-18 Thread ihab . awad
Oh! I tried something on a lark and it worked: On Wed, Feb 17, 2010 at 10:34 PM, ihab.a...@gmail.com wrote: 2. Inside that HTML panel, I load some HTML and JavaScript. I expose to the contained JavaScript (via JSNI) a GWT function which, when called, creates a Button and returns the

Problems faced while upgrading version from 1.1.10 to 1.7.0

2010-02-18 Thread chotu
Hi There, I want to upgrade the GWT version of my application from current version 1.1.10 to newer version 1.7.0 but when ever I am trying to do the same after build I am getting the error in com.gwt.components and com.gwt.components.client and in the client I am getting the error in the class

Creating text effects in GWT

2010-02-18 Thread Zach Murphy
Hi all, I am creating an app where a user enters text into a textbox and I display the text elsewhere. Currently I am creating a new HTML when I display the text. While this gives me some limited effect options (bold, italics, color, etc.), I need more. I want the user to be able to be able to

Re: Error running JUnit with GWT and App Engine

2010-02-18 Thread rgyani
I am also getting this error when using GWT 2.0 + GaE with intellij idea any pointers? thanks On Dec 29 2009, 2:22 am, Sekhar sek...@allurefx.com wrote: Actually, turned out you can follow the same GAE JUnit guidelines (http://code.google.com/appengine/docs/java/howto/unittesting.html) and

Re: using ClientBundle for a themeable image set

2010-02-18 Thread Strelok
I think you are on the right track. The getImageResource(...) method can be replaced with deferred binding. On Feb 4, 2:40 am, Bob holom...@gmail.com wrote: Hi, I have a set of static objects which are retrieved from the server and rendered in a custom widget on the client.  Each of these

Re: Integrating GWT with an existing J2EE app

2010-02-18 Thread Alexander Arendar
Hi Naveed, you may look at this post http://aarendar.wordpress.com/2010/01/11/custom-integration-of-gwt-widgets-into-jsps/ Sincerely, Alexander On Wed, Feb 17, 2010 at 7:54 PM, Naveed naved.da...@gmail.com wrote: I'm extremely new to this, but have done the initial training exercise. I've

GWT fails behind Cisco PIX/ASA Firewalls.

2010-02-18 Thread Roy
We have a GWT implementation that fails with a blank page when the client user is behind a Cisco Firewall, PIX or ASA. Yet the GWT implementation works fine for clients behind firewalls made by SonicWall and Checkpoint. The implementation is a suspect since there are many users behind the Cisco

Re: The method doDetachChildren() from the type Panel is not visible

2010-02-18 Thread Thomas Broyer
On Feb 17, 8:47 pm, javaunixsolaris lpah...@gmail.com wrote: GWT won't let me call RootPanel.get().doDetachChildren();  It says, The method doDetachChildren() from the type Panel is not visible but the method is protected (in the Panel parent class) so it's children should be able to call it.

Re: Is there a way of specifying HTTP headers for a FormPanel's POST request?

2010-02-18 Thread Thomas Broyer
On Feb 17, 6:58 pm, chillyspoon chillysp...@gmail.com wrote: Hi everyone, Does anyone know how to add HTTP headers to the HTTP POST that gets kicked off when a FormPanel submit method is called? No, that's not possible. FormPanel is just an HTML form, so it obeys the same rules and

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

2010-02-18 Thread Thomas Broyer
On Feb 17, 4:50 pm, PKolenic pkole...@gmail.com wrote: I am getting similiar behaviour using GWT 2.0. In my case I use buttons to switch between an inner I-Frame. I put a check in the onClick methods to not write a newItem to History if the the old token matches the new token. As a result

Re: MVP question

2010-02-18 Thread Supercobra Thatbytes
... Another way of sending model information is using interfaces. For instance, if I knew that I would be displaying a speedometer for car and a bike (and maybe something else as well), I would have done something like: new SpeedoMeterView(Vehicle vehicle)... where Vehicle is an interface

upgrade gwt 1.6 help!!

2010-02-18 Thread asle
Hello: I am not resolved my problem with to upgrade gwt and i very very stressed because i have be ready for March 5. I have a project with gwt 1.5 and i used eclipse with cypal and for deploy I used designer. I used file.properties too, because I have configured the access to the database. Now

Re: Java libraries

2010-02-18 Thread mbracken
You can use anything that's listed in the JRE Emulation reference. http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html On Feb 17, 5:41 pm, colin.k...@gmail.com colin.k...@gmail.com wrote: I'm new to GWT and I can't find any comprehensive explanation of what I can and can't use in

Re: Seem like no way to get keycode from KeyDownHandler, KeyUpHandler

2010-02-18 Thread Jim Douglas
Hi Thomas, Sorry about the delay in responding to this. I just wanted to follow up on this point: Firefox only adds KeyPress events. The issue is Opera here, and *only* Opera. If that was true, I would tend to agree with you. In my testing, Opera is almost always the problem child. But if

Google Accounts are killing my application!....

2010-02-18 Thread John V Denley
I have been trying to leverage google accounts for security for my users, but the way its working is really preventing useability within my application, its very frustrating Ive just spent the best part of the last week trying to get the google account login to work in an frame within my

Debug Gadget GWT 2.0

2010-02-18 Thread flokay
Hi, how can I debug a GWT 2.0-gadget (with init-method etc.) with Eclipse? In 1.7.1 it worked well with a few changings but in 2.0 I don't get it! Has somebody done it already? Regards, flo -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread olivier nouguier
On Thu, Feb 18, 2010 at 3:10 PM, Eric er...@tmstechnologies.com wrote: Thanks for your reply. Where would you hard code the GWT-RPC url? When *not* using the annotation you can specify by code the remote end point. I have verified that there isnt a leading / in the GreetingService.java

Re: How to set the initial state of a radiobutton?

2010-02-18 Thread John Denley
is it possible that this maybe an asynchronos issue, I have had that before where Im displaying the radio buttons before im setting them because the setting of the buttons is based on a reply from the server, which is an asynchronous call! On 18 February 2010 14:28, Bonor bono...@gmail.com wrote:

Re: An alternative to gwt-dispatch ... gwtserviceresolver

2010-02-18 Thread Mathias Bogaert
GWT Dispatch implements the command pattern. The combination with GWT Presenter kicks ass (same author). Yours is a totally different beast :-). On Feb 17, 1:36 am, Henry q8e...@gmail.com wrote: Hello All, I wrote an alternative to gwt-dispatchhttp://code.google.com/p/gwt-dispatch/ It uses

Re: How to set the initial state of a radiobutton?

2010-02-18 Thread dhoffer
Yeah, that's what I thought but it doesn't for me. I'm not deselecting it either. Could it be the order of calls? For instance does it matter when setValue is called relative to anything else? For instance does it need to be after its attached to the root panel or something? All I'm doing is

Re: GWT team, please post latest to repo1.maven.org

2010-02-18 Thread Jan Ehrhardt
Thanks. But the question remains, how to improve the process? Regards Jan Ehrhardt On Thu, Feb 18, 2010 at 2:56 PM, Martin D'Aloia martindal...@gmail.comwrote: check http://repo1.maven.org/maven2/com/google/gwt/gwt-user/2.0.2/ it's uploaded :) thanks to who did that On Wed, Feb 17, 2010

Re: setting or refreshing the parent URL from within an iframe

2010-02-18 Thread Chris Ramsdale
Chris, do you know if there is anyway I can set a similar continue type process for what happens when users click on the email link after CREATING a google account? At the moment they are just taken to a thank you for confirming your account screen, which is all very well, but we would much

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
I dont believe jk mapping is the issue because i get the same results if i use port 8080 or port 80. I do have apache2 in front of Tomcat6 but everything seems to be working correctly. Like i said the webapp works when i turn on the invoker code in the tomcat web.xml so i am guessing it has

Re: GWT fails behind Cisco PIX/ASA Firewalls.

2010-02-18 Thread Jeff Chimene
On Wed, Feb 17, 2010 at 9:05 PM, Roy rdl1...@yahoo.com wrote: We have a GWT implementation that fails with a blank page when the client user is behind a Cisco Firewall, PIX or ASA. Yet the GWT implementation works fine for clients behind firewalls made by SonicWall and Checkpoint. The

file properties upgrade 1. 5 to 1.6

2010-02-18 Thread asle
Hello: I have a problem when use with gwt 1.6 web mode, because not found file.properties. When we used gwt 1.4 with tomcat, we have the file.properties in the folowing directory (in workspace eclipse): project.tomcat.webapps.confFiles. But i do not know in gwt 1.6 where to put for what in web

Re: How to set the initial state of a radiobutton?

2010-02-18 Thread dhoffer
John, So how do I solve this? I'm not clear on the solution you propose. -Dave On Feb 18, 7:51 am, John Denley johnvden...@googlemail.com wrote: is it possible that this maybe an asynchronos issue, I have had that before where Im displaying the radio buttons before im setting them because

LivingStories

2010-02-18 Thread Jeff Chimene
Hi, Interesting GWT /GAE application: http://livingstories.googlelabs.com/ -- 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 email

Re: How to set the initial state of a radiobutton?

2010-02-18 Thread John Denley
Its hard to try to solve this problem without being able to debug the code, and Ive certainly got no time for that! You can try to create a really small application that just creates and sets the radio buttons, so that you can proove to yourself that the functionality works. You could also try

Re: setting or refreshing the parent URL from within an iframe

2010-02-18 Thread John Denley
OK, thanks Chris, looks like Im going to HAVE to drop google accounts as a user authentication method, at least until there is a better way to integrate applications with google accounts. On 18 February 2010 15:07, Chris Ramsdale cramsd...@google.com wrote: Chris, do you know if there is anyway

Re: Google Accounts are killing my application!....

2010-02-18 Thread John Denley
It certainly seem to be the only way forward Jeff, IVe tried and tried and tried to use google accounts for authentication, but its just too damn complicated and difficult to make it work in a sensible and user freindly way! What a shame, I would have expected more from Google! On 18 February

Re: Failure upgrading 1.7 to 2.0

2010-02-18 Thread Tapas Adhikary
Hi , I am also getting the same issue. Once compiled explicitly , it started working but debugging and UI compilation on browser changes are not happening. Please help. I had created the project using GWT 1.5 application creator. and then upgraded it to GWT 2.0. I have installed the GWT dev

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread olivier nouguier
Last try ... What is the name of your webapp ? In the past I had some issue when the ROOT (contextPath=/) webapp was not is the ROOT webapps folder. Could you give a try ? On Thu, Feb 18, 2010 at 4:07 PM, Eric er...@tmstechnologies.com wrote: I dont believe jk mapping is the issue because i

Re: Help Needed : GWT Developer Plugin is not working with Mozilla Firefox

2010-02-18 Thread Tapas Adhikary
Any update on this ? One more info , My project was created using GWT 1.5 application creator and recently upgraded to the GWT 2.0.2 jars. Please help. Thanks, -Tapas On Wed, Feb 17, 2010 at 6:28 PM, Tapas Adhikary tapas4...@gmail.com wrote: Greetings, I am using GWT 2.0.2 for my

Re: How to set the initial state of a radiobutton?

2010-02-18 Thread dhoffer
Hi John, Thanks for the reply. No I'm not doing any RPC with respect to these radio buttons. I have RPC but its for other purposes. I have stepped through the code many times with an IDE, everything seems in order. Its just the radio buttons are not selected when the app starts?!? I will try

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-18 Thread Rajeev Dayal
How are you restarting the server? Are you using the Restart Server option in the Development Mode view? Also, if you are running your launch configuration using Debug (not Run), and you've set Eclipse to Build Automatically, then server-side changes should be hotswapped in most cases. On Thu,

Re: Failure upgrading 1.7 to 2.0

2010-02-18 Thread Rajeev Dayal
There is a a bug with switching SDKs. Try the following: 1) Remove any GWT-generated folders under your war directory. 2) Clear your browser's cache, and restart your browser. See if that helps. On Thu, Feb 18, 2010 at 11:09 AM, Tapas Adhikary tapas4...@gmail.comwrote: Hi , I am also getting

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

2010-02-18 Thread Thomas
-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 cl_for_mail...@gmx.net wrote: You saved my day. I'm quite a noob, and I'm so happy when I hit the target ! (translated: being useful)

Re: upgrade gwt 1.5 to 1.6 help!!

2010-02-18 Thread asle
This is the problem , with gwt 1.6 not recognized my project and i can not do deploy the project And i am not understand as solved my problem i am very stessed... On 9 feb, 13:56, Rajeev Dayal rda...@google.com wrote: If you're using the plugin, you don't need to switch to DevMode on your

Re: Google Accounts are killing my application!....

2010-02-18 Thread Jeff Chimene
On 02/18/2010 08:57 AM, John Denley wrote: It certainly seem to be the only way forward Jeff, IVe tried and tried and tried to use google accounts for authentication, but its just too damn complicated and difficult to make it work in a sensible and user freindly way! What a shame, I would have

Re: Apache2 / Tomcat 6 / GWT 2.0 / Eclipse Questions

2010-02-18 Thread Eric
My webapp name is: Sample I put my app into the webapp directory and everything started working. I guess this must have something to do with java permissions in the policy.d directory. Nonetheless, i will just put all my GWT Apps into the webapps directory and map my v.hosts there. Thanks for

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

2010-02-18 Thread PKolenic
You're right, I suspected something like that and then when I switched browsers from Firefox to IE I saw it happening. For my app, using history and Frames is still a good solution, but instead of changing the URL of the Frame I instead now have multiple frames and just set the display of the

Re: Facebook

2010-02-18 Thread Sekhar
Yeah, the library has its downs, but a lot of the intermittent errors you see - timeouts, blank results, etc. - are really from Facebook's side. I've had a rash of these and found a bunch of others having the same issues, e.g. at http://forum.developers.facebook.com/viewtopic.php?id=51557. The

Re: Development Mode in OSX, viewing with IE in Parallels Desktop

2010-02-18 Thread Malachy
Thanks Jim Stefan, up and running, very very happy and about twice as fast as using Eclipse on the XP VM in Parallels. Specific instructions for Parallels 4 on OSX: 1. Apple menu About this Mac More info... Network Locations - In the text scroll until you see Parallels Host-Only Networking

Re: How to set the initial state of a radiobutton?

2010-02-18 Thread dhoffer
If I add a couple radio buttons to the main panel it works fine. In my app the radio buttons are in a FlexTable. I just add them as widgets to the table. Is this a known problem? Do I have to do something different when in a table? -Dave On Feb 18, 9:23 am, dhoffer dhoff...@gmail.com wrote:

Re: Facebook

2010-02-18 Thread Jeff Schnitzer
On Thu, Feb 18, 2010 at 9:48 AM, Sekhar sek...@allurefx.com wrote: Yeah, the library has its downs, but a lot of the intermittent errors you see - timeouts, blank results, etc. - are really from Facebook's side. I've had a rash of these and found a bunch of others having the same issues, e.g.

Strategy for CSS :before

2010-02-18 Thread Eric
In my project, we want to mark some of our form items as being mandatory, and we do that by prefixing the label with a red asterisk. I know that isn't Section 508-compliant by itself, but that's the least of my problems. Originally, we would put in two InlineLabel widgets, one for the asterisk and

Re: GWT 2.0 plugin for Firefox 3.6

2010-02-18 Thread Thad
I've got Firefox installed at /opt/firefox, so in trunk/plugins/ xpcomand/Makefile I set DEFAULT_FIREFOX_LIBS to /opt/firefox. On my system (SuSE Linux 11.2), the XPCOM files are in /usr/include/ xulrunner-1.9.1.7/unstable I must be brain-dead today, but I'm not seeing where to set that in the

Re: GWT fails behind Cisco PIX/ASA Firewalls.

2010-02-18 Thread Joe Cole
I've submitted an issue that relates to this: when it is blocked by firewalls there is nothing we can do at the moment to intercept the result. http://groups.google.com/group/google-web-toolkit/browse_thread/thread/a322747b293de102/fad0c613a2127f38?q=#fad0c613a2127f38 I haven't had a chance to

Re: GWT 2.0 plugin for Firefox 3.6

2010-02-18 Thread Lukas Laag
Actually, you do not want to use the version of the SDK files which come with your distribution. The Makefile is designed to build the code using the gecko-1.9.2 which is available from the GWT svn repository (see: http://google-web-toolkit.googlecode.com/svn/plugin-sdks/). Sorry I forgot to

Re: Failure upgrading 1.7 to 2.0

2010-02-18 Thread jfeingold
Thanks. This worked. I had cleared the cache, but had not deleted all of the GWT-generated folders. On Feb 18, 8:29 am, Rajeev Dayal rda...@google.com wrote: There is a a bug with switching SDKs. Try the following: 1) Remove any GWT-generated folders under your war directory. 2) Clear your

Re: Failure upgrading 1.7 to 2.0

2010-02-18 Thread jfeingold
Thanks. This worked. I had cleared the cache, but had not deleted all of the GWT-generated folders. On Feb 18, 8:29 am, Rajeev Dayal rda...@google.com wrote: There is a a bug with switching SDKs. Try the following: 1) Remove any GWT-generated folders under your war directory. 2) Clear your

Re: Creating text effects in GWT

2010-02-18 Thread Lukas Laag
Have you considered using SVG ? In terms of possible effects, there is virtually no limit to what is possible to achieve. If you look at the SVG spec, you will get a good idea of the available features: http://www.w3.org/TR/SVG11/text.html http://www.w3.org/TR/SVG11/filters.html#AnExample I am

Re: Creating text effects in GWT

2010-02-18 Thread Lukas Laag
Works even better with the correct URL ;-) http://www.vectomatic.org/libgwtsvg On Feb 18, 11:20 pm, Lukas Laag laa...@gmail.com wrote: Have you considered using SVG ? In terms of possible effects, there is virtually no limit to what is possible to achieve. If you look at the SVG spec, you

Re: Help Needed : GWT Developer Plugin is not working with Mozilla Firefox

2010-02-18 Thread Lukas Laag
You might want to read this: https://groups.google.com/group/google-web-toolkit/browse_thread/thread/edfe66f6a39527d1 I think it is the same issue On Feb 18, 5:22 pm, Tapas Adhikary tapas4...@gmail.com wrote: Any update on this ? One more info , My project was created using GWT 1.5 application

Re: Creating text effects in GWT

2010-02-18 Thread Joe Cole
Another option for newer browsers is to use CSS3 which can be very impressive. There are tons of sites showing the options eg: http://www.css3.info/preview/text-shadow/ On Feb 19, 11:20 am, Lukas Laag laa...@gmail.com wrote: Have you considered using SVG ? In terms of possible effects, there is

Parameter 0 of is of an unknown type 'java.lang.String/2004016611'

2010-02-18 Thread gazarcher
Up until this week I was using IntelliJ IDEA 9.0 with GWT 1.7.1 on Mac OS X 10.5 and decided to upgrade to GWT 2.0.2 per the instructions on the GWT Website, including installing the GWT plugin into Firefox. After recompiling and running my application with several GWT modules and running in

Re: The method doDetachChildren() from the type Panel is not visible

2010-02-18 Thread javaunixsolaris
RootPanel.get().clear() is what I ended up using. My specific use case was clearing the screen for new widgets. The bigger picture is I'm trying to emulate a traditional web application, as in every time you click a link a new page shows up. On Feb 18, 7:18 am, Thomas Broyer t.bro...@gmail.com

Resizing Events for % Sized Widgets/Panels?

2010-02-18 Thread Andrew Hughes
Hi All, I've got... myWidget.setSize(100%,100%); The actualy size of this can change dynamically, as it's a % and not absolute. For example: + other content is added to the dom + the css style is changed + a split panel is moved by the user + the browser window size changes --- ignore this, we

Re: How to compile multiple modules independent of each other

2010-02-18 Thread JimmyJoe
If you do not want to affect the code generated for other widgets when you change one widget, however, you will need to define one module per widget which could start to get unmanageable. You might be interested in this thread, which can form the basis of the injection of GWT widgets into a page:

Is there a best practice for compiling multiple modules?

2010-02-18 Thread JimmyJoe
I appear to be in a rare situation with regard to GWT use: my team has dozens of independent GWT modules and our compile times are rising as we add more modules. A couple years back the company I work for decided to switch to GWT for new product development. We have a SaaS portal that has

Re: tomcat and apache problem

2010-02-18 Thread Fran
anyone know the problem? please On 18 feb, 00:41, Fran fra...@gmail.com wrote: I use Comet that its Long polling. I think that the problem is a timeout that is applied by tomcat when apache conect the proxy to the tomcat. If I execute the aplication directly in tomcat. Its works fine. If I

Re: How to set the initial state of a radiobutton?

2010-02-18 Thread dhoffer
Also doesn't work with 2.0.2. Created defect issue http://code.google.com/p/google-web-toolkit/issues/detail?id=4647 -Dave On Feb 18, 11:18 am, dhoffer dhoff...@gmail.com wrote: If I add a couple radio buttons to the main panel it works fine. In my app the radio buttons are in a FlexTable.  

Alternative for Class.isAssignableFrom() ?

2010-02-18 Thread Dominik Steiner
Hi there, I'm trying to implement an event bus that will receive register listeners like this public T extends Event void registerListener(ClassT eventClassname, EventListenerT eventListener); (Event is a custom interface) what i would like then to achieve would be to be able to fire an event

Download, IE7 Download Blocker

2010-02-18 Thread Geoffrey Wiseman
I have a GWT application that uses GWT-RPC to send data back and forth to the server. I've got a button that downloads a PDF based on that data from the server. PDF Generation works fine, and the download worked fine using Window.open(). However, as it stood, the download would not include any

Best Practices for MVP with Composite Template View ( Header + Content + Nav + Footer) + UiBinder

2010-02-18 Thread digitalsam007
Hello, I have been trying to implement the MVP pattern in my new GWT app. I have followed the Contacts example app and it seems to be quite straightforward. In there, the controller passes the root panel(container) to every presenter in its go method. And these presenters add the respective

Re: Download, IE7 Download Blocker

2010-02-18 Thread Joe Cole
Here's some code. Perhaps this or a modification should be included in gwt itself. There are a few problems with downloading files. 1) IE doesn't always let you open a file download dialog. It will on some machines, others it won't. 2) Users double click. Prevent this! 3) When opening a window

Re: Best Practices for MVP with Composite Template View ( Header + Content + Nav + Footer) + UiBinder

2010-02-18 Thread Prashant Hegde
I am using a similar strategy and it works just fine. I suspect it may be a problem with your DockLayoutPanel sizing. Please check if the sizes are 100%, also give the panel a border for debugging to see how your layout looks... If it helps, I have listed my UiBinder file. ui:style

Re: GWT 2.0 and Eclipse, Project redeployment

2010-02-18 Thread paata
uupss, It works, My project wasn't running using debug. Thank you very much. Regards, Paata Lominadze. -- 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

Re: GWT Compilation of gwt project with multiple modules

2010-02-18 Thread vinayak
Moderators, Nobody is answering this question. Is it that others can not view this thread anywhere? Do I need to do something more to make it viewable to others ? Question must be easily answerable Please help. Thanks. - vinayak On Feb 17, 11:17 am, vinayak

Error loading module No source code is available for com.google.gdata.util.AuthenticationException; did you forget to inherit a required module in GWT after using gdata-java-client and appengine

2010-02-18 Thread Shyam Visamsetty
Hi All, I am getting an error while running in development mode in GWT 2.0 and also AppEngine. I add the external library gdata-java-client' Using Eclipse IDE. Error is: No source code is available for com.google.gdata.util.AuthenticationException; did you forget to inherit a required module

Help with GWT FlowPanel and other Panel Styles!

2010-02-18 Thread Tan Jia Bao
Hi, I'm currently making an e-commerce site using GWT and DnD. Basically everything is well and in order except for the displaying of the panels is done correctly. I'm using GWT RPC to retrieve the data from my DAO, in my main GWT RPC Client side, the data are used to create a new Widget where

[gwt-contrib] Re: Fix issue 4486

2010-02-18 Thread jgw
On 2010/02/17 20:37:04, jat wrote: LGTM. http://gwt-code-reviews.appspot.com/144807 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Use getBoundingClientRect for Safari4/Chrome.

2010-02-18 Thread knorton
Reviewers: jgw, Description: This patch uses getBoundingClientRect on modern WebKit browsers for getAbsoluteTop and getAbsoluteLeft. Sadly, we still support Safari3 so I had to do this via runtime check (so we can use the old crazy impl for Safari3). However, this is still well worth the change

[gwt-contrib] Re: Use getBoundingClientRect for Safari4/Chrome.

2010-02-18 Thread jgw
On 2010/02/18 14:14:04, knorton wrote: LGTM. http://gwt-code-reviews.appspot.com/148802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] AsyncProxy fix for top-level classes

2010-02-18 Thread fabbott
Reviewers: Lex, Description: turns out that the insistence on concreteType.isStatic() prevents top-level concrete types, because it's false for top-level types (where explicit static is forbidden). Scott and Lex are nervous about making isStatic() true for top-level types, but we can just test

[gwt-contrib] Proposed API Change: Gen2Widget.createLegacyHandlerManager to fix compile error

2010-02-18 Thread jlabanca
Reviewers: jgw, Description: As of r7589, incubator no longer compiles against GWT trunk because Gen2Widget overrides createHandlerManager() but returns the deprecated HandlerManager from incubator. Proposed Fix: = I propose that we rename Gen2Widget#createHandlerManager() to

[gwt-contrib] Re: AsyncProxy fix for top-level classes

2010-02-18 Thread bobv
LGTM, with nits. http://gwt-code-reviews.appspot.com/149801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: AsyncProxy fix for top-level classes

2010-02-18 Thread bobv
LGTM, with nits. http://gwt-code-reviews.appspot.com/149801/diff/1/3 File user/test/com/google/gwt/user/client/AsyncProxyTest.java (right): http://gwt-code-reviews.appspot.com/149801/diff/1/3#newcode204 Line 204: final Test proxy = GWT.create(TopLevelProxy.class); Unnecessary final.

[gwt-contrib] [google-web-toolkit] r7593 committed - Reitveld: http://gwt-code-reviews.appspot.com/144805...

2010-02-18 Thread codesite-noreply
Revision: 7593 Author: sp...@google.com Date: Thu Feb 18 05:22:43 2010 Log: Reitveld: http://gwt-code-reviews.appspot.com/144805 Prevent a NullPointerException when JsDuplicateFunctionRemover encounters a JsNameRef that does not have a JsName. Patch by: cromwellian Review by: spoon

[gwt-contrib] Re: Proposed API Change: Gen2Widget.createLegacyHandlerManager to fix compile error

2010-02-18 Thread jgw
On 2010/02/18 15:56:35, jlabanca wrote: LGTM. http://gwt-code-reviews.appspot.com/149802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7594 committed - http://gwt-code-reviews.appspot.com/148802...

2010-02-18 Thread codesite-noreply
Revision: 7594 Author: knor...@google.com Date: Thu Feb 18 05:55:07 2010 Log: http://gwt-code-reviews.appspot.com/148802 This patch uses getBoundingClientRect on modern WebKit browsers for getAbsoluteTop and getAbsoluteLeft. Sadly, we still support Safari3 so I had to do this via runtime check

[gwt-contrib] Re: Proposed API Change: Gen2Widget.createLegacyHandlerManager to fix compile error

2010-02-18 Thread jlabanca
committed as r1753 http://gwt-code-reviews.appspot.com/149802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7596 committed - Add misisng files.

2010-02-18 Thread codesite-noreply
Revision: 7596 Author: r...@google.com Date: Thu Feb 18 07:30:03 2010 Log: Add misisng files. http://code.google.com/p/google-web-toolkit/source/detail?r=7596 Added: /trunk/bikeshed/src/com/google/gwt/cells/client/FieldUpdater.java

  1   2   >