Re: error in javascript generated by GWT 2.0.3 for IE6 ?

2010-04-04 Thread yves
I found my problem : Instead of set-property name=user.agent value=ie6 / set-property name=user.agent value=safari / it should be set-property name=user.agent value=ie6,safari / So there is no more problem, and no bug in the GWT compiler ! Yves On 3 avr, 19:39, yves

Re: Scrolling within a page

2010-04-04 Thread rjcarr
As far as I know, anything you can do outside of GWT you can do within GWT. For your example, you'll want to look into the Anchor type. There are many other ways to do this, however, depending on how fancy you want to get. You could have a scroll pane that is scrolled when you click a letter.

Re: How to read text file that was zipped in GWT?

2010-04-04 Thread Sripathi Krishnan
See this discussion thread - http://groups.google.com/group/google-web-toolkit/msg/270a6d0b6b08386e Most browsers (including IE6) understand gzip and will automatically uncompress the content if the appropriate http headers are set. You don't have to write any code to uncompress content. On the

Re: How to retrieving texts from .properties file dynamically?

2010-04-04 Thread Sripathi Krishnan
You should use the ConstantsWithLookuphttp://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/i18n/client/ConstantsWithLookup.htmlinterface instead of the Constants interface. That way, you can construct the key at run-time and get the message using the getString() method. Using

Re: Scrolling within a page

2010-04-04 Thread Kyle Baley
Doh! You're right. Using regular anchor hashes works just fine. But you're right. We'll probably go with something fancier. In version 2. On Apr 4, 5:01 am, rjcarr rjc...@gmail.com wrote: As far as I know, anything you can do outside of GWT you can do within GWT.  For your example, you'll want

Re: Deleting gwt-servlet.jar

2010-04-04 Thread euzuro
Not sure if this helps or not, but in the latest version of the gwt eclipse plugin, if you right click on your project and select Properties, then Google- Web Application, there are some WAR-related configurations. (it helped us to get the plugin to stop trying to copy-in the gwt- servlet.jar

Re: Trying a simple Google Web Toolkit app, with no success

2010-04-04 Thread Jeremy R
Moving to Resin 3 and JRE 1.6.x - which my hosting company finally managed to do - has fixed this. Onwards and upwards ... :) Thanks! On Mar 28, 9:33 am, bch...@gmail.com bch...@gmail.com wrote: 1. Like you said, the problem seems to be Resin. Did you try asking the Resin forums ? 2. Resin 2

Re: Deleting gwt-servlet.jar

2010-04-04 Thread Ian Bambury
It stops the message if you have something you don't want copied in (i.e. if it's in the classpath but you don't want it in the /lib/ unfortunately I can't seem to get it to work on the servlet jar when it is just a GWT 'requirement'. It's like a petulant child who wants something on his plate

Re: How to retrieving texts from .properties file dynamically?

2010-04-04 Thread kgeri
You can also use gwt-dmesg, does exactly this, and you don't have to maintain an extra class for the messages like with ConstantsWithLookup. http://code.google.com/p/gwt-dmesg On ápr. 3, 09:18, Victor Papp vic...@vpapp.com wrote: Hi I am using i18n to retrieve texts. Normally, i do it this

DecoratedPopupPanel / Visual Themes

2010-04-04 Thread TM
Hi, I don't really understand the way some of the visual themes stuff works, and haven't had much luck googling/RTFMing... Any clarification about the below would be appreciated! I've got a DecoratedPopupPanel. It appears to be transparent, and with no border images etc. Here's a screenshot:

UiBinder i18n translations

2010-04-04 Thread Fabio Miranda
Hi, I'm using UiBinder/i18n, and I've already learned how to generate the messages properties file (by compiling using with -soyc parameter). Now, I can't realize how to provide translations. I tried: - copy the generated file to the same package of test.ui.xml, - append a _xx locale

Re: Deleting gwt-servlet.jar

2010-04-04 Thread Paul
I struggled with all of the warnings from the GWT eclipse plug in as I was using a different project structure, eventually I stopped using the plugin. The GWT tools (except for the plugin) are very flexible. So I recreated my project in eclipse as a java project rather than a GWT project and then

Re: 'Stop running this script' message in browsers

2010-04-04 Thread keyboard_samurai
is there any example for this ? the logic for my code as of now is // some pre tasks DeferredCommand.addCommand(new IncrementalCommand()){ // some heavy stuff // out here associate the rows to be shown in DOM } // some post task On Apr 3, 10:47 pm, Ian Bambury ianbamb...@gmail.com

Re: 'Stop running this script' message in browsers

2010-04-04 Thread keyboard_samurai
in the above code i see that the records start appearing in browser one by one ... is there a way i can find that all my incremental commands have done processing their logic so i can go ahead removing the message or progress bar ? Thanks for the help! On Apr 5, 9:08 am, keyboard_samurai

GWT Sleep

2010-04-04 Thread Tapas Adhikary
Hi All, I would like to show an image for the specified time in the UI. I need to give an good amount of delay between user action and the next UI refresh.In GWT, I am looking for something like a Thread.sleep(SPECIFIED_TIME) as it is in Java. Is there any similar method exist to achieve ? I

Re: GWT Sleep

2010-04-04 Thread kozura
Plenty of examples under the Timer documentation http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsDelayed.html. You never sleep, which in java stops all activity in a thread, but instead set up an action which asynchronously occurs in the future. On Apr 4, 11:00 pm, Tapas Adhikary

[gwt-contrib] Re: Reorganizes bikeshed/com/google/gwt/samples/expenses to a more ideal (issue294802)

2010-04-04 Thread Ray Ryan
Not a one. On Apr 3, 2010 2:58 PM, amitman...@google.com wrote: Looks good. I like this new structure, as per we discussed offline. Have the contents of any file changed that I should carefully look at? On 2010/04/03 21:28:52, Ray Ryan wrote: Amit, I'll be TBR'ing this.