Re: [gwt-contrib] GWT 2 Roadmap as it applies to future deprecations

2022-08-06 Thread Matt Davis
We have been using Java 17 for some time now. But I think a policy of supporting the two most recent LTS (11, 17) would be fair. In September 23 that would become (17, 21). On Sat, Aug 6, 2022 at 11:14 AM eliasbala...@gmail.com < eliasbala...@gmail.com> wrote: > My 2 cents. > > I am afraid some

Re: [gwt-contrib] Re: GWT 2.10 release?

2021-10-01 Thread Matt Davis
awesome +1 On Fri, Oct 1, 2021 at 2:31 PM mcmi...@gmail.com wrote: > Sound greats +1 > > > nilo...@gmail.com schrieb am Donnerstag, 30. September 2021 um 21:22:13 > UTC+2: > >> We've got a few changes that have been brewing or waiting to be made >> available, and it sounds like it is about time

Re: [gwt-contrib] Re: Goodbye IE 8–9 

2021-09-30 Thread Matt Davis
+1 drop all i.e. On Thu, Sep 30, 2021, 4:13 PM Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > +1 drop IE 11 increases the effort to include new stuff. IE +11 can still > use GWT 2.9.0 > > On Thu, 30 Sept 2021 at 16:55, Vegegoku wrote: > >> I vote to even drop support for IE11. >>

Re: [gwt-contrib] Goodbye IE 8–9 

2021-03-10 Thread Matt Davis
I can't see an argument for keeping any IE version supported with both microsoft and google dropping support. Hopefully dropping support would also allow some optimizations or simplifications. Internally, we were planning on supporting IE11 until microsoft dropped support and forced the issue.

Re: [gwt-contrib] Required JDK version to build GWT?

2020-06-29 Thread Matt Davis
I agree with this statement: "it seems like the clearest win is to move all the way to Java11, though continue to target java 8 releases, and test on all JREs up until current." On Mon, Jun 29, 2020 at 10:21 PM 'Goktug Gokdogan' via GWT Contributors <

Re: [gwt-contrib] Resolving cycle dependency between gwt-safehtml & gwt-safecss

2020-06-25 Thread Matt Davis
+1 to merge. On Thu, Jun 25, 2020, 4:26 PM Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > +1 to merge them. It seems the simplest solution. > > On Thu, 25 Jun 2020 at 17:23, Colin Alworth wrote: > >> One potential option could be moving the tests into gwt-safecss, and only >>

[gwt-contrib] Re: HashCode H$ property should be not enumerable

2020-06-12 Thread Matt Davis
I would love to see just ie11 supported. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit-contributors+unsubscr...@googlegroups.com. To

Re: [gwt-contrib] GWT Java7 support

2019-10-22 Thread Matt Davis
I feel like many more people would enjoy a decent version of embedded jetty. Java 7 hasn't had public support in awhile and Oracle premium support ended this earlier this. On Tue, Oct 22, 2019, 1:24 AM Jens wrote: > It’s kept so long because of java 7 servers and the fact that gwt-servlet >

Re: CellTable rebuilding rows unnecessarily

2015-09-22 Thread William Davis
Or is it not possible for the celltable to only redraw new rows? Will it always redraw the whole table when adding to it? On Monday, September 21, 2015 at 10:07:38 AM UTC-4, William Davis wrote: > > I have found an interesting issue, and I am wondering if I am misusing or > ov

CellTable rebuilding rows unnecessarily

2015-09-21 Thread William Davis
I have found an interesting issue, and I am wondering if I am misusing or overlooking something. I have a large CellTable that is vertically scrollable. I want to show all the rows at once instead of traditional pagination. So at the bottom of my table I have a row that the user can click to

Re: gwt-maven-archetypes multiple project setup

2015-08-04 Thread William Davis
, Will On Friday, July 24, 2015 at 10:42:19 AM UTC-4, Thomas Broyer wrote: On Friday, July 24, 2015 at 4:13:45 PM UTC+2, William Davis wrote: I think I figured something out. In the base project, in the parent pom, I only defined the three modules in that project like this: modules

Re: gwt-maven-archetypes multiple project setup

2015-07-29 Thread William Davis
So I figured out that if I do a maven install a war is generated in the server project, however my servlet classes from the libraries were not copied into the war. Still looking into that... On Tuesday, July 28, 2015 at 10:27:34 AM UTC-4, William Davis wrote: So the good news

Re: gwt-maven-archetypes multiple project setup

2015-07-29 Thread William Davis
It is probably something simple but what do I need to do to get maven to put the jars of the libraries into the target/[app_name]/WEB-INF/lib directory, for building the war? On Wednesday, July 29, 2015 at 8:52:57 AM UTC-4, William Davis wrote: So I figured out that if I do a maven install

Re: gwt-maven-archetypes multiple project setup

2015-07-29 Thread William Davis
sure that jar gets put in the war? Will anything not work correctly if I don't put in the typegwt-lib/type? Thanks, Will On Wednesday, July 29, 2015 at 9:41:05 AM UTC-4, William Davis wrote: It is probably something simple but what do I need to do to get maven to put the jars of the libraries

Re: gwt-maven-archetypes multiple project setup

2015-07-28 Thread William Davis
, this is really excellent. Thanks for the help, Will On Friday, July 24, 2015 at 10:42:19 AM UTC-4, Thomas Broyer wrote: On Friday, July 24, 2015 at 4:13:45 PM UTC+2, William Davis wrote: I think I figured something out. In the base project, in the parent pom, I only defined the three

Re: gwt-maven-archetypes multiple project setup

2015-07-24 Thread William Davis
, William Davis wrote: Will the gwt-lib projects work with incremental compile or will I have to stop the dev mode, rebuild the library, and run again? One of the goals of net.ltgt.gwt.maven:gwt-maven-plugin was to properly support multimodule projects, and properly support includes

Re: gwt-maven-archetypes multiple project setup

2015-07-24 Thread William Davis
, Will On Friday, July 24, 2015 at 9:06:22 AM UTC-4, William Davis wrote: That is great news! I hope I can get your much appreciated assistance to help me figure out what I am doing wrong, because as of right now it isn't working for me. I am sure there is something I haven't configured properly so let

Re: gwt-maven-archetypes multiple project setup

2015-07-24 Thread William Davis
Will the gwt-lib projects work with incremental compile or will I have to stop the dev mode, rebuild the library, and run again? On Thursday, July 23, 2015 at 3:58:16 PM UTC-4, Thomas Broyer wrote: If it's reusable then it's a gwt-lib, not a gwt-app. Next, create any number of gwt-app

gwt-maven-archetypes multiple project setup

2015-07-23 Thread William Davis
I am using the gwt-maven-archetypes with artifactId modular-webapp by Thomas, which is working excellently. However I am trying to make things a little more modular which is causing me difficulty. Lets say I have a core gwt app called core-app, it has been created with the archetype and is

How to re-brand a base project?

2015-07-15 Thread William Davis
I have a base application with all the functionality. Lets say I want to create several different versions for different organizations. Obviously each organization will want their own colors, styles, images, theme, etc in their respective version. My thought is to create a new module for each

Re: Trouble running GWT 2.7 net.ltgt.gwt.maven:gwt-maven-plugin project

2015-05-13 Thread William Davis
I think you are right, probably a typo on my end. I have tried localhost:8080/index.html but no connection there either. I am just assuming I want to navigate to index.html since that is the html file in my WEB-INF directory. I am not sure if I need to prepend the module name or something? At

Trouble running GWT 2.7 net.ltgt.gwt.maven:gwt-maven-plugin project

2015-05-13 Thread William Davis
I feel like this might be a dumb question and the answer is probably very simple. I am using Eclipse 4.4 and Maven to run my GWT 2.7 app. I am in the process of redesigning my project layout and wanted to use the new gwt-maven-plugin by @ThomasBroyer. I create a new maven project from

Re: Trouble running GWT 2.7 net.ltgt.gwt.maven:gwt-maven-plugin project

2015-05-13 Thread William Davis
side stuff is working, none of the text fields and buttons are there. How does the super dev mode work when running on tomcat, will it do an incremental compile on refresh? -Will On Wednesday, May 13, 2015 at 9:02:25 AM UTC-4, William Davis wrote: I think you are right, probably a typo on my

Re: Trouble running GWT 2.7 net.ltgt.gwt.maven:gwt-maven-plugin project

2015-05-13 Thread William Davis
I should probably mention that I am trying to use this modular archetype. mvn archetype:generate \ -DarchetypeCatalog=https://oss.sonatype.org/content/repositories/snapshots/ \ -DarchetypeGroupId=net.ltgt.gwt.archetypes \ -DarchetypeArtifactId=modular-webapp \

Re: Trouble running GWT 2.7 net.ltgt.gwt.maven:gwt-maven-plugin project

2015-05-13 Thread William Davis
I did what you said and I found an error on the console, the ${module.toLowerCase()} wasn't being evaluated properly so I just manually switched it out for the actual module name. Clean and ran as before, it is now working. Thank you very much Jens for your help and patience. -Will On

Re: pushstate - having trouble updating url without reloading page

2015-04-15 Thread William Davis
:41:20 AM UTC-4, William Davis wrote: Jens, I appreciate your quick reply, I am just getting around to trying your suggestion and unfortunately it is still reloading the page and going to a new place causing my UI to be rebuilt and the screen to flash which is undesirable. Thanks though

Re: pushstate - having trouble updating url without reloading page

2015-04-15 Thread William Davis
Jens, I appreciate your quick reply, I am just getting around to trying your suggestion and unfortunately it is still reloading the page and going to a new place causing my UI to be rebuilt and the screen to flash which is undesirable. Thanks though. Best, Will On Friday, April 10, 2015 at

RE: GWT 2.7.0 is here

2015-01-14 Thread Davis, Malcolm
Thanks! -Original Message- From: google-web-toolkit@googlegroups.com [mailto:google-web-toolkit@googlegroups.com] On Behalf Of Thomas Broyer Sent: Wednesday, January 14, 2015 5:42 PM To: google-web-toolkit@googlegroups.com Subject: Re: GWT 2.7.0 is here Distribution as an Eclipse plugin

Re: DateBox incorrect time past certain dates

2014-07-21 Thread William Davis
even their browser time zone may not necessarily reflect their intentions when it comes to using your app. You may, however, detect a browser time zone as a default setting: https://bitbucket.org/pellepim/jstimezonedetect/wiki/Home On Thursday, July 17, 2014 9:20:24 AM UTC-4, William Davis

Re: DateBox incorrect time past certain dates

2014-07-21 Thread William Davis
PM UTC+2, William Davis wrote: Thank you for your suggestion. However, I believe my main problem is that when running in production mode, whatever library or database is being used in the compiled javascript does not take into account the beginning of daylight saving time, which can cause

Re: DateBox incorrect time past certain dates

2014-07-17 Thread William Davis
The next question becomes how do I reliably and dynamically get the correct time zone. If I do something like this, TimeZoneConstants t = (TimeZoneConstants) GWT.create(TimeZoneConstants.class); TimeZone est = TimeZone.createTimeZone(t.americaNewYork()); It works, but I have to know what time

DateBox incorrect time past certain dates

2014-07-16 Thread William Davis
I have run across a rather annoying issue, I have been looking for others with similar problems but cannot seem to narrow it down to a solution that will work for me. The following problem has to do with getting the date from a DateBox. First of all, I always get the right date and timezone

Widget's offsetsize is 0

2014-02-26 Thread William Davis
I have had some problems with getting the size of widgets, I have been looking around for answers to my questions and have found a solution that I am not 100% happy with. My hope is that someone knows a better solution to my problem. In my layout I am using a DockLayoutPanel, in the north I

Re: Printing

2014-01-22 Thread Will Davis
I am having a strange problem, I have figured out how to print my widget with the style. However, when I try to print a second widget, I get a blank page. I only have this problem in firefox, I havn't tested in IE, and chrome seems to work every time. Just to be clear I try to print a widget

CssResource obfuscation map

2012-01-09 Thread Davis
: 8699. Is there any other way to get to obfuscation map than this one? Urls to revisions I'm talking about: http://code.google.com/p/google-web-toolkit/source/detail?spec=svn8691r=8691 http://code.google.com/p/google-web-toolkit/source/detail?spec=svn8699r=8699 Thanks. Davis -- You received

Re: GWT 2.0.3 + Maven2 + Eclipse

2010-03-31 Thread Davis Ford
Here's a GWT 2.0 maven-ized project that uses UIBinder, MVP, etc. that I put together. http://github.com/davisford/gwt-demo On Wed, Mar 17, 2010 at 11:06 AM, Bert roexb...@gmail.com wrote: I'm also very interested in setting up a Project like this. Any sample code from anyone? On Mar 17,

Re: GWT Incubator scrolltable

2010-03-30 Thread Davis Ford
Hi, take a look at my blog write-up that shows an example of how to use PST - http://zenoconsulting.wikidot.com/blog:17/ On Sun, Mar 21, 2010 at 3:31 PM, Kwame iweg...@gmail.com wrote: Does anyone have the full source code for this paging scroll table demo:

DatePicker disabling specified dates

2010-01-20 Thread Mark Davis
Hi, I need to disable specified dates in DatePicker. What is the best way to do it? thanks in advance, Mark -- 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: MVP - interface that implements setVisible()

2010-01-14 Thread Davis Ford
Hi Dominik, why not have a display interface like this? interface Display { void toggleVisible(boolean toggle); } If you need the presenter to toggle specific widgets on the display create an enum: interface Display { enum WidgetType { BUTTON, TEXTBOX }; void

Re: Code coverage for GWT

2009-11-23 Thread Davis Ford
I like maven-emma-plugin or maven-cobertura-plugin On Mon, Nov 23, 2009 at 9:23 AM, Nir Feldman nir.feld...@hp.com wrote: Hi, I want to have a code coverage for a GWT client built using maven. what plugin is the most recommended? Nir -- You received this message because you are

Re: Creating new app windows, not actual browser Windows

2009-11-22 Thread Davis Ford
it modal (or not). Hope that helps, Davis On Sun, Nov 22, 2009 at 9:03 PM, Open eSignForms yoz...@gmail.com wrote: There are several objects I have where from the list of objects, when one is selected, I'd like to simply open up a new window (DialogBox?) that can popup within the browser

Great Tool for Load Testing GWT sites = BrowserMob

2009-11-18 Thread Davis Ford
I have no affiliation with this service, but I just started using it today to set up some load testing for the site I just built, and I am really impressed with it. Easy to use, great features / reporting, fully support for AJAX / JavaScript heavy sites like GWT if you use their real browser

Re: incubator's PagingScrollTable(pagination+Sorting)

2009-11-17 Thread Davis Ford
Hi Chythanya -- take a look at the Live Demo on that page. I do have paging in place with the PagingOptions, and sorting works just fine with it. Regards, Davis On Tue, Nov 17, 2009 at 1:28 AM, shloka chythanya@gmail.com wrote: Davis, thanks for the post ... In your example Are you

Re: incubator's PagingScrollTable(pagination+Sorting)

2009-11-17 Thread Davis Ford
to do this, obviously. It provides an easy way for me to retrieve the original object. I did not try pagingScrollTable.geRowValue(rowIdx); -- why? probably b/c I didn't see the API. Maybe it works, and the map is unnecessary. I'll try it out later -- thanks for pointing it out! Regards, Davis

Re: Day of year?

2009-11-17 Thread Davis Ford
Try http://code.google.com/p/gwtx/ it has support for java.text.* -- it may work for what you want to do. It does not emulate java.sql.Date, but using the SimpleDateFormat, you should be able to provide a proper conversion I think. Regards, Davis On Tue, Nov 17, 2009 at 5:18 PM, Yozons Support

Re: Out of Memory

2009-11-17 Thread Davis Ford
Your server ran out of memory trying to base64 encode some binary data. This isn't really relevant to GWT, but you'll need to increase the RAM on your server or better yet question the size of the certain objects you are trying to base64 encode and return to the client (i.e why are you base64

Re: redrawing the widget according a state change

2009-11-17 Thread Davis Ford
steps 1, 2, 3, 4. Hope that helps, Davis On Tue, Nov 17, 2009 at 11:17 PM, Jaimon kal.liz...@gmail.com wrote: hi, i am pretty new to gwt so be gentle and more than welcome to elaborate. i have created some custom composite widget, which listens to an events (in my case loginEvent). once

Re: General question about project architecture.

2009-11-16 Thread Davis Ford
-- http://zenoconsulting.wikidot.com/blog:16 http://zenoconsulting.wikidot.com/blog:16Regards, Davis On Sat, Nov 14, 2009 at 8:24 AM, rolf r...@squarebox.co.uk wrote: What's the best way to create a web app with multiple entry points but a lot of common code (eg. common widgets and dialogs) shared

Re: GWTTestCase + Spring

2009-11-16 Thread Davis Ford
Hi, I personally wouldn't write too many test cases like this unless you are just trying to ensure that everything is wired together. Even then, I'd probably use something like Selenium to record the test from the UI and play it back. Alternatively, you might consider employing the MVP pattern.

Re: embedding into another site

2009-11-16 Thread Davis Ford
What exactly is the problem you encountered? I just embedded an app I made with GWT into another site on another domain in an IFRAME. It worked fine for me. If your app calls remote services, they have to hit the same server that served the HTML/Js/CSS. On Fri, Nov 13, 2009 at 2:45 PM,

Re: How to create user web pages

2009-11-16 Thread Davis Ford
You can do this with the fantastic UrlRewrite filter. I set my site up this way to make RESTful style URLs. There's an example how to do this here: http://zenoconsulting.wikidot.com/blog:16 On Mon, Nov 16, 2009 at 7:52 AM, Sanjeev Kulkarni sanjeev...@gmail.comwrote: Thanks for the answer.

Re: ie8 and spacing....

2009-11-16 Thread Davis Ford
Try to set up as little of this as possible in GWT/Java and do as much as possible in CSS. Browsers have CSS quirks...GWT won't help with that. This tool is very helpful for working out IE css issues: http://www.my-debugbar.com/wiki/ On Sun, Nov 15, 2009 at 11:03 PM, golfdude

Re: incubator's PagingScrollTable(pagination+Sorting)

2009-11-16 Thread Davis Ford
, Nov 16, 2009 at 3:02 PM, Dazza dazzacoll...@gmail.com wrote: On Nov 16, 3:27 pm, Davis Ford davisf...@zenoconsulting.biz wrote: Hi, here's a blog post I made that shows how I'm using the widget. It may help if you are still looking for a solution. http://zenoconsulting.wikidot.com/blog

Re: Help! Displaying helpful data on a form.

2009-11-16 Thread Davis Ford
Are you using GWT-RPC? I'm not sure I understand your problem completely. So if I have a service like: public interface MyService extends RemoteService { public Entity fetchEntity(String id); } public interface MyServiceAsync { void fetchEntity(String id, AsyncCallbackEntity callback);

Simple example on using gwt-incubator PagingScrollTable

2009-11-15 Thread Davis Ford
I just slapped this blog entry together with a simple example on using PagingScrollTable from gwt-incubator. http://zenoconsulting.wikidot.com/blog:17 Hope someone finds it useful. Regards, Davis -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Which is the best way to manage many rows in a table with pagination?

2009-11-15 Thread Davis Ford
Ok, as promised, here is how I'm using the widget: http://zenoconsulting.wikidot.com/blog:17 -- hope it helps. Regards, Davis On Thu, Nov 12, 2009 at 9:28 PM, Yozons Support on Gmail yoz...@gmail.comwrote: That would be awesome. I'll keep my eyes out for your posting. I would love to use

Re: incubator's PagingScrollTable(pagination+Sorting)

2009-11-15 Thread Davis Ford
Hi, here's a blog post I made that shows how I'm using the widget. It may help if you are still looking for a solution. http://zenoconsulting.wikidot.com/blog:17 http://zenoconsulting.wikidot.com/blog:17Regards, Davis On Wed, Nov 4, 2009 at 2:40 AM, shloka chythanya@gmail.com wrote

Re: two browser windows

2009-11-13 Thread Davis Ford
It's easy to create a second browser using a Hyperlink or Anchor with target = _new for example, but I think you are out of luck if you want them to communicate. I could be wrong here -- perhaps someone else can confirm. On Fri, Nov 13, 2009 at 7:56 AM, chris_wesdorp chriswesd...@gmail.comwrote:

Re: Very Simple FlexTable Question

2009-11-13 Thread Davis Ford
Yep - and as a result, you probably generate an ArrayIndexOutOfBoundsException when you dereference the last element past the array's length. GWT will show this exception in the hosted mode log status window, but in the view, you'll just see the first row, and not the second. On Fri, Nov 13,

Re: Which is the best way to manage many rows in a table with pagination?

2009-11-12 Thread Davis Ford
aside, used with the bulk renderer this thing flies. I haven't really stress tested b/c my needs are fairly small but 8K rows dynamically generated in the DOM in an HTML table with sorting takes less than 3 seconds. Kudos to Google. Regards, Davis On Thu, Nov 12, 2009 at 5:27 PM, Open

Re: incubator's PagingScrollTable(pagination+Sorting)

2009-11-12 Thread Davis Ford
. Regards, Davis On Thu, Nov 12, 2009 at 5:11 PM, Open eSignForms yoz...@gmail.com wrote: What are people's impressions of these widgets in production use? It seems I've read a lot of negative stuff about PagingScrollTable, and it's clear that sorting does not work, which is funny when you run

Dealing with Pop-Up Blocker and Browser Refresh

2009-11-11 Thread davis
, etc...but if the user does F5/Refresh, it takes them back to the login page. What is the recommended path for solving this? Regards, Davis --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group

Re: How can I set an alternative URL?

2009-11-07 Thread Davis Ford
I use this: http://tuckey.org/urlrewrite/ http://tuckey.org/urlrewrite/Works great. On Mon, Sep 21, 2009 at 10:53 AM, BobM bmar...@bcscomputers.com wrote: I still need to figure out how ro run a piece of my application by http://www.myApp.com/subApp Somebody help? Thanks. -- Zeno

Re: Is there any runtime benefit to using the java 'final' modifier in client code

2009-11-05 Thread Davis Ford
( ) { ArrayListString list = new ArrayListString(); } method args? similar to above: public void doSomething(final ArrayListString list) {} vs. public void doSomething(ArrayListString list) {} methods? public final void doSomething( ) {} vs. public void doSomething( ) {} Regards, Davis On Thu, Nov 5

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-04 Thread Davis Ford
This is from the spring page you linked: Not all JPA providers impose the need of a JVM agent (Hibernate being an example). If your provider does not require an agent or you have other alternatives (for example applying enhancements at build time through a custom compiler or an ant task) the

Re: incubator's PagingScrollTable(pagination+Sorting)

2009-11-03 Thread Davis Ford
*/ }}; } } There's a bit more to it, but I found that PagingScrollTable does not sort by itself -- never worked for me. I filed a bug on it. Thus, I do the sorting myself, and it works well. Hope that helps, Davis On Mon, Nov 2, 2009 at 11:35 PM, shloka chythanya@gmail.com wrote: Hi All, I am trying

Re: GWT 1.7 + Eclipse, JPA, Spring configuration

2009-11-03 Thread Davis Ford
as to how to get this to work? Thanks, Yaakov. On Nov 3, 3:33 pm, Davis Ford davisf...@zenoconsulting.biz wrote: don't put persistence.xml in war folder, put it here: ${basedir}/src/main/resources/META-INF/persistence.xml When you build, maven will make sure it goes in the classes dir

Re: Which is the best way to manage many rows in a table with pagination?

2009-10-29 Thread Davis Ford
when I find the time. Regards, Davis On Thu, Oct 29, 2009 at 12:24 AM, rakesh wagh rake...@gmail.com wrote: I was seeing the incubator's widget ScrollPagingTable, what do you think about it? it is really good, use it! Rakesh Wagh On Oct 28, 6:43 am, iaio81 stefano.taurie...@gmail.com

Re: Label in FlowPanel

2009-10-27 Thread Davis Ford
Just use a FlexTable and keep track of row / col yourself. It isn't that difficult to do. Regards, Davis On Tue, Oct 27, 2009 at 8:04 AM, Halabe elie.toumahal...@gmail.com wrote: Hi Thomas, By using an inline label, the labels were displayed on one line however the width of the FlowPanel

DatePicker#setValue(java.util.Date)

2009-10-27 Thread davis
something? Regards, Davis --~--~-~--~~~---~--~~ 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

Re: DatePicker#setValue(java.util.Date)

2009-10-27 Thread Davis Ford
at 12:21 PM, davis davisf...@zenoconsulting.bizwrote: Hi, I'm using com.google.gwt.user.datepicker.client.DatePicker. However, if I set the value such as: datePicker.setValue(date); where date is some java.util.Date object, I was expecting the DatePicker to show the highlighted date

Re: GWT Maven2 (1.7.1) Possible?

2009-10-26 Thread Davis Ford
, trivial example...my real-world app uses a lot more stuff, but it should help get you started. Regards, Davis On Mon, Oct 26, 2009 at 1:46 AM, J.V. jvsr...@gmail.com wrote: I'm trying to get a first app up and running with GWT. What I would like to do is download the jars and compile with maven2

Re: Organizing multiple HTML hosts / Entry points, etc. in single webapp

2009-10-26 Thread Davis Ford
Hi, I have a sample project that solves this problem -- well, it is one particular solution to the problem. It works well for me. I am following this approach for a real app that I am building. You may find it useful: http://zenoconsulting.wikidot.com/blog:16 Regards, Davis On Sat, Oct 24

Re: how to send variables in form panel

2009-10-26 Thread Davis Ford
see it print your textbox...where item.getFieldName() will return text Regards, Davis On Fri, Oct 23, 2009 at 12:19 PM, YoeZ juz...@gmail.com wrote: yes, of course I put the multipart in client code: form.setAction(GWT.getModuleBaseURL() + uploadfileservlet); form.setEncoding

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-16 Thread Davis Ford
said? Thanks for clarifying. RSN. On Thu, Oct 15, 2009 at 8:38 PM, Davis Ford davisf...@zenoconsulting.bizwrote: Hi, I'm not sure you can do this in hosted mode, but I had a similar situation that I solved, and now it is a set and forget. To be up front -- I am a maven bigot. I think Ant

Re: Good GWT Book?

2009-10-15 Thread davis
Hi Andy, the code moves fast. That's the story with most frameworks that are actively under development. I picked up both Manning books GWT In Practice, GWT In Action -- and read them both. They are both decent in getting you familiar with the framework. Unfortunately, a lot of that code is

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-15 Thread Davis Ford
a look at as a skeleton here: http://zenoconsulting.wikidot.com/blog:16 -- if it helps you/someone..great. Regards, Davis On Wed, Oct 14, 2009 at 8:20 PM, RSN romeo.sanc...@gmail.com wrote: I am kind of new with GWT, and I was hoping someone could clarify my following questions, or at least

GWT incubator PagingScrollTable

2009-10-08 Thread davis
, but I can't see it. Documentation is sparse. Anyone have any insight on this?? Thanks in advance, Davis import java.util.ArrayList; import java.util.Arrays; import java.util.Iterator; import java.util.List; import com.google.gwt.core.client.EntryPoint; import com.google.gwt.gen2

PushButton with css sliding doors

2009-10-07 Thread davis
for on/off etc...but so far I haven't been able to get the span thing to work. Regards, Davis --~--~-~--~~~---~--~~ 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

Re: Does FileUpload/FormPanel not work in hosted mode?

2009-09-25 Thread Davis Ford
This subtle difference did the trick -- thanks! On Thu, Sep 24, 2009 at 5:07 PM, David Durham david.durham...@gmail.com wrote: You already called:   formPanel.setWidget(flexTable) then you called: // vPanel is from superclass which extends Composite vPanel.add(flexTable);

Does FileUpload/FormPanel not work in hosted mode?

2009-09-24 Thread Davis Ford
We have looked over the code again and again that submits the form info, and don't see any issue with it. We get a POST to the servlet we created to receive the multipart form params, but the parameters are always null. We have set the name of the widgets we want posted (i.e.

Re: Does FileUpload/FormPanel not work in hosted mode?

2009-09-24 Thread Davis Ford
) -- this is a standard servlet. I breakpoint in the servlet method, and request.getParameters( ) is always null. The form posts no content. Any ideas why? On Thu, Sep 24, 2009 at 3:03 PM, Davis Ford davisf...@zenoconsulting.biz wrote: We have looked over the code again and again that submits the form info

Re: Does FileUpload/FormPanel not work in hosted mode?

2009-09-24 Thread Davis Ford
Well, you're not going to get the file data out of request parameters.  Take a look at this doc on commons-fileupload: http://commons.apache.org/fileupload/streaming.html Hi Dave, I modified the servlet to follow the same code snippet on the commons fileupload page. The only difference here

css question

2009-09-16 Thread davis
? Thanks in advance, Davis --~--~-~--~~~---~--~~ 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

Re: css question

2009-09-16 Thread Davis Ford
Nevermind -- figured it out. Did not realize the descendant selectors. Works with: .gwt-TabBar .gwt-TabBarItem, gwt-TabBar .gwt-TabBarItem-selected { /* shared stuff here */ } On Wed, Sep 16, 2009 at 12:34 PM, davis davisf...@zenoconsulting.biz wrote: Forgive me if this is a dumb/newbie

reset CSS

2009-09-15 Thread davis
Does anyone apply a reset CSS in their project (http://meyerweb.com/ eric/tools/css/reset/) ? I'm wondering if I should use something like this, or if GWT already resets CSS with its default styles? --~--~-~--~~~---~--~~ You received this message because you are

TabPanel IE vs. FF

2009-09-14 Thread davis
Hi, I am having a strange discrepancy in the use of TabPanel in Firefox (3.5.1) vs. IE (8). The TabPanel in question is a smaller part of a larger UI made up of several widgets. In Firefox, everything appears as expected. In IE, the Tabs themselves show up but the content (i.e. widget for the

Re: TabPanel IE vs. FF

2009-09-14 Thread Davis Ford
On Mon, Sep 14, 2009 at 2:22 PM, Ian Bambury ianbamb...@gmail.com wrote: It's always very difficult to answer a question along the lines of 'my program doesn't look right in one browser but it's OK in another - what is wrong?' if there is absolutely no code to go on If anyone had seen 

Re: TabPanel IE vs. FF

2009-09-14 Thread Davis Ford
Hi, I'm not moaning that it doesn't work. It's a community -- and my question is more along the lines of querying the group to see if someone else may have had a similar problem and if they care to share that information, great. If not, I'll solve it eventually. Sometimes providing a simple,

Re: TabPanel IE vs. FF

2009-09-14 Thread davis
Nevermind -- appears to be CSS related. Commenting out the use of a particular CSS file makes the problem go away. On Sep 14, 8:03 pm, davis davisf...@zenoconsulting.biz wrote: Hi Ian, here's a simple example that demonstrates the problem.  The expected result is that I would see

Re: RootPanel.get(String) + DIV weirdness

2009-09-11 Thread davis
a backup Cut out everything except the basic HTML and the RootPanel.get(header).add(... If it still does it, post the exact code here. If not, go back and cut whole chunks out until it works. Then look at what you just cut out. Ian http://examples.roughian.com 2009/9/10 davis davisf

Re: RootPanel.get(String) + DIV weirdness

2009-09-11 Thread davis
that. On Sep 11, 10:21 am, Ian Bambury ianbamb...@gmail.com wrote: If you are using Eclipse, in hosted mode you can debug it in the normal way - e.g. put breakpoints in, examine values etc. Ian http://examples.roughian.com 2009/9/11 davis davisf...@zenoconsulting.biz Thanks Ian -- was banging my

Re: RootPanel.get(String) + DIV weirdness

2009-09-11 Thread davis
On Sep 11, 10:37 am, Thomas Broyer t.bro...@gmail.com wrote: On 11 sep, 16:12, davis davisf...@zenoconsulting.biz wrote: Thanks Ian -- was banging my head against the wall, and this narrowed it down. How are people typically debugging the java GWT client code -- since you can't

Re: RootPanel.get(String) + DIV weirdness

2009-09-11 Thread davis
On Sep 11, 10:40 am, Ian Bambury ianbamb...@gmail.com wrote: If I understand you correctly, you should be able to do what you say you did. E.g. if your HTML has a div with an id of someId and some text content, then this      VerticalPanel p = new VerticalPanel();      p.add(new

RootPanel.get(String) + DIV weirdness

2009-09-10 Thread davis
=javascript:'' id=com.example.audit.das.Admin style=border: medium none ; position: absolute; width: 0pt; height: 0pt; tabindex=-1//body I'm running out of ideas on this one...any clues? Regards, Davis --~--~-~--~~~---~--~~ You received this message because you

How to sort PagingScrollTable

2009-09-09 Thread davis
Hi, I am using the PagingScrollTable from incubator (http:// tinyurl.com/lb68nz) My first question is can it be sorted? If you run the demo here: http://tinyurl.com/nqlax7 ...you can click the sortable columns, but you'll see that the rows are not correctly sorted. My second question is if it

Re: Separating code for an admin interface?

2009-09-08 Thread davis
http://zenoconsulting.wikidot.com/blog:16 On Sep 6, 12:36 pm, Mark mar...@gmail.com wrote: This seems to work - I created an extra module file in my project:   MyProject.gwt.xml   MyProjectAdmin.gwt.xml // added this one this gives me two compiled outputs, the second one I use in an admin

Re: IE table performance or TableBulkRenderer usage in incubator

2009-09-05 Thread Davis Ford
version of FlexTableBulkRenderer, and I have to say it is lightning @#$ing fast in both IE and FF. I'm happy with it. I looked at the new API that replaces the deprecated stuff. I stuck with the deprecated version. Regards, Davis --~--~-~--~~~---~--~~ You received

IE table performance

2009-09-04 Thread davis
annoying for end-user, and if FireFox works great, I'm just looking for that simple IE tweak that can make it perform similarly. If anyone has any tips / pointers for making IE table perf. work better, I'd love to hear it. Regards, Davis --~--~-~--~~~---~--~~ You

Re: IE table performance or TableBulkRenderer usage in incubator

2009-09-04 Thread Davis Ford
As another solution to this issue, I'm looking at using FlexTableBulkRenderer from incubator. http://code.google.com/docreader/#p=google-web-toolkit-incubators=google-web-toolkit-incubatort=BulkTableRenderers Documentation is sparse / unfinished, and the demo program uses a whole number of now

  1   2   >