GWTUpload and 2GB files across DIFFERENT browsers

2011-01-17 Thread omsrobert
FireFox and IE have 2GB limits on the file size that can be uploaded
to a server whereas Chrome does not have this limit.  Does GWTUpload
work around this limitation in FF + IE?

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.1.1 compiles 2 less permutations?????

2011-01-15 Thread omsrobert
Thanks.  That explains it.  I wish the release notes were available
for it.

On Jan 14, 4:46 pm, Chris Conroy con...@google.com wrote:
 the gecko user agent was deleted. (it referred to Firefox 2, which is
 ancient). gecko1_8 is Firefox 3+

 On Fri, Jan 14, 2011 at 4:41 PM, omsrobert omsrob...@gmail.com wrote:
  From GWT 2.1.0 to GWT 2.1.1, we went from 12 permutations to 10
  permutations.   Why?

  --
  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-toolkit@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT 2.1.1 release notes are missing

2011-01-14 Thread omsrobert
The URL below points to 2.1.0.  Where are the 2.1.1 release notes?

http://code.google.com/webtoolkit/release-notes.html#Release_Notes_Current

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



GWT 2.1.1 compiles 2 less permutations?????

2011-01-14 Thread omsrobert
From GWT 2.1.0 to GWT 2.1.1, we went from 12 permutations to 10
permutations.   Why?

-- 
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Any plans for UIBinder to allow custom parsers?

2010-10-14 Thread omsrobert


On Jun 4, 5:05 am, Blessed Geek blessedg...@gmail.com wrote:

 There should be a plan and strategy, perhaps by programmers supplying
 a DTD to signify the allowed nodes and the DTD is compiled with the
 parser java code. i.e., a gwt element-parser compiler. So, any plans
 for a gwt element-parser compiler?

Google needs to open this up soon.  We would like to use it for GXT.
Ideally, one could insert GWT widgets into a GWTDesigner application
including ones from a GXT palette.  The output of which would be UI
binder xml.  That would work similar to InterfaceBuilder on the Mac
but for the web.  That would be great!

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Display permutation browser name / language / debug level?

2010-09-14 Thread omsrobert
It would be nice if I could see which permutation the compiler is
working on with a bit more verbosity.

Currently, I only see:

[java]Compiling 12 permutations
 [java]   Compiling permutation 0...
 [java]   Compiling permutation 1...
 [java]   Compiling permutation 2...
 [java]   Compiling permutation 3...
 [java]   Compiling permutation 4...
 [java]   Compiling permutation 5...
 [java]   Compiling permutation 6...
 [java]   Compiling permutation 7...
 [java]   Compiling permutation 8...
 [java]   Compiling permutation 9...
 [java]   Compiling permutation 10...
 [java]   Compiling permutation 11...
 [java]Compile of permutations succeeded


I would like something like:

Compiling permutation 0... gecko_18,en,debug

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Password Strength Widget?

2010-07-20 Thread omsrobert
Anyone have a password strength widget for either GWT or GXT?  Client
side or better client w/server side validation would be great.

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Why is the Timestamp compareTo bug not fixed?

2010-06-09 Thread omsrobert
This is a pretty serious issue for enterprise apps.  i.e.  sorting
issues for date columns in a grid

http://code.google.com/p/google-web-toolkit/issues/detail?id=3600q=compareto

Why has the GWT team not fixed it?  There's even a patch/fix in the
ticket.  I really would hate to do a custom build/modification of
GWT.   Can we have this in GWT 2.0.4?

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Firefox 3.6 exception with GWT 2.0.2 / GXT 2.1.1 in hosted mode

2010-03-04 Thread omsrobert
I am getting a client-side exception in hosted mode ever since I
upgraded Firefox to 3.6 from 3.5.8

 [java] 2010-03-04 12:54:31,000 [DEBUG] logException()
 [java] 2010-03-04 12:54:31,000 [DEBUG] (TypeError):
doc.getBoxObjectFor is not a function
 [java]  fileName: http://localhost:8080
 [java]  lineNumber: 31
 [java]  stack: ([object HTMLBodyElement],[object
HTMLDivElement])@http://localhost:8080:31
 [java] @:0
 [java] ([object GWTJavaObject],393240)@http://localhost:8080/
MyApp/gwt/com.mycompany.myapp.MyApp/hosted.html?
com_mycompany_myapp_MyApp:56
 [java] (22)@http://localhost:8080:24
 [java] ((function () {__gwt_makeJavaInvoke(0)(timer, 393240);}),
[object XPCCrossOriginWrapper],[object Object])@http://localhost:
8080:50
 [java] @:0
 [java] (null,24,(function () {__gwt_makeJavaInvoke(0)(timer,
393240);}),[object XPCCrossOriginWrapper],[object Object])@http://
localhost:8080/MyApp/gwt/com.mycompany.myapp.MyApp/hosted.html?
com_mycompany_myapp_MyApp:56
 [java] (22)@http://localhost:8080:9
 [java] 2010-03-04 12:54:31,000 [DEBUG]
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
195)
 [java] 2010-03-04 12:54:31,000 [DEBUG]
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
120)
 [java] 2010-03-04 12:54:31,000 [DEBUG]
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
507)
 [java] 2010-03-04 12:54:31,015 [DEBUG]
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
264)
 [java] 2010-03-04 12:54:31,015 [DEBUG]
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:
91)
 [java] 2010-03-04 12:54:31,015 [DEBUG]
com.google.gwt.core.client.impl.Impl.apply(Impl.java)
 [java] 2010-03-04 12:54:31,015 [DEBUG]
com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188)
 [java] 2010-03-04 12:54:31,015 [DEBUG]
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [java] 2010-03-04 12:54:31,015 [DEBUG]
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
39)
 [java] 2010-03-04 12:54:31,046 [DEBUG]
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
 [java] 2010-03-04 12:54:31,046 [DEBUG]
java.lang.reflect.Method.invoke(Method.java:597)
 [java] 2010-03-04 12:54:31,046 [DEBUG]
com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
 [java] 2010-03-04 12:54:31,046 [DEBUG]
com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
 [java] 2010-03-04 12:54:31,046 [DEBUG]
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
157)
 [java] 2010-03-04 12:54:31,046 [DEBUG]
com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:
1668)
 [java] 2010-03-04 12:54:31,046 [DEBUG]
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
401)
 [java] 2010-03-04 12:54:31,046 [DEBUG]
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
222)
 [java] 2010-03-04 12:54:31,062 [DEBUG]
java.lang.Thread.run(Thread.java:619)

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT video/news/articles etc...

2010-03-03 Thread omsrobert
Here's one site:

OnGWT
http://www.ongwt.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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Need help with JsonpRequestBuilder

2010-03-02 Thread omsrobert
I need some help getting a simple JSONP example to work.  I just want
to call a URL and parse the map that is returned.  Need to (1) figure
out why my code below doesn't work and (2) how to parse the map

e.g.

I have a server (192.168.1.99) that has a script:

http://192.168.1.99/some_path/some_script.php?url=some_argumentjsoncallback=whatever

returns:

whatever({enabled:false,value:/some_argument});


I need to call the script using GWT 2.0.2 so I tried this:

private void callJSONP() {
Log.debug(callJSONP());

 String url = http://192.168.1.99/some_path/some_script.php?
url=some_argumentjsoncallback=whatever;
 JsonpRequestBuilder jsonp = new JsonpRequestBuilder();
 jsonp.setTimeout(2);
 jsonp.requestString(url, new AsyncCallbackString() {

@Override
public void onFailure(Throwable caught) {
 Log.debug(* JSONP Error:  + caught);

}

@Override
public void onSuccess(String result) {
 Log.debug(* JSONP success obj =  + result);

}
 });
}


BUT I am getting a timeout exception!  If I type the URL in my
broswer, it comes back right away so I think I am setting up the
request incorrectly.

This is what I see in the Firebug console:

[DEBUG] * JSONP Error:
com.google.gwt.jsonp.client.TimeoutException: Timeout while calling
http://192.168.1.99/some_path/some_script.php?url=some_argumentjsoncallback=whatever

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Need help with JsonpRequestBuilder

2010-03-02 Thread omsrobert
I also tried

jsonp.setCallbackParam(jsoncallback);

but it's not working.  Is there any documentation other than the
JavaDoc that shows how to use this?

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Need help with JsonpRequestBuilder

2010-03-02 Thread omsrobert
I got it to work.  I had to set the callback param and use
requestObject() with a type of JavaScriptObject instead of String.

-- 
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 to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Using Constants server-side?

2009-12-21 Thread omsrobert
I need to use the same localization mappings on the server as on the
client.  I can't instantiate Constants server-side.  I suppose one
method would be to read in the raw properties file and do a key lookup
but I'd like to reuse the Java method interface if I can.  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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




Managing localized strings on both server and client

2009-07-29 Thread omsrobert

I have been extending the GWT Constants interface to manage my
localized strings with great success on the client.  However, there
are strings on the server that must also be localized.  It would be
nice to share the constants between the client and server.  Has anyone
done this?  If so, how?
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT 1.6 - Expand Tree?

2009-06-16 Thread omsrobert

How do I expand all the nodes in a 1.6 Tree?  I do not see an expand()
method.  setSelected()?

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



PureMVC and GWT 1.6 / GXT?

2009-05-26 Thread omsrobert

Anyone using PureMVC with GWT 1.6 and/or GXT?  Do I need puremvc4gwt
or just PureMVC?  I would love to see a sample demo and source.
Anyone have a link or code they can share?

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT 1.6 - Building WAR for deployment?

2009-05-18 Thread omsrobert

I am using the Google plug-in for Eclipse for a GWT 1.6 / GXT 2.0 beta
project.  My app works fine in hosted mode but I am having problems
moving to a .war file that I can deploy in Tomcat 6.0.18.

1.  Ant support?

I don't see any ant build file in the project so either I did
something wrong or it is not automatically created.  I assumed the
latter and created my own.  If someone has a sample build.xml, I'd
like to see it.

2. Building/Compiling

How do I build my project?  Eclipse's Project-Build Project results
in a war directory that when jar'ed into a .war and deployed in
Tomcat, is missing files.

When I tried using the GWT Compile Project button to compile, I get
this error:

   [ERROR] Unexpected internal compiler error
java.lang.StackOverflowError
at java.io.ObjectOutputStream$HandleTable.hash
(ObjectOutputStream.java:2321)
at java.io.ObjectOutputStream$HandleTable.lookup
(ObjectOutputStream.java:2254)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1088)
at java.io.ObjectOutputStream.defaultWriteFields
(ObjectOutputStream.java:1509)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:
1474)
at java.io.ObjectOutputStream.writeOrdinaryObject
(ObjectOutputStream.java:1392)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1150)
at java.io.ObjectOutputStream.defaultWriteFields
(ObjectOutputStream.java:1509)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:
1474)
at java.io.ObjectOutputStream.writeOrdinaryObject
(ObjectOutputStream.java:1392)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1150)
at java.io.ObjectOutputStream.defaultWriteFields
(ObjectOutputStream.java:1509)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:
1474)
at java.io.ObjectOutputStream.writeOrdinaryObject
(ObjectOutputStream.java:1392)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1150)
at java.io.ObjectOutputStream.defaultWriteFields
(ObjectOutputStream.java:1509)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:
1474)
at java.io.ObjectOutputStream.writeOrdinaryObject
(ObjectOutputStream.java:1392)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1150)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:
326)
at java.util.ArrayList.writeObject(ArrayList.java:570)
at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:
945)
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT 1.6 - Building WAR for deployment?

2009-05-18 Thread omsrobert

I fixed the internal compile error by adding the following args to the
JVM under the Advanced section of the GWT Compile Project dialog:

-Xss1024k -Xmx512M

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: any tips for beautify gwt applications?

2009-02-02 Thread omsrobert

GXT (http://www.extjs.com) is a pure Java solution (not a Javascript
wrapper)  Also, there are some GWT effects libraries around.

On Feb 2, 5:54 am, jake H pnosti...@gmail.com wrote:
 Hello,
 I m close to finish a gwt application project that i have started a
 month ago. I m really delightful for gwt features and the time needed
 this project to be done. I used the simple widgets of gwt like
 tabpanels, buttons, lists, flextable. But the result seems to be like
 a simple HTML page.
 So i m asking if there are any designing tips to beautify my
 application , so it wouldn't be like a simple HTML page but a nice GWT
 application.( with 'wake effect' and etc )

 Ty.
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Browser caching GWT javascript app

2008-12-13 Thread omsrobert

On Dec 13, 6:19 am, Thomas Broyer t.bro...@gmail.com wrote:
 On 12 déc, 20:35, omsrobert robert.lafe...@o-ms.com wrote:

  We're using Tomcat 6.0.18 and GWT 1.5.3.  The browser (Firefox 3 at
  least) is caching our GWT application. Refreshing fixes it but that's
  not an option for production.  I would think this is a common issue.
  How do we fix it?  Write a response header filter for Tomcat or is
  there a better way?

  Here's the HTTP headers:

 http://ourserver/mywebapp/home/com.mycompany.mine.OurGWTApp.nocache.js

 You should configure your server to send very short expiration for
 *.nocache.* (something like 2 minutes) and very long expiration for
 *.cache.* (RFC2616 recommends 1 year to indicate a resource is
 permanently cacheable)

 BTW, it all depends how your server is computing the ETag. I'd
 recommend disabling ETags altogether.

Does anyone have a sample config snippet for Tomcat?
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Browser caching GWT javascript app

2008-12-12 Thread omsrobert

We're using Tomcat 6.0.18 and GWT 1.5.3.  The browser (Firefox 3 at
least) is caching our GWT application. Refreshing fixes it but that's
not an option for production.  I would think this is a common issue.
How do we fix it?  Write a response header filter for Tomcat or is
there a better way?

Here's the HTTP headers:

http://ourserver/mywebapp/home/com.mycompany.mine.OurGWTApp.nocache.js

GET /mywebapp/home/com.mycompany.mine.OurGWTApp.nocache.js HTTP/1.1
Host: ourserver
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Accept: */*
Accept-Language: en-us,en;q=0.7,ja;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://ourserver/mywebapp/theapp/apphome.html
Cookie: JSESSIONID=621F38E17EF1599EEF41F5AB43A820EE; CP=*
X-lori-time-1: 1229109488064
If-Modified-Since: Fri, 12 Dec 2008 18:31:55 GMT
If-None-Match: W/5830-1229106715375
Cache-Control: max-age=0

HTTP/1.x 304 Not Modified
Server: Apache-Coyote/1.1
Etag: W/5830-1229106715375
Date: Fri, 12 Dec 2008 19:18:07 GMT


--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: 1.6 Users

2008-12-05 Thread omsrobert

Where can I get more info on 1.6 features?

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



How to use Regular Expressions (regex) in GWT?

2008-11-17 Thread omsrobert

How do you use regular expressions in GWT?  Can someone post a small
code sample?  I'm looking to validate an e-mail address against a RFC.

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



What's the best way to override images/css in Chrome theme?

2008-11-13 Thread omsrobert

What's the best way to override images/css in Chrome theme?  I'm
looking to modify the DecoratedTabBar.
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Rounded corners in DecoratedTabPanel fail to display in IE 6

2008-10-30 Thread omsrobert

The upper left and upper right corners are missing under IE 6.  Is
this a bug?  How can I work around it?

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT-ext or ext-GWT?

2008-10-27 Thread omsrobert

I think licensing is one of the deciding factors:

GWT-Ext (http://gwt-ext.com/) is free, open source.  There is a
companion, commercial product called GWT Plus (same author) that
facilitates binding data objects to the widget record store.

Ext GWT (http://extjs.com/products/gxt/) is now a commercial product
with an open source license option.


--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Customize appearance of tab in TabPanel

2008-10-22 Thread omsrobert

How do I customize the appearance of a tab in a TabPanel?  Through a
background image in a style?  What should the format of the image be?
ie.  If I have ask a web designer for an icon, what should I ask them
for?  PNG?  layers?  should the image be of the entire tab or a
border, what?

Thanks...



--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---