Re: how to deploy gwt on apache

2009-08-09 Thread Jeff Chimene
What's in the apache error and access logs? On Sun, Aug 9, 2009 at 3:47 AM, Saurabh Naiksaurabhsn...@gmail.com wrote: Hello     I am using apache server . but I am getting problem of js files(JavaScript).    I have written some code in javascript file.. and accessing this file through

Re: How to retrieve the selected value of ListBox in MVP

2009-08-09 Thread Jeff Chimene
On Sun, Aug 9, 2009 at 5:43 AM, hezjinghezj...@gmail.com wrote: Hi I'm trying to following the MVP implementation shown by Ray Ryan: class PhoneEditorPresenter { interface Display { HasValueString getNumberField(); } void doSave() { String number = getNumberField().getValue(); } }

Re: Cookies and client state. Suggestions?

2009-08-07 Thread Jeff Chimene
Well, I'll take a stab at this so that this email doesn't disappear into the void. I think these are good design questions. On Tue, Aug 4, 2009 at 10:55 PM, brett.wooldridgebrett.wooldri...@gmail.com wrote: I have a question about cookies and maintaining client-side state, and looking for

Incubator TableModelHelper only supports Java RPC?

2009-08-07 Thread Jeff Chimene
Hi, For those of us who don't use Java RPC: Am I missing something in TableModelHelper that would make it work out-of-the-box with RequestBuilder? By this I mean, among other issues, that the TableModelHelper class only provides an IsSerializable instance of the abstract class Response. It

Re: Offline GWT Applications

2009-08-07 Thread Jeff Chimene
On 08/07/2009 11:12 AM, Dominic Holt wrote: I've tried building a VERY simple GWT project both in Netbeans and Eclipse that contained an RPC service. As SOON as I took the application offline, it couldn't perform an RPC service as simple as returning a string, got the same check network

Re: Offline GWT Applications

2009-08-07 Thread Jeff Chimene
to solve? On Aug 7, 3:03 pm, Jeff Chimene jchim...@gmail.com wrote: On 08/07/2009 11:12 AM, Dominic Holt wrote: I've tried building a VERY simple GWT project both in Netbeans and Eclipse that contained anRPCservice. As SOON as I took the applicationoffline, it couldn't perform anRPCservice

Re: JNSI Problem Challenge

2009-08-04 Thread Jeff Chimene
On 08/04/2009 10:41 AM, Luciano Broussal wrote: Hi all, I'm fighting with JSNI for a time without success trying to call a java method from my javascript stuff. I did as explained online but without success :(

Re: JNSI Problem Challenge

2009-08-04 Thread Jeff Chimene
it work on your side ? ... Thanks Luciano On Aug 4, 8:31 pm, Jeff Chimene jchim...@gmail.com wrote: On 08/04/2009 10:41 AM, Luciano Broussal wrote: Hi all, I'm fighting with JSNI for a time without success trying to call a java method from my javascript stuff. I did

Re: JNSI Problem Challenge

2009-08-04 Thread Jeff Chimene
, this is the common technique. HTH Help On Aug 4, 9:33 pm, Jeff Chimene jchim...@gmail.com wrote: On 08/04/2009 12:23 PM, Luciano Broussal wrote: Hi Jeff, I got a blank page and the myJavaStaticMethod is never called or on IE i got the javascript error icon on left bottom corner. What's

Re: Offline GWT Applications

2009-08-03 Thread Jeff Chimene
On 08/03/2009 08:18 AM, Dominic Holt wrote: Greetings all, I am currently building a GWT application that functions entirely offline (as in, never connects to the internet to update, sync, what have you). In a normal web application, you can typically run your application offline just as

Re: Offline GWT Applications

2009-08-03 Thread Jeff Chimene
On 08/03/2009 11:00 AM, Dominic Holt wrote: So you're saying that a Java app that listens on 127.0.0.1:80 won't handle a GWT RPC call? I've never tried it, so I'm just asking... GWT uses the browser's XMLHTTPRequest object No, not without an internet connection Well, I generally test my

Re: Modelling framework

2009-08-02 Thread Jeff Chimene
Hi Kaspar, I found some javascript +XML libraries out there. My issue was that none of them really modeled the questionnaire I was asked to build. I rolled my own using GWT+XML. It isn't that difficult. Once I had the DTD, the survey designer could use that DTD in an XML aware editor to create

Re: Font-Size in Hosted Mode

2009-08-02 Thread Jeff Chimene
On Sun, Aug 2, 2009 at 5:49 AM, Julia_HDjulia.tscherkasch...@gmx.de wrote: Hi everyone, first sorry, if someone reads the same in German - I'm new to Google Groups (and GWT), and posted the message in a wrong group before :( I am finished with my last Web App today and in the last weeks

Re: Error message on 64 bit system

2009-08-02 Thread Jeff Chimene
On Sun, Aug 2, 2009 at 7:24 AM, ubuntu_usertie...@tiennguyen.net wrote: Hi All, I installed GWT using Eclipse 3.5. Tried to create the first blank app and I got this message when I ran it: Exception in thread main java.lang.UnsatisfiedLinkError: /myHome/bin/ eclipse/plugins/

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread Jeff Chimene
On 07/30/2009 10:00 AM, Miguel Méndez wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available. . . . Cheers, Miguel, on behalf of the Google Plugin for Eclipse Team thank-you!

gin on gwt trunk

2009-07-28 Thread Jeff Chimene
Hi, I'd like to verify that gin does not yet build against gwt trunk. I'm about to drop back to 1.7 to start on gin. I just built the gin trunk against GWT 1.5, GWT 1.7 and a 2 wk old GWT trunk. The only successful build was 1.7 It's possible I did something wrong building against GWT trunk,

Re: Cool GWT Features

2009-07-26 Thread Jeff Chimene
On 07/26/2009 10:07 AM, Chinmay Bajikar wrote: Hi all, I am thinking of giving a presentation on GWT to the local Java Users Group(JUG) here. Most of the community here is on the Spring Hibernate, JSP platform. I would appreciate if anybody can give me suggestions as to which cool GWT

Re: Callin an URL from my application

2009-07-19 Thread Jeff Chimene
On 07/18/2009 09:54 AM, samuel wrote: Hi Group, I have a requirement where I am making use of an URL for sending mails. Some thing like this http://www.examplemailsending.com/messageapi.asp?username=usernamepassword=passworddestination=A1,A2,A3message=Hi Hi Abhiram, Would it be

Re: How to persist data

2009-07-19 Thread Jeff Chimene
On 07/19/2009 11:37 AM, Pham Tran Quoc Viet wrote: Hi, I have a config.xml file that contains stuffs like domain name, username, password, connection string. This file is loaded into a signleton when the web application first contacts the server. How do I persist the signleton so that the

Re: gwt linux 1.5.3 oophm?

2009-07-17 Thread Jeff Chimene
On Fri, Jul 17, 2009 at 1:01 AM, Ken Kwasnickiken.kwasni...@gmail.com wrote: Jeff Chimene wrote: thanks again!  so, i think i'm close but still no cigar.  i grabbed the latest snapshot build (snapshot-2009.07.07-r5687) and that built fine. installed the gwt-linux bz2, rebuilt the entire

Re: gwt linux 1.5.3 oophm?

2009-07-17 Thread Jeff Chimene
, or something i'm doing wrong. thanks! ken Jeff Chimene wrote: On Fri, Jul 17, 2009 at 1:01 AM, Ken Kwasnickiken.kwasni...@gmail.com wrote: Jeff Chimene wrote: thanks again! so, i think i'm close but still no cigar. i grabbed the latest snapshot build (snapshot-2009.07.07-r5687

Re: gwt linux 1.5.3 oophm?

2009-07-16 Thread Jeff Chimene
suggestions if there looks like an obvious problem. thanks! ken Jeff Chimene wrote: On 07/15/2009 12:30 PM, Ken Kwasnicki wrote: hey thanks for the response. i'm certainly willing to try 2.0. running into a bit of a snag though. is this the correct checkout location? svn checkout http

Re: gwt linux 1.5.3 oophm?

2009-07-15 Thread Jeff Chimene
You don't mention testing in web mode. Is that not an option? You might also point out to those in charge that GWT includes support for modern browsers w/ the 1.6.7 release. Such support might be important to them. OOPHM is nice to have, but if you're going to nail your feet to the floor by

Re: Client did not send 202 bytes as expected

2009-07-15 Thread Jeff Chimene
Hi, I remember this thread. It's a very mysterious problem. The OP did implement a solution: In order to deal with this situation, we implemented a high level (GWT) configurable retry mechanism, with timeout support. This resolves the symptoms, and in effect solves the problem. I doesn't look

Re: gwt linux 1.5.3 oophm?

2009-07-15 Thread Jeff Chimene
On 07/15/2009 12:30 PM, Ken Kwasnicki wrote: hey thanks for the response. i'm certainly willing to try 2.0. running into a bit of a snag though. is this the correct checkout location? svn checkout http://google-web-toolkit.googlecode.com/svn/trunk/ trunk i also checkout out 'tools' and

Re: gwt linux 1.5.3 oophm?

2009-07-15 Thread Jeff Chimene
On 07/15/2009 04:28 PM, Jeff Chimene wrote: On 07/15/2009 12:30 PM, Ken Kwasnicki wrote: hey thanks for the response. i'm certainly willing to try 2.0. running into a bit of a snag though. is this the correct checkout location? svn checkout http://google-web-toolkit.googlecode.com/svn

Re: Textbox Formatting

2009-07-04 Thread Jeff Chimene
On 07/03/2009 08:57 AM, David wrote: I am guessing they are using the widget- can you provide a link to a working example of this widget? Thanks. Hi David, It's part of the GWT showcase: http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText The source code is also freely available.

Re: Textbox Formatting

2009-07-02 Thread Jeff Chimene
On 07/01/2009 03:49 PM, David wrote: Hello- I've never developed with GWT, so if I'm asking the wrong sort of question then please stay calm and ignore me :). Or point me in the right direction. Thanks. A particular website, whirled.com, uses GWT to display plenty of information. This

Re: GWT Support for other browsers

2009-06-24 Thread Jeff Chimene
On Jun 11, 1:24�am, Jeff Chimene jchim...@gmail.com wrote: On 06/08/2009 07:54 PM, proge wrote: Is there a way to make GWT support other browsers? We have project for IPTV, and would like to use GWT to build the UI. But the settop box we use is havingANTGaliobrowser in that, I tried

Re: GWT + OpenID - experiences?

2009-06-22 Thread Jeff Chimene
On 06/21/2009 10:45 PM, markww wrote: Hi, I spent some time figuring out if OpenID would work well with my GWT app, not sure if anyone else has tried. If I understand correctly, when a user gets to my app, I need to ask them to sign in with an OpenID provider (google, yahoo, facebook,

Re: How do they do that left panel thing??

2009-06-18 Thread Jeff Chimene
On 06/18/2009 12:10 AM, alex.d wrote: Well, i wouldn't go there using plain css-javascript tricks. GWT has an animation class - take a look at it. And if that isn't enough - there are plenty of animation librarys there that can make developer's life much easier. This one for example: demo:

Re: GWT Rails Integration

2009-06-18 Thread Jeff Chimene
On 06/18/2009 05:53 AM, Wendy Istvanick wrote: I am working with a client who is interested in using GWT on the front end and Rails on the back end of their application. Does anyone have any sample code they can provide or some pointers to things they needed to address to make this type of

Re: How do they do that left panel thing??

2009-06-17 Thread Jeff Chimene
On 06/16/2009 08:47 PM, kingdomain wrote: On the GWT website, I can't figure out how they do the left panel that opens and closes with the table of contents. It doesn't behave like a normal disclosure panel, unless there some special CSS going on there. Can someone point me to the way?

Re: How do they do that left panel thing??

2009-06-17 Thread Jeff Chimene
On 06/17/2009 05:23 PM, kingdomain wrote: Yes, sorry, it's on the site that has all the getting started stuff here: http://code.google.com/webtoolkit/gettingstarted.html The main thing I'm trying to understand is: are they using traditional CSS tricks with floating panels, margins, etc.

Re: Read an XML File

2009-06-16 Thread Jeff Chimene
On 06/16/2009 01:10 PM, nehloucha wrote: sxb.build(new File(uri)); When given a URI, File() only works with the file:// URI See the Sun Java docs for more info In addition, it's not likely that SAX will work successfully with GWT; which is to say that will not successfully translate to

Re: Generating UI with GWT or PHP

2009-06-14 Thread Jeff Chimene
On 06/13/2009 08:40 PM, markww wrote: Hi, This is a general question about GWT and user interfaces. In my (limited) use with PHP, the server was responsible for generation of most of the 'UI'. Each script would emit some html which the client browsers download and render. If we wanted to

Re: Preventing JavaScript Injection cient/server side solutions

2009-06-12 Thread Jeff Chimene
On 06/11/2009 09:03 PM, Shawn Brown wrote: It's a good question, but it's not really GWT related. Sure it is. The OP asked: 'I am wondering if anybody has attempted to intercept JS injection on the server side by scanning RPC calls' My interpretation of the phrase on the server

Re: Preventing JavaScript Injection cient/server side solutions

2009-06-12 Thread Jeff Chimene
On 06/12/2009 12:45 AM, tamsler wrote: Evaluating user input on the client side and checking for script, etc. tags is a good practice, however, there are ways to bypass such input validation. So the next best line of defense is to validate/re- validate on the server side where the GWT RPC

Re: GWT Support for other browsers

2009-06-11 Thread Jeff Chimene
On Thu, Jun 11, 2009 at 2:21 AM, Thomas Broyert.bro...@gmail.com wrote: On 10 juin, 19:24, Jeff Chimene jchim...@gmail.com wrote: If you can't get the browser to send an alternate ident string, you might try hacking the *.nocache.js to handle the Galio browser ident string and instead

Re: Preventing JavaScript Injection cient/server side solutions

2009-06-11 Thread Jeff Chimene
On 06/11/2009 04:18 PM, tamsler wrote: I am trying to figure out what the best way is to handle JavaScript injection cases. Since any client side input validation handling doesn't truly prevent one from injecting JS such as using tools like Firebug to re-post RPC calls etc. I am wondering

Re: GWT Support for other browsers

2009-06-10 Thread Jeff Chimene
On 06/08/2009 07:54 PM, proge wrote: Is there a way to make GWT support other browsers? We have project for IPTV, and would like to use GWT to build the UI. But the settop box we use is having ANT Galio browser in that, I tried to create a sample project with few controls but unfortunately it

Re: Contradictory info on Quirks mode in GWT tutorial

2009-06-09 Thread Jeff Chimene
On 06/07/2009 04:44 AM, william.synt...@googlemail.com wrote: There does not seem to be anywhere to advise Google about problems with the web site, so I thought making a post here might be helpful (apologies in advance if it is not). In the GWT tutorial

Re: GWT and ExtGWT Licensing

2009-06-03 Thread Jeff Chimene
On 06/02/2009 03:46 PM, Kango_V wrote: I just wanted to ask you guys about this topic as our IP lawyers have found a potential problem. * ExtGWT extends classes in GWT therefore creating a derivative work. * ExtGWT is licensed under the GPLv3 and GWT under ASFv2. Now, we know that these

Re: get child node by name

2009-06-02 Thread Jeff Chimene
On 06/02/2009 02:15 AM, acpir wrote: All apologies if this is a really obvious question but after 3+ hours searching this group and the tubes in general I couldn't find the answer. I have xml data that looks like this: root item item-descriptiona/item-description

Re: RequestBuilder and native XSL stylesheet processing

2009-05-29 Thread Jeff Chimene
Well, You're not going to like this answer very much but: It seems unnecessarily cruel to burden your users with the wait time of downloading an XSLT transform engine when you could do such processing on your server. I know it's cool to do XSLT processing on the client, but this app doesn't

Re: polling with gwt

2009-05-23 Thread Jeff Chimene
On 05/23/2009 12:30 AM, Charlie wrote: Hey all I'm building a gwt+php application and I need my client side updated every time a database is updated with new data. The way it works right now is I'm sending an httprequest to a php script which keeps querying the database until there's new

Re: polling with gwt

2009-05-23 Thread Jeff Chimene
On 05/23/2009 11:38 AM, Vitali Lovich wrote: If all database access is hidden behind an app layer, you could also have the thread sleep or block on a socket until it gets notified of the appropriate data having been written to the database by another thread (or another application).

Re: Composite question

2009-05-21 Thread Jeff Chimene
On 05/21/2009 09:22 AM, alan m wrote: Hi, I see how Composite is useful in theory for custom widgets, to wrap rather than extend specific widgets prevent exposing all their methods; but I have found that Composite itself has a LOT of methods exposed, particularly the UIObject

Re: Composite question

2009-05-21 Thread Jeff Chimene
On 05/21/2009 10:09 AM, alan m wrote: sure Jeff: Hi, I'd misjudged your question, hence withdrawn my answer. public class PanelWidget extends Composite { private FlowPanel div; public PanelWidget(){ super(); div = new FlowPanel();

Re: How to gray out readonly text in a text box

2009-05-20 Thread Jeff Chimene
On 05/20/2009 02:31 PM, Rob Tanner wrote: If I don't explicitly set a style for a TextBox widget, it picks up the stylesheet .gwt-TextBox and .gwt-TextBox-readonly from the standard.css file. That's fine except that I want to customize it using the css file in the WEB-INF folder which is

Re: Password Encryption

2009-05-19 Thread Jeff Chimene
On 05/19/2009 06:30 AM, Magius wrote: If you encrypt the password at the client side, everybody can review the javascript algorithm and break it. Pardon me, but that's arguing for security by obscurity; which should be an indefensible position when one is concerned with developing

Re: MathML and XML and nocache.js, oh my!

2009-05-18 Thread Jeff Chimene
Hi, Perhaps bootstrap your GWT environment, then load your xhtml doc via RequestBuilder()? On Sat, May 16, 2009 at 5:45 PM, Ductape cultofja...@gmail.com wrote: I am trying to use GWT to code a small application that uses MathML. this requires an xhtml document for firefox to parse MathML

Re: Java Security Permissions / postgreSQL

2009-05-18 Thread Jeff Chimene
On 05/18/2009 10:57 AM, ebe...@gmail.com wrote: grant the connect java.net.SocketPermission to the database server host and port http://www.google.com/search?q=grant+the+connect+java.net.SocketPermission+to+the+database+server+host+and+port

How to handle colliding IMPORT statements

2009-05-15 Thread Jeff Chimene
Hi, I realize this is probably a Java question, but: How does one handle colliding import statements? For example: import com.google.gwt.user.client.Element; Forces me to write: public static void parseBodyInfo(com.google.gwt.xml.client.Element item) { if

Re: Announcing GWT Mosaic 0.2.0

2009-05-14 Thread Jeff Chimene
:On 05/14/2009 09:52 AM, georgopoulos.georg...@gmail.com wrote: Hi All, GWT Mosaic 0.2.0 based on GWT 1.6 is out. Showcase demo: http://69.20.122.77/gwt-mosaic-current/Showcase.html Home page: http://code.google.com/p/gwt-mosaic/ Kind Regards, George. --~--~-- Hi George,

Re: PHP programmer - is GWT for me?

2009-05-13 Thread Jeff Chimene
On Wed, May 13, 2009 at 6:49 AM, Arthur Kalmenson arthur.k...@gmail.comwrote: - Is GWT for me? Or I'd rather use Dojotoolkit or another Javascript library? That's a hard question. IMHO, GWT is primarily for building a complete JS based web application, not for sprinkling some AJAX in a

Re: Using noserver option in GWT 1.6

2009-05-13 Thread Jeff Chimene
On Wed, May 13, 2009 at 5:28 AM, ziglionz zigli...@gmail.com wrote: Hi, I've got a problem debugging in Eclipse using an external server, with the -noserver option. I used to be able to do it in GWT 1.5 but now with 1.6 I can never reach the onLoadModule() handler. The compiled code works

Re: Using noserver option in GWT 1.6

2009-05-13 Thread Jeff Chimene
On 05/13/2009 12:36 PM, ziglionz wrote: To quote Zappa: I do it all the time! Ain't this boogie a mess? I suspect there's something else quite wrong. Do you get the hosted mode browser and the GWT control window? Hi, I do get the two windows Do you use the Eclipse Debug

Re: Validate XML

2009-05-12 Thread Jeff Chimene
On 05/12/2009 05:30 AM, surfi2000 wrote: Hi, Is there a way to validate XML in GWT. I have got a schema and a DTD. How would I validate an XML document using GWT Use GWT to send the file to your server for validation. Downloading and activating a Javascript XML validation tool (assuming it

Re: Label with ellipsis ... support!

2009-05-10 Thread Jeff Chimene
On 05/10/2009 03:01 AM, LooneyLynn wrote: I wrote a small component supporting auto-ellipsing if the text content doesn't fit into a label. This is done by using a fixed width and a maximum height. If the text would render the label bigger than InMaxHeight pixels, it will be truncated until

Re: Synchronous YES/NO/Cancel message box

2009-04-26 Thread Jeff Chimene
On Sun, Apr 26, 2009 at 1:52 AM, Paul Grenyer paul.gren...@gmail.com wrote: Hi Thanks for the response. Yes, what you say is very true. However, it doesn't help me. The problem I've got is that I have a method which is called just before a tab is closed. If the contents of the tab has been

Re: Synchronous YES/NO/Cancel message box

2009-04-26 Thread Jeff Chimene
On 04/26/2009 09:40 AM, Paul Grenyer wrote: Hi I'm not sure I understand this requirement. If you're talking about a GWT tab widget, no user data will be lost when the tab closes. In a TabPanel, a Tab close event is usually associated with moving focus to another tab. No data loss

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-24 Thread Jeff Chimene
On Thu, Apr 23, 2009 at 9:05 PM, Rob Tanner caspersg...@gmail.com wrote: On Apr 23, 6:11 pm, Jeff Chimene jchim...@gmail.com wrote: On 04/23/2009 04:57 PM, Rob Tanner wrote: On Apr 23, 4:25 pm, Jeff Chimenejchim...@gmail.com  wrote: On 04/23/2009 04:09 PM, Rob Tanner wrote: On Apr

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-24 Thread Jeff Chimene
On 04/24/2009 02:42 PM, Rob Tanner wrote: On Apr 24, 8:37�am, Jeff Chimenejchim...@gmail.com wrote: On Thu, Apr 23, 2009 at 9:05 PM, Rob Tannercaspersg...@gmail.com wrote: On Apr 23, 6:11�pm, Jeff Chimenejchim...@gmail.com wrote: On 04/23/2009 04:57 PM, Rob Tanner

Re: Best practices?

2009-04-23 Thread Jeff Chimene
On 04/23/2009 09:36 AM, Laird Nelson wrote: I'm looking for some recommendations from the hard-core GWT users out there. I'm sure my requirements are not unique. What is the best way to set up a modular web application that features GWT? You're asking two questions: o How do I develop

Re: Best practices?

2009-04-23 Thread Jeff Chimene
On 04/23/2009 10:39 AM, Laird Nelson wrote: On Apr 23, 1:04�pm, Jeff Chimenejchim...@gmail.com wrote: You're asking two questions: At least. :-D Replies inline (sound of rolling up sleeves) � � �You've already said you don't want to ... have one giant .war file that

Re: Best practices?

2009-04-23 Thread Jeff Chimene
On 04/23/2009 01:22 PM, Laird Nelson wrote: On Thu, Apr 23, 2009 at 3:49 PM, Jeff Chimene jchim...@gmail.com mailto:jchim...@gmail.com wrote: On 04/23/2009 10:39 AM, Laird Nelson wrote: On Apr 23, 1:04�pm, Jeff Chimenejchim...@gmail.com mailto:jchim...@gmail.com wrote

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Jeff Chimene
On 04/23/2009 10:25 AM, Rob Tanner wrote: On Apr 22, 5:35�pm, Jeff Chimenejchim...@gmail.com wrote: On 04/22/2009 04:15 PM, Rob Tanner wrote: On Apr 22, 1:00 pm, Jeff Chimenejchim...@gmail.com �wrote: On 04/22/2009 12:06 PM, Rob Tanner wrote: Hi,

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Jeff Chimene
On 04/23/2009 04:09 PM, Rob Tanner wrote: On Apr 23, 2:46�pm, Jeff Chimenejchim...@gmail.com wrote: On 04/23/2009 10:25 AM, Rob Tanner wrote: On Apr 22, 5:35 pm, Jeff Chimenejchim...@gmail.com �wrote: On 04/22/2009 04:15 PM, Rob Tanner wrote: On Apr

Re: Having a Problem with GWT XMLparser

2009-04-23 Thread Jeff Chimene
On 04/23/2009 01:25 AM, Charlie wrote: - I have no idea how this makes sense, why would this work and the same response I get from a server won't? maybe it's about spaces or empty lines? @Jeff: when I tried to remove the/br tags it did work , no idea why though. It has something to

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-23 Thread Jeff Chimene
On 04/23/2009 04:57 PM, Rob Tanner wrote: On Apr 23, 4:25�pm, Jeff Chimenejchim...@gmail.com wrote: On 04/23/2009 04:09 PM, Rob Tanner wrote: On Apr 23, 2:46 pm, Jeff Chimenejchim...@gmail.com �wrote: On 04/23/2009 10:25 AM, Rob Tanner wrote: On Apr 22,

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-22 Thread Jeff Chimene
On 04/22/2009 12:06 PM, Rob Tanner wrote: Hi, I've been going back and forth with Instantiations tech support over their GET Designer Eclipse plugin. When I try and execute a GWT application in Eclipse that I built with the Designer, I get an Exception immediately. The error is:

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-22 Thread Jeff Chimene
On 04/22/2009 04:15 PM, Rob Tanner wrote: On Apr 22, 1:00�pm, Jeff Chimenejchim...@gmail.com wrote: On 04/22/2009 12:06 PM, Rob Tanner wrote: Hi, I've been going back and forth with Instantiations tech support over their GET Designer Eclipse plugin. �When I try and

Re: SWT seems to think I'm running on Linux and not a Mac ???

2009-04-22 Thread Jeff Chimene
On 04/22/2009 04:15 PM, Rob Tanner wrote: On Apr 22, 1:00�pm, Jeff Chimenejchim...@gmail.com wrote: On 04/22/2009 12:06 PM, Rob Tanner wrote: Hi, I've been going back and forth with Instantiations tech support over their GET Designer Eclipse plugin. �When I try and

Re: GWT 1.6 in Ubuntu

2009-04-22 Thread Jeff Chimene
at 8:39 PM, Jeff Chimene jchim...@gmail.com mailto:jchim...@gmail.com wrote: On 04/22/2009 05:35 PM, Cliff Newton wrote: I recently downloaded the GWT/App Engine Eclipse plugin. I created a new using the create new web application project button

Re: Having a Problem with GWT XMLparser

2009-04-21 Thread Jeff Chimene
On 04/20/2009 06:02 PM, codeboo...@gmail.com wrote: Hello everyone when I give my gwt to parse the following XML file , I get an error: ?xml version=1.0 encoding=UTF-8 ? result a href=http://cgi.ebay.com/APPLE-iPod-8gb-Blue-Nano-4th-Gen-Video- MP3-8-gb-Grade-

Re: XML Parser problem...

2009-04-16 Thread Jeff Chimene
On Thu, Apr 16, 2009 at 12:04 AM, Soren Johnson soren.john...@gmail.com wrote: I can't seem to get XMLParser.parse() to work, even with what looks like valid XML. Do I need to remove all the '\n' and '\r' from the String? Is there another common gotcha? thanks... Are you talking about

Re: How do I open a file on the client-side?

2009-04-15 Thread Jeff Chimene
On 04/15/2009 10:06 AM, Soren Johnson wrote: I have an XML file that is served to the client automatically by being in the root folder of my war. How do I open in my GWT client code it so that I can parse the contents? Or am I going about this wrong? thanks... Javascript cannot

Re: Open a local file with GWT

2009-04-14 Thread Jeff Chimene
On Mon, Apr 13, 2009 at 11:31 PM, Arun arun.r...@gmail.com wrote: HI, i am new to GWT, I have similar query. I want to open a file which is place somewhere in server file system (i.e. a directory on server contains some directory and files in it). I have to represent it in tree structure

Re: does com.google.gwt.dev.Compiler need to run prior to hosted mode?

2009-04-14 Thread Jeff Chimene
On 04/14/2009 11:12 AM, pohl wrote: On Apr 13, 6:48�pm, Jeff Chimenejchim...@gmail.com wrote: Also, remember that GWT does not implement the entire JRE. From the looks of the above error, you might be hitting that limitation, i.e. delete method not implemented, as well. Well,

Re: Load gwt module before image are loaded on IE7

2009-04-14 Thread Jeff Chimene
On 04/14/2009 09:55 AM, Dominik Steiner wrote: Hi, I have a page that contains a lot of images and some of those images take a long time to load (in total like 1 min) I have searched the forum and found this similar post

Re: Load gwt module before image are loaded on IE7

2009-04-14 Thread Jeff Chimene
On 04/14/2009 04:31 PM, Dominik Steiner wrote: Thanks Jeff for your response, the problem is that the images are within the html page and the gwt module is just a component that has to be included into that html page. So what i would need would be a way that the onModule() method of that

Re: Load gwt module before image are loaded on IE7

2009-04-14 Thread Jeff Chimene
On 04/14/2009 05:48 PM, Dominik Steiner wrote: Thanks for your answers. Ok, i can see the javascript solution, in our case a php backend would rewrite the html and add unique ids to the divs where the images will be added and call a JSNI method that will be triggered on gwt module load and

Re: How to import samples of GWT into Eclipse

2009-04-13 Thread Jeff Chimene
On 04/13/2009 03:05 AM, carlesla wrote: Thanks a lot, Vitali. You're rihgt : webAppCreator creates the eclipse project , and it doesn't need -ecllipse option like in applicationCreator. The only problem now is I would like import the Showcase sample, but webAppCreator command doesn't

Re: does com.google.gwt.dev.Compiler need to run prior to hosted mode?

2009-04-13 Thread Jeff Chimene
On 04/13/2009 01:24 PM, Vitali Lovich wrote: No, you don't need it for hosted mode. The only reason to have that would be to ensure that you are actually writing compilable code (just because it runs under hosted mode doesn't mean it'll compile to Javascript). Generally though, you

Re: Need help to add label to an image

2009-04-13 Thread Jeff Chimene
On 04/13/2009 01:59 PM, Nia wrote: Hey.. Im very new to gwt...using it for the first time infact... Im trying to build a script that will add a marker to an image on mouseclick. Im guessing I have to get the x and y coordinates on mouse click but Im clueless about wht should be done next.

Re: Need help to add label to an image

2009-04-13 Thread Jeff Chimene
On 04/13/2009 02:19 PM, Nia wrote: yes...im trying to build an image annotation tool.. If want to manipulate the images solely on the client side, you have few choices. HTML 5 provides the machinery to manipulate images solely on the client, but support for HTML 5 is not widespread. For

Re: Need help to add label to an image

2009-04-13 Thread Jeff Chimene
On 04/13/2009 02:56 PM, Nia wrote: Im using a MySQL backend... which has the url of the image.Im using PHP/JSON to retrieve the url from the dbis there a way where I can save the x and y cooordinates on mouseclick into the db and add a marker image on top of my original image at the x

Re: Why does standard.css override my own css file

2009-04-13 Thread Jeff Chimene
On 04/13/2009 03:31 PM, Jaap wrote: On Apr 14, 12:25�am, Jaapjaap.hait...@gmail.com wrote: Hi, if add a CSS body statement to the CSS file of my project I see with Firebug that the browser actually does take the values from standard.css and not from my CSS file. Can I change this

Re: Why does standard.css override my own css file

2009-04-13 Thread Jeff Chimene
On 04/13/2009 03:31 PM, Jaap wrote: On Apr 14, 12:25�am, Jaapjaap.hait...@gmail.com wrote: Hi, if add a CSS body statement to the CSS file of my project I see with Firebug that the browser actually does take the values from standard.css and not from my CSS file. Can I change this

Re: does com.google.gwt.dev.Compiler need to run prior to hosted mode?

2009-04-13 Thread Jeff Chimene
On 04/13/2009 04:00 PM, Vitali Lovich wrote: On Mon, Apr 13, 2009 at 6:38 PM, Jeff Chimene jchim...@gmail.com mailto:jchim...@gmail.com wrote: On 04/13/2009 02:48 PM, pohl wrote: Thank you for your responses. I see that the build-gwt.xml ANT script in my GWT4NB-based

Re: does com.google.gwt.dev.Compiler need to run prior to hosted mode?

2009-04-13 Thread Jeff Chimene
On 04/13/2009 02:48 PM, pohl wrote: Thank you for your responses. I see that the build-gwt.xml ANT script in my GWT4NB-based project does have a -noserver argument in the block that invokes GWTShell, so at least one compile step is necessary, as per Jeff's observation, to copy those

Re: Designer- Engineer workflow with GWT

2009-04-13 Thread Jeff Chimene
On 04/13/2009 04:36 PM, lp wrote: We have recently started using GWT to develop a few complex widgets. The people who are working on those projectrs are very good Java developers, however they lack css skills. We usually have an in-house web designer take care of the css styling for our

Re: ClickListener Depreceated in 1.6.4

2009-04-12 Thread Jeff Chimene
On 04/12/2009 01:42 PM, scottland.yo...@googlemail.com wrote: Hi all, My current 1.5.4 application uses ClickListener extensively, now it has been deprecated I must use ClickHandler. However the onClick method monitors and Click event or something like that, whereas ClickListener monitored

Re: Overcoming the client same host security problem for Ajax debugging?

2009-04-09 Thread Jeff Chimene
On 04/09/2009 10:51 AM, Dominique wrote: I have been very excited about using GWT for developing some client side code for my Web site but I have hit a wall with the client same host security restriction. My client side code needs to make extensive calls to the server to get data so I need to

Re: 1.6.4 - duplicate onKeyDown events

2009-04-09 Thread Jeff Chimene
On 04/09/2009 03:36 PM, Sumit Chandel wrote: public class MySuggestBox extends SuggestBox { �...@override ��public void onBrowserEvent(Event event) { �� �getWidget().onBrowserEvent(event); ��} } Hi Sumit, Thanks for the follow-up! I'll implement that code. There can be little doubt that

Re: 1.6.4 - duplicate onKeyDown events

2009-04-09 Thread Jeff Chimene
On 04/09/2009 03:36 PM, Sumit Chandel wrote: Hi jchimene, Thanks for catching this. What you've discovered is essentially a bug. I reproduced it on my end and can confirm that events will fire twice for pretty much any class extending Composite because of the two onBrowserEvent calls in

Re: 1.6.4 - duplicate onKeyDown events

2009-04-09 Thread Jeff Chimene
On 04/09/2009 05:13 PM, Vitali Lovich wrote: Regarding the example given in the issue, I don't think you are using the new event system properly, are you? See my note in the issue. As for the bug using the deprecated event system, don't use the deprecated event system. Hence the reason

Re: 1.6.4 - duplicate onKeyDown events

2009-04-09 Thread Jeff Chimene
On 04/09/2009 05:13 PM, Vitali Lovich wrote: Regarding the example given in the issue, I don't think you are using the new event system properly, are you? See my note in the issue. As for the bug using the deprecated event system, don't use the deprecated event system. Hence the reason

Robust (cross-browser) check for a specific keycode?

2009-04-06 Thread Jeff Chimene
Hi, Can I reliably (cross-browser) check for a specific keycode using the following code: public void onKeyDown(Widget sender, char keyCode, int modifiers) { if ( 191 == (int)keyCode) { // question mark Window.alert(help); } } TIA, jec

<    1   2   3   4   5   6   >