[gwt-contrib] Re: GWT 2.8.0 RC1 is here!

2016-07-29 Thread dflorey
Very nice indeed! Now I'm just waiting for App Engine to support Java 8, then I can start migrating our codebase, hurray! Thanks! On Friday, July 29, 2016 at 7:39:39 AM UTC+2, Daniel Kurka wrote: > > Hi all, > > I just build the GWT 2.8.0 RC1 and pushed it to maven central. The > complete SDK

Re: [gwt-contrib] Re: Compile error after moving to 2.5

2013-01-04 Thread dflorey
No, the only workaround for me is to stick with 2.4 :-( On Monday, December 17, 2012 10:25:25 PM UTC+1, Brent Ryan wrote: I'm seeing this same compile error when going from 2.4 to 2.5. Any workaround for this yet? On Wednesday, November 7, 2012 12:24:29 PM UTC-5, dflorey wrote: Sure

Re: [gwt-contrib] Re: Compile error after moving to 2.5

2012-11-07 Thread dflorey
://fonts.googleapis.com/css?family=Ubuntu:400,500,700/ stylesheet src='UniversalContactManager.css' / script src=js/codemirror.js / source path='client' / source path=shared / /module On Tuesday, November 6, 2012 5:10:05 PM UTC+1, John A. Tamplin wrote: On Tue, Nov 6, 2012 at 10:26 AM, dflorey daniel

[gwt-contrib] Code splitter ready for testing?

2012-02-13 Thread dflorey
Hi, I had severe problems with the old code splitter (see https://groups.google.com/forum/?fromgroups#!searchin/google-web-toolkit-contributors/florey/google-web-toolkit-contributors/vRhQtI8xWU0/Pihj-cYSDZgJ ) All code splitting is right now disabled due to the issue. Is the new code splitter

[gwt-contrib] SuggestBox styling?

2012-01-30 Thread dflorey
There is no easy way to change the stylename of the suggest box popup and as such there is no (easy) way to use multiple suggest boxes with differently styled popups. It would be nice to have a setPopupStyle() method or some implicit logic changing the popup style according to

Re: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-11-10 Thread dflorey
Unfortunately I was wrong... the bug is still there. After merging the modules everything works fine again. Will test with the next release. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-10-31 Thread dflorey
I've retested with gwt 2.4 and the issue seems to be fixed. Thanks! -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Aw: Re: [gwt-contrib] How to build large apps with GWT/GAE?

2011-08-23 Thread dflorey
For security reasons the app should be served from a single server. I think the best solution would be to use the new FileService in app engine to host the compiled fragments. It may be doable already by mapping a service to the .js url and serve the content from the blobstore, but it would be

Aw: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-17 Thread dflorey
Hi, unfortunately I did not manage to reproduce the issue in a clean project. But I'd like to show the issue to someone with my existing projects. I've been able to find a workaround by adding the module classes to a fake rpc service. I could setup a TeamViewer session to show the issue on my

[gwt-contrib] How to build large apps with GWT/GAE?

2011-08-16 Thread dflorey
Are there any plans to provide tools to support large apps with GWT / GAE? If an app supports multiple locales, browsers, gears etc. you can easily end up with many dozens of permutations. As the total application size is currently limited to 150 MB on the GAE this causes problems for larger

Aw: Re: [gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-11 Thread dflorey
I'll try to create 2 demo projects once I find the time. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Aw: Regression: instanceof compiler issue

2011-08-09 Thread dflorey
BTW: It works find in dev mode, just fails when compiled -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: [RFC] GWT Widgets that ROCK!

2011-03-23 Thread dflorey
I am wondering if you are considering to use html5 widgets if available and provide a fallback gwt implementation for browsers that do not (yet) support widgets like http://slides.html5rocks.com/#semantic-tags-2 I think in general GWT has the right tools for using native browser stuff

[gwt-contrib] Re: [RFC] GWT Widgets that ROCK!

2011-02-26 Thread dflorey
It would be great if localized messages would be moved to ClientBundle so that we can include localized messages as part of the widget styling. This is e.g. very useful for tooltips etc. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Future of CellTable

2011-02-18 Thread dflorey
Thanks for the info! I guess I'll wait until 2.3 and will start to port the TreeTable + filter stuff. Is there a way to contribute patches since the incubator is deprecated? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Future of CellTable

2011-02-17 Thread dflorey
Hi, first of all congrats on the new 2.2 release! I was wondering if it is planned to add the incubator features (column resizing by dd, fixed headers/footer etc.) to the CellTable widget over the next releases. I'm still waiting for a good time to get rid of the incubator and port our apps...

[gwt-contrib] GWT 2.1 / gwt-incubator tables

2010-11-17 Thread dflorey
Hi, as stated in this thread http://groups.google.com/group/google-web-toolkit/browse_thread/thread/26f883d9b0c02136 GWT 2.1 will replace the incubator table framework. I may be blind but after looking at the sources I cannot find - Fixed table header (ScrollTable) - Resizable columns - Built

[gwt-contrib] Inheritance problem with property-provider

2010-09-15 Thread dflorey
Hi, on my way to implement my html5 widgets I started to implement a new propery-provider. Strange: When defining it in my module.xml and inherit this module from another module, I get some strange error like JavaScript method not found When copying the property-provider dev to the module.xml it

[gwt-contrib] Re: Inheritance problem with property-provider

2010-09-15 Thread dflorey
Strange stuff, now it is working - without changing anything. No idea who's the culprit. Sorry for the noise. On Sep 15, 2:37 pm, dflorey daniel.flo...@gmail.com wrote: Hi, on my way to implement my html5 widgets I started to implement a new propery-provider. Strange: When defining it in my

[gwt-contrib] Re: Composite is evil?

2010-09-14 Thread dflorey
I remember there once has been a LazyPanel in the incubator especially for use within TabPanels. Can you by chance provide your SimpleComposite src? Thanks, Daniel On Sep 12, 5:04 pm, Ed post2edb...@gmail.com wrote: I've never used lazy-loading within my composites and never felt the need

[gwt-contrib] Re: How to detect HTML5 support?

2010-09-14 Thread dflorey
, 11:24 am, Thomas Broyer t.bro...@gmail.com wrote: On Sep 13, 6:04 pm, dflorey daniel.flo...@gmail.com wrote: I'm working on a HTML5 widget library that will emulate html5 when it is not supported by the browser (html5 form elements etc.) I don't know what is the best approach to take

[gwt-contrib] Wrong error message...

2010-09-13 Thread dflorey
...in ResizeComposite:25 java.lang.AssertionError: LayoutComposite requires that its wrapped widget implement HasLayout should be java.lang.AssertionError: LayoutComposite requires that its wrapped widget implements RequiresResize --

[gwt-contrib] How to detect HTML5 support?

2010-09-13 Thread dflorey
I'm working on a HTML5 widget library that will emulate html5 when it is not supported by the browser (html5 form elements etc.) I don't know what is the best approach to take advantage of deferred binding to use the native/emulated classes. Is it better to extend the user agent to be able to

[gwt-contrib] Re: RFC: i18n Messages Additions

2010-08-18 Thread dflorey
This sound good! Are there any plans to include Messages into the ClientBundle without the GwtCreateResource bridge? On Aug 17, 11:15 pm, John Tamplin j...@google.com wrote: Here are several additions I am making to the GWT Messages functionality.  Before finalizing it for review, I would like

[gwt-contrib] How to serialize client side objects to string?

2010-04-26 Thread dflorey
Is there a way to easily serialize GTW-serializable objects to string on the client side? I'd like to be able to story arbitrary objects to the html5/gears local db as string. Any ideas? Can I hook into the GWT rpc-serialization mechanism? --

[gwt-contrib] TabLayoutPanel suggestion: Add tab-position property

2010-03-24 Thread dflorey
Hi, I just needed a TabLayoutPanel with Tabs on the bottom instead of tabs on the top. I copied the TabLayoutPanal and changed the orientation. I'd like to suggest to add this feature as an option in another cstr. It requires just 3 lines of code ;-) Daniel --

[gwt-contrib] ...and: Add setEnabled() to menu items

2010-03-24 Thread dflorey
I've been missing that one as well. I can provide patches if desired. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors To unsubscribe from this group, send email to google-web-toolkit-contributors+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as

[gwt-contrib] Re: ClientBundle produce memory leaks in IE6

2010-03-22 Thread dflorey
Is it this one again? http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/74857a726d25bbac On 19 Mrz., 21:47, Joel Webber j...@google.com wrote: I am able to reproduce this leak as well, and can confirm that it only happens on IE6 (not 7+). If I use a standard

[gwt-contrib] Re: GWT Incubator Status Update and Schedule

2010-02-01 Thread dflorey
What about Fred Sauer's gwt voices project? AFAK it has an elegant approach how to provide flash based fallback if certain capabilities are not supported by the browser itself. On 1 Feb., 14:25, Joel Webber j...@google.com wrote: To be clear, we do recognize the importance of starting to

[gwt-contrib] Re: GWT Incubator Status Update and Schedule

2010-02-01 Thread dflorey
See: http://groups.google.com/group/google-web-toolkit-contributors/browse_thread/thread/4f5fb0cbd007fa25/e6a70c6a26a444cd?lnk=gstq=compatibility+animations#e6a70c6a26a444cd On 1 Feb., 17:23, dflorey daniel.flo...@gmail.com wrote: What about Fred Sauer's gwt voices project? AFAK it has

[gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-24 Thread dflorey
, dflorey daniel.flo...@gmail.com wrote: The only show stopper I see right is that Messages/Contacts are not yet part of the ClientBundle, so I came up with something like this (copypaste from branch source): You can bridge them with a GwtCreateResource or add a new ResourceGenerator type

[gwt-contrib] Re: More on TabLayoutPanel styles

2010-01-19 Thread dflorey
One more issue: Using LazyPanel does not work in the new TabLayoutPanel. I guess the setVisible() method is no longer called on this widget (is it called on one of the parent panels?) On Jan 19, 5:07 pm, Joel Webber j...@google.com wrote: On Mon, Jan 18, 2010 at 6:17 AM, dflorey daniel.flo

[gwt-contrib] Re: History support broken on chrome

2010-01-12 Thread dflorey
I've created http://code.google.com/p/google-web-toolkit/issues/detail?id=4477 for this one. On Jan 9, 11:48 am, dflorey daniel.flo...@gmail.com wrote: I've create a simple code snippet to track down the problem and it turned out that this problem only occurs when putting a Frame() widget

[gwt-contrib] History support for StackLayoutPanel

2010-01-06 Thread dflorey
Hi, it would be very convenient if StackLayoutPanel would support SelectionHandler and a setItem(int index) method to implement history support. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: History support broken on chrome

2010-01-06 Thread dflorey
Works fine in IE too On Jan 6, 10:51 am, dflorey daniel.flo...@gmail.com wrote: For the some reason the history support is not working properly on chrome. I've just added the history example to the main tab panel and it is working fine on firefox but works on chrome only for the first back

[gwt-contrib] Tab-selected style missing in JavaDoc for TabLayoutPanel

2010-01-06 Thread dflorey
reminder -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: History support broken on chrome

2010-01-06 Thread dflorey
I just copied the example code: http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html I'll change my code to use newItem(..., false) and let you know if this works. Thanks so far! On Jan 6, 5:02 pm, Thomas Broyer t.bro...@gmail.com wrote: On Jan 6, 3:47 pm, Joel Webber

[gwt-contrib] Re: History support for StackLayoutPanel

2010-01-06 Thread dflorey
for this? On Wed, Jan 6, 2010 at 4:05 AM, dflorey daniel.flo...@gmail.com wrote: Hi, it would be very convenient if StackLayoutPanel would support SelectionHandler and a setItem(int index) method to implement history support. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: History support broken on chrome

2010-01-06 Thread dflorey
I changed the method but still no luck. I'm running chrome 4.0.266.0 The app hangs after second back. On Jan 6, 5:32 pm, dflorey daniel.flo...@gmail.com wrote: I just copied the example code:http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHist... I'll change my code to use

[gwt-contrib] Fixed styles on SplitLayoutPanel-HDragger?

2010-01-05 Thread dflorey
I just tried to modify the dragger style in the new SplitLayoutPanels but with no success. There are some hard-coded properties like width, height, background- color etc. that can not be shadowed by the ...-H/VDragger substyles. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Dev-Mode is not starting up, GWT compile works fine

2010-01-04 Thread dflorey
I've been running trunk but reverted back to 2.0 plugin. On Jan 4, 9:47 am, John Tamplin j...@google.com wrote: On Sun, Jan 3, 2010 at 1:02 PM, dflorey daniel.flo...@gmail.com wrote: I had to remove all gwt dependencies from the run configuration and restore the defaults to get rid

[gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-04 Thread dflorey
On Jan 4, 4:04 pm, BobV b...@google.com wrote: On Sun, Jan 3, 2010 at 6:10 AM, dflorey daniel.flo...@gmail.com wrote: It would be great if the new ClientBundle would be used to style all gwt widgets. I think John probably has some ideas here. (btw: Why is it called ClientBundle

[gwt-contrib] Re: TabLayoutPanel not working on IE8

2010-01-04 Thread dflorey
. On Sun, Jan 3, 2010 at 12:47 PM, dflorey daniel.flo...@gmail.com wrote: Yes. You can have a look at my current testpage at http://www.floreysoft.net It's just a bunch of new LayoutPanel with css styles only. On Jan 3, 6:30 pm, John Tamplin j...@google.com wrote: On Sun, Jan 3, 2010

[gwt-contrib] Re: StackLayoutPanel has no styles at all??

2010-01-04 Thread dflorey
stacks. The layout system does this automatically, but it is rather difficult to place the content of a header wherever you want it. On Sun, Jan 3, 2010 at 1:41 PM, dflorey daniel.flo...@gmail.com wrote: Maybe I'm dumb but I do not find any styles associated with the new StackLayoutPanel

[gwt-contrib] Re: Please add ClientBundle as optional parameter in each widget cstr

2010-01-04 Thread dflorey
, John LaBanca jlaba...@google.com On Mon, Jan 4, 2010 at 10:04 AM, BobV b...@google.com wrote: On Sun, Jan 3, 2010 at 6:10 AM, dflorey daniel.flo...@gmail.com wrote: It would be great if the new ClientBundle would be used to style all gwt widgets. I think John probably has some ideas

[gwt-contrib] Please add ClientBundle as optional parameter in each widget cstr

2010-01-03 Thread dflorey
It would be great if the new ClientBundle would be used to style all gwt widgets. (btw: Why is it called ClientBundle and not ResourceBundle as it bundles up different resources...) So let each widget define an interface containing all resources used to style the widget (messages, images,

[gwt-contrib] Re: TabLayoutPanel not working on IE8

2010-01-03 Thread dflorey
Yes. You can have a look at my current testpage at http://www.floreysoft.net It's just a bunch of new LayoutPanel with css styles only. On Jan 3, 6:30 pm, John Tamplin j...@google.com wrote: On Sun, Jan 3, 2010 at 5:56 AM, dflorey daniel.flo...@gmail.com wrote: - TabLayoutPanel is working fine

[gwt-contrib] Dev-Mode is not starting up, GWT compile works fine

2010-01-03 Thread dflorey
For some reason I get this error when launching oophm devmode: 18:48:49.359 [ERROR] [website] Unable to load module entry point class com.floreysoft.website.client.Website (see associated exception for details) java.lang.NoSuchMethodError: java.lang.String.equals(Ljava/lang/ String;)Z at

[gwt-contrib] Re: Dev-Mode is not starting up, GWT compile works fine

2010-01-03 Thread dflorey
I had to remove all gwt dependencies from the run configuration and restore the defaults to get rid of this error. Just in case someone else struggles... On Jan 3, 6:50 pm, dflorey daniel.flo...@gmail.com wrote: For some reason I get this error when launching oophm devmode: 18:48:49.359 [ERROR

[gwt-contrib] StackLayoutPanel has no styles at all??

2010-01-03 Thread dflorey
Maybe I'm dumb but I do not find any styles associated with the new StackLayoutPanel... And no methods to add click listeners etc. I'd expect the same styles as on StackPanel: CSS Style Rules .gwt-StackPanel { the panel itself } .gwt-StackPanel .gwt-StackPanelItem { unselected items }

[gwt-contrib] Re: Avira is showing warning when accessing gwt-generated files

2009-11-28 Thread dflorey
wrote: The best approach is probably to upload the file in question to   Avira's false-positive reporting page: http://analysis.avira.com/samples/index.php On 24-Nov-09, at 8:19 AM, dflorey wrote: Am I the only one with this issue? On 19 Nov., 17:29, dflorey daniel.flo...@gmail.com

[gwt-contrib] Re: Avira is showing warning when accessing gwt-generated files

2009-11-24 Thread dflorey
Am I the only one with this issue? On 19 Nov., 17:29, dflorey daniel.flo...@gmail.com wrote: Hi, since a few weeksAviraAntiVir is generating warnings when accessing gwt-generated files: When accessing data from the URL, http:// allcontacts.southpolecarbon.com/sharedcontacts

[gwt-contrib] Avira is showing warning when accessing gwt-generated files

2009-11-19 Thread dflorey
Hi, since a few weeks Avira AntiVir is generating warnings when accessing gwt-generated files: When accessing data from the URL, http:// allcontacts.southpolecarbon.com/sharedcontacts/ C7C22E75261E4D2C9C7FAF82B71C40B0.cache.html a virus or unwanted program 'HTML/Crypted.Gen' [virus] was found.

[gwt-contrib] GWT app on App Engine not working since today

2009-10-13 Thread dflorey
I've a big problem. My GWT app is not working any more since today. This is what I see from the logs: Let's say my app module is renamed to modulename and I want to access the app on myapp.appspot.com I have to specify /modulename/ index.html as welcome page in order to load the app. This worked

[gwt-contrib] Re: GWT app on App Engine not working since today

2009-10-13 Thread dflorey
url's look ugly and all of my customers will have to redeploy the app to their Google Apps domains :-( On 13 Okt., 11:42, dflorey daniel.flo...@gmail.com wrote: I've a big problem. My GWT app is not working any more since today. This is what I see from the logs: Let's say my app module is renamed

[gwt-contrib] Table framework

2009-10-10 Thread dflorey
Any news on the scroll table framework? I've not looked into the gwt incubator for a long time as I was busy with other stuff, but to me it looks as if not much happened on the tables in the meantime. If Google looks for a way to waste money I would be happy to build this stuff for you ;-)

[gwt-contrib] Re: Locking Columns in PagingScrollTable

2009-07-28 Thread dflorey
I'm not sure about the current status of when things will proceed and move to trunk, but I'd like to see this feature in the core table framework! If you have some patches, I can of course add them to my branch as I've already added some functionality to the tables and at least try to merge back

[gwt-contrib] Re: Locking Columns in PagingScrollTable

2009-07-28 Thread dflorey
You can find my branch here: http://code.google.com/p/google-web-toolkit-incubator/source/browse/#svn/branches/dflorey/tableAddons Description of some addons: http://code.google.com/p/google-web-toolkit-incubator/wiki/TreeTable Cheers, Daniel On 28 Jul., 19:43, jay jay.gin...@gmail.com wrote

[gwt-contrib] Problems after upgrading to trunk

2009-07-22 Thread dflorey
After upgrading to trunk my app stopped working. In hosted mode in don't get any error msg, but the hosted mode browser stays empty. When compiling I get this error: [ERROR] Unexpected java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference at

[gwt-contrib] Re: Problems after upgrading to trunk

2009-07-22 Thread dflorey
I get this error when gwt-compiling my app. gwt trunk compiles just fine. On Jul 22, 4:13 pm, Scott Blum sco...@google.com wrote: This is after ant clean? On Wed, Jul 22, 2009 at 5:14 AM, dflorey daniel.flo...@gmail.com wrote: After upgrading to trunk my app stopped working. In hosted

[gwt-contrib] Re: Problems after upgrading to trunk

2009-07-22 Thread dflorey
, dflorey daniel.flo...@gmail.com wrote: I get this error when gwt-compiling my app. gwt trunk compiles just fine. On Jul 22, 4:13 pm, Scott Blum sco...@google.com wrote: This is after ant clean? On Wed, Jul 22, 2009 at 5:14 AM, dflorey daniel.flo...@gmail.com wrote: After upgrading

[gwt-contrib] Re: GWT emulation of HTML5/CSS3 features

2009-07-22 Thread dflorey
I think it is helpful if we distinguish between optional and mandatory features. If GWT would come with a set of widgets or library components that behave slightly different on different browsers this might not be bad in general. I'm aware that the general approach of GWT is to write software

[gwt-contrib] Re: Problems after upgrading to trunk

2009-07-22 Thread dflorey
Hmmm, very strange. After deleting all the *.jdt.prefs* files in my .settings directory everything works fine again. No idea, never created these files but they seem to be harmful under certain circumstances ;-) On Jul 22, 5:37 pm, dflorey daniel.flo...@gmail.com wrote: Update: - When gwt

[gwt-contrib] Re: Building OOPHM for Firefox

2009-06-28 Thread dflorey
It would be very cool if you could post a wiki page / posting how to build OOPHM for Firefox 3.5 from trunk (branch?). On Jun 8, 3:46 pm, John Tamplin j...@google.com wrote: On Sun, Jun 7, 2009 at 6:39 PM, Sam Gross colesb...@gmail.com wrote: The makefile in oophm-plugins-trunk references

[gwt-contrib] Re: DockLayoutPanel

2009-06-26 Thread dflorey
:36 PM, dflorey daniel.flo...@gmail.com wrote: Is the DockLayoutPanel presented at Google IO already in svn? The one that is being used by the wave client? I've not been able to find it... --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web

[gwt-contrib] DockLayoutPanel

2009-06-11 Thread dflorey
Is the DockLayoutPanel presented at Google IO already in svn? The one that is being used by the wave client? I've not been able to find it... --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Moving PagingScrollTable Friends to Trunk

2009-06-10 Thread dflorey
Hi, I'd like to support this effort and would be glad if some of my changes would make it into trunk: - filters - column types for most frequently used column types (numbers,dates,text) including proper filtering, editing and sorting capabilities - simplified table generation ( see

[gwt-contrib] Re: ImmutableResourceBundle deprecated, move to ClientBundle

2009-04-14 Thread dflorey
Good news! Are there plans to consolidate ClientBundle and i18n messages constants? It would be very nice to have a single bundle for all resources of a widget to streamline the widget cusomization. On 14 Apr., 01:55, BobV b...@google.com wrote: I've deprecated the public

[gwt-contrib] Re: Code Review: ValueSpinner, inject style only once

2009-03-03 Thread dflorey
lgtm As I'm not working on the incubator trunk it may take some time for me to commit the patch. Anybody else? Daniel On 2 Mrz., 14:35, Uwe Maurer uwe.mau...@google.com wrote: Hi, I noticed that the ValueSpinner has code in the constructor which injects the style (default or user

[gwt-contrib] Re: Why MenuBar widget do not have a setHorizontalAlignment or setVerticalAlignment method?

2009-01-20 Thread dflorey
It would be very nice if we could add widgets to MenuItems instead of using setting html. This would make formatting of custom menu items a lot easier. I just tried to add menu items that display text + an aligned image and it took some time to find out how to do that (nesting a table). On Jan

[gwt-contrib] Re: Why do DateBox.Format.parse() and format() need DateBox?

2009-01-13 Thread dflorey
. It lets you customize the display of your datebox in response to bad input. And because we pass DateBox in as a parameter, your DateFormat can be a shared flyweight. rjrjr On Tue, Jan 13, 2009 at 8:08 AM, dflorey daniel.flo...@gmail.com wrote: Hi, I'm for the first time using the new 1.6

[gwt-contrib] Re: Why do DateBox.Format.parse() and format() need DateBox?

2009-01-13 Thread dflorey
subclassing DateBox. On Tue, Jan 13, 2009 at 11:49 AM, dflorey daniel.flo...@gmail.com wrote: Seems to be a matter of taste ;-) If parse() and format() should be capable of sophisticated error handling (like triggering a popup to show the error or whatever) I'd prefer to simply implement them

[gwt-contrib] Re: Code review request, Creating gen2 versions of Time and Date Spinner to use the new 1.6 datepicker and event system

2009-01-05 Thread dflorey
btw: Why is the datepicker in a separate package and why is this package not located under user/client/ui? It looks very strange to me that the datepicker package is currently on the same level as server, theme and tools... On 4 Jan., 18:37, dflorey daniel.flo...@gmail.com wrote: Hi Emily

[gwt-contrib] Re: gen2 tables: Create TableDefinition based on annotations

2008-12-11 Thread dflorey
Any ideas why this is not working in compiled mode? I'm aware that my approach may be violating the generator approach but it would be interesting to know why it fails. --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: gen2 tables: Create TableDefinition based on annotations

2008-11-28 Thread dflorey
Uuups, only working in hosted mode :-( On 27 Nov., 13:07, dflorey [EMAIL PROTECTED] wrote: Hi, I've used that Generator stuff in gwt for the first time and I've to admit that it is really cool! I've been using it to simplify the creation of model based gen2- tables. Instead of defining

[gwt-contrib] Re: gen2 TreeTable demo online

2008-11-26 Thread dflorey
. Thanks. On Tue, Nov 25, 2008 at 8:33 AM, dflorey [EMAIL PROTECTED] wrote: Hi Bruce, have you seen that you can easily navigate to the parent node by clicking on one of the dotted lines (links) on the left hand side of the leaf? My major issue concerning usability is the filtering

[gwt-contrib] Re: gen2 TreeTable demo online

2008-11-25 Thread dflorey
- ...more On 25 Nov., 15:57, Bruce Johnson [EMAIL PROTECTED] wrote: On Tue, Nov 25, 2008 at 8:33 AM, dflorey [EMAIL PROTECTED] wrote: Hi Bruce, have you seen that you can easily navigate to the parent node by clicking on one of the dotted lines (links) on the left hand side

[gwt-contrib] gen2 TreeTable demo online

2008-11-24 Thread dflorey
Hi, I've put together a live demo for the TreeTable stuff in my branch. You can find the demo link in the wiki page that I've created containing a minimalistic tutorial: http://code.google.com/p/google-web-toolkit-incubator/wiki/TreeTable As you can see from the demo I've simplified the table

[gwt-contrib] Re: gen2 TreeTable demo online

2008-11-24 Thread dflorey
to a normal ScrollTable. Filtering could be applied to the flattened result and when switching back to tree view the selection could be kept. But this is not very intuitive... On 24 Nov., 13:09, dflorey [EMAIL PROTECTED] wrote: Hi, I've put together a live demo for the TreeTable stuff in my branch

[gwt-contrib] Re: When to use Serializbale / IsSerializable

2008-11-21 Thread dflorey
in favor of Serializable.  In the meantime, we run into these unfortunate cases where you want a class to extent either IsSerializable or Serializable, but there is no way to specify that in Java. Thanks, John LaBanca [EMAIL PROTECTED] On Thu, Nov 20, 2008 at 6:34 AM, dflorey [EMAIL PROTECTED

[gwt-contrib] Re: CssResource question on nested styles

2008-11-21 Thread dflorey
It was me ;-) On 21 Nov., 20:03, dflorey [EMAIL PROTECTED] wrote: I'm currently struggeling to apply a simple rule (just an example) like the following using CssResource: .headerTable td {  font-size: 10px; } Before spending more time on this I'd like to know if the style name

[gwt-contrib] CssResource question on nested styles

2008-11-21 Thread dflorey
I'm currently struggeling to apply a simple rule (just an example) like the following using CssResource: .headerTable td { font-size: 10px; } Before spending more time on this I'd like to know if the style name obfuscating might be the reason why this is not working properly (or is it me??) ?

[gwt-contrib] Re: Code review on date picker branch to date

2008-11-20 Thread dflorey
Comment on DateBox: Would be cool if there would be a way to get the value of the DateBox. Right now I struggle to find a way to listen to value changes and get the value afterwards. I tried to listen to DatePicker and TextBox changes, but it's very complicated to find the proper value there.

[gwt-contrib] Re: Proposal: Extracting gwt-incubator-servlet.jar

2008-11-20 Thread dflorey
issue:http://code.google.com/p/google-web-toolkit/issues/detail?id=2731 Eclipse issue:https://bugs.eclipse.org/bugs/show_bug.cgi?id=243820 Thanks, John LaBanca [EMAIL PROTECTED] On Wed, Nov 19, 2008 at 11:22 AM, dflorey [EMAIL PROTECTED] wrote: While I've been moving TableModelHelper

[gwt-contrib] Proposal: Add Constants and Message resources to ImmutableResourceBundle

2008-11-20 Thread dflorey
It would be cool if someone (bobv) could implement the following ;-) ImmutableResourceBundle right now offers all that is needed to bundle the required resources for a widget - except localized constants and messages. It would be perfect it the functionality currently provided in the i18n module

[gwt-contrib] Re: Proposal: Add Constants and Message resources to ImmutableResourceBundle

2008-11-20 Thread dflorey
StringResource interface could be just toString() --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Proposal: Add Constants and Message resources to ImmutableResourceBundle

2008-11-20 Thread dflorey
BTW: Does ImmutableResourceBundle i18n work for ImageResources? On 20 Nov., 20:35, dflorey [EMAIL PROTECTED] wrote: StringResource interface could be just toString() --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Proposal: Add Constants and Message resources to ImmutableResourceBundle

2008-11-20 Thread dflorey
the annotation magic from the i18n Message or Constant generation? Once I have time I'll dig into all of this. On Thu, Nov 20, 2008 at 2:38 PM, dflorey [EMAIL PROTECTED] wrote: BTW: Does ImmutableResourceBundle i18n work for ImageResources? It should.  If it doesn't, that's a bug. -- Bob Vawter

[gwt-contrib] Widget resources

2008-11-19 Thread dflorey
This might be a beginners question, but as I'm not able to find a good solution, I need some help/ideas: When developing a complex widget you'll need - localized constants (e.g. tooltips) - images - localized images (as images contain text) - default css When looking at ImmutableResourceBundle

[gwt-contrib] Re: Proposal: Extracting gwt-incubator-servlet.jar

2008-11-19 Thread dflorey
-servlet.jar and send it out to the group? On Wed, Nov 19, 2008 at 5:49 AM, dflorey [EMAIL PROTECTED] wrote: Hi, some of the incubator classes are required on the server side (especially the table request response, sort info classes etc.) I've read somewhere that these classes should

[gwt-contrib] Re: Widget resources

2008-11-19 Thread dflorey
removed completely or a still there. I would prefer to have a concept of bundling all of these strings ans provide a way to replace them (or to add a specific set of strings for a locale). On 19 Nov., 15:54, BobV [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 9:32 AM, dflorey [EMAIL PROTECTED] wrote

[gwt-contrib] Re: Proposal: Extracting gwt-incubator-servlet.jar

2008-11-19 Thread dflorey
to organize imports with these nested classes, but that is just one reasone behind it. What do you think? I'll move them to top level in my branch to see what happens... On 19 Nov., 17:00, Emily Crutcher [EMAIL PROTECTED] wrote: Thanks! On Wed, Nov 19, 2008 at 10:39 AM, dflorey [EMAIL PROTECTED

[gwt-contrib] Re: RR: Adding .project to gwt-incubator root directory

2008-11-18 Thread dflorey
+1 !! Daniel On 17 Nov., 22:28, BobV [EMAIL PROTECTED] wrote: What exactly is the reason we can't do the same here? subclipse won't handle linked resources. Even if it is an issue, why would we not leave the files in an eclipse subdirectory and have interested users simply copy them

[gwt-contrib] Re: Proposal: Simplification of ScrollTable

2008-11-17 Thread dflorey
Copy from #190 I like the idea of providing additional default/simple implementations to make constructing a very basic PagingScrollTable easier. Of course, this should be done (if at all possible) without reducing the current flexibility of PST. To address specifics: 1. Consolidating the PST

[gwt-contrib] Re: Proposal: Simplification of ScrollTable

2008-11-15 Thread dflorey
Some more observations regarding PagingScrollTable: Right now the developer is responsible for calling setRowCount on the table model after retrieving data. If you don't call this method you'll get strange results like flashing empty table + endless paging. Unfortunately there is no method like

[gwt-contrib] Proposal: Simplification of ScrollTable

2008-11-14 Thread dflorey
I've opened an RFE in the issue tracker (#190) but I'd like to hear from other developers that already used the new incubator table package to get an impression whether my thoughts are nonsense or brilliant ;-) Right now the table framework is very flexible but fairly complex and hard to

[gwt-contrib] Re: Turning off runtime checks

2008-11-11 Thread dflorey
Seems to be a good idea! I guess it is hard to find an approach that will cover all the contract checking code snippets in the gwt widgets. Do you have an idea in mind how to handle this? Annotations? On 11 Nov., 08:14, Ray Cromwell [EMAIL PROTECTED] wrote: Heads up guys, I just profiled my

[gwt-contrib] RFE: gen2 PagingScrollTable suggestions

2008-11-03 Thread dflorey
I'm currently working on improving my filters for the gen2 table framework. I'd like to propose the following additions/changes to the table package: - Add ColumnDefinitions for the most frequently used types like String, Date, Boolean, Number - These column definitions implement the proper

[gwt-contrib] Re: RFE: gen2 PagingScrollTable suggestions

2008-11-03 Thread dflorey
LaBanca [EMAIL PROTECTED] On Mon, Nov 3, 2008 at 6:01 AM, dflorey [EMAIL PROTECTED] wrote: I'm currently working on improving my filters for the gen2 table framework. I'd like to propose the following additions/changes to the table package: - Add ColumnDefinitions for the most frequently

[gwt-contrib] Layout advice needed

2008-10-31 Thread dflorey
As John described in his wiki for gen2 ScrollTable layout problems may appear when setting the ScrollTable width to 100% instead of fixed pixels. The same problem seems to occur in different scenarios like good old StackPanel problems in Firefox etc. As I'd like to be able for example to nest a

  1   2   >