Re: TabLayoutPanel Hard Width?

2010-06-07 Thread Nick Jost
Specifically, getting around the aptly named, "BIG_ENOUGH_TO_NOT_WRAP"
constant.  I don't see anything, but would appreciate magic/help.

-- 
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.



TabLayoutPanel Hard Width?

2010-06-07 Thread Nick Jost
I'm attempting to set the width of a tab layout panel and getting odd
results.  I'm using CSS to add a border but there _appears_ to be a
hard coded width of 16384px to avoid wrap around.  Is there a way of
getting around 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: Problems w/ Switching Off App Engine

2010-05-20 Thread Nick Jost
Also which JARs should I remove if I follow that path.

-- 
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: Is switching to GWT 2.1 safe?

2010-05-20 Thread Nick Jost
Is there actual documentation out on the new widgets?

-- 
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: Problems w/ Switching Off App Engine

2010-05-20 Thread Nick Jost
Doesn't that also make switching back and forth nearly impossible
without introducing errors?

-- 
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: Problems w/ Switching Off App Engine

2010-05-20 Thread Nick Jost
Not to be crass, but doesn't that defeat the purpose of having a
setting if I have to do that manually?  That _sounds_ equivalent to
"don't use the gas pedal even though its installed, adjust the
throttle with a wrench".  Is there a way of getting the gas pedal to
work?

-- 
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: Security restrictions may not be entirely emulated

2010-05-20 Thread Nick Jost
Just posted a similar question (when it comes through via
moderation).  I should note that I'm running on Fedora.  My partner is
running on Windows and shutting off the GAE works just fine.  Wonder
if that provides a clue...

-- 
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.



Problems w/ Switching Off App Engine

2010-05-20 Thread Nick Jost
I'd been using App Engine since that is the default setting.  However,
I need to turn that off because I need access to local file storage on
the server side and I will be moving to a physically secure
environment.  I should also note that I'm a newly minted GWT user.

My steps to the error are:
1.) In Eclipse right click project->properties->Google->App Engine-
>Uncheck Use Google App Engine
2.) Click run debug button
3.) Window pops for debug view.  I click Yes
4.) In DevModeBase.class process is halted at "shutDown" in method
"run()"
5.) Console reads:
[WARN] Server class
'com.google.appengine.repackaged.org.apache.commons.logging.impl.Log4JLogger'
could not be found in the web app, but was found on the system
classpath
   [WARN] Adding classpath entry 'file:/home/njost/.eclipse/155965261/
plugins/com.google.appengine.eclipse.sdkbundle.
1.3.2_1.3.2.v201003242055/appengine-java-sdk-1.3.2/lib/shared/jsp/
repackaged-appengine-commons-logging-1.1.1.jar' to the web app
classpath for this session
   For additional info see: file:/home/njost/.eclipse/155965261/
plugins/com.google.gwt.eclipse.sdkbundle.2.0.3_2.0.3.v201002191036/
gwt-2.0.3/doc/helpInfo/webAppClassPath.html
Starting Jetty on port 
   [WARN] failed org.mortbay.jetty.nio.selectchannelconnecto...@425eb9
java.lang.NoSuchMethodError: org.mortbay.thread.Timeout.(Ljava/
lang/Object;)V
at org.mortbay.io.nio.SelectorManager
$SelectSet.(SelectorManager.java:306)
at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:
223)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:
303)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at org.mortbay.jetty.Server.doStart(Server.java:233)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at
com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:
543)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:421)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1035)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:783)
at com.google.gwt.dev.DevMode.main(DevMode.java:275)
   [WARN] failed selectchannelconnec...@127.0.0.1:
java.lang.NoSuchMethodError: org.mortbay.thread.Timeout.(Ljava/
lang/Object;)V
at org.mortbay.io.nio.SelectorManager
$SelectSet.(SelectorManager.java:306)
at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:
223)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:
303)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at org.mortbay.jetty.Server.doStart(Server.java:233)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at
com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:
543)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:421)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1035)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:783)
at com.google.gwt.dev.DevMode.main(DevMode.java:275)
   [WARN] failed ser...@c550
java.lang.NoSuchMethodError: org.mortbay.thread.Timeout.(Ljava/
lang/Object;)V
at org.mortbay.io.nio.SelectorManager
$SelectSet.(SelectorManager.java:306)
at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:
223)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at
org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:
303)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at org.mortbay.jetty.Server.doStart(Server.java:233)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:
39)
at
com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:
543)
at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:421)
at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1035)
at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:783)
at com.google.gwt.dev.DevMode.main(DevMode.java:275)

-- 
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.