new GWT 1.6 project layout...

2009-03-06 Thread P.G.Taboada
I am playing around with M2. I have a question about the new folder/ project layout proposed by the command line application creator: are you serious about that? I really do have a problem with mixing generated sources with static project sources. The project layout proposed generates the gwt

Re: new GWT 1.6 project layout...

2009-03-06 Thread P.G.Taboada
And how I am supposed to clean the war directory from old generated stuff? It really feels like GWT does it wrong again - or am I missing something? On Mar 6, 4:09 pm, P.G.Taboada pgtabo...@googlemail.com wrote: I am playing around with M2. I have a question about the new folder/ project

Re: new GWT 1.6 project layout...

2009-03-07 Thread P.G.Taboada
) but once I switched over to this, it was pretty nice. It does seem a little hello,world ... but so far it's working pretty well... On Mar 6, 10:11 am, P.G.Taboada pgtabo...@googlemail.com wrote: And how I am supposed to clean the war directory from old generated stuff? It really feels like GWT

Better project layout

2009-03-11 Thread P.G.Taboada
Did someone manage to create a more maven like project layout with GWT 1.6? I was hoping to get rid of the maven plugin with the new flexibility we won with 1.6, but I did not succeed at first. --~--~-~--~~~---~--~~ You received this message because you are

Building GWT Apps

2009-04-23 Thread P.G.Taboada
Hi everyone. I know there is a quite long thread on this topic (http://tinyurl.com/ gwtbuildmaven), but I did not see any (near) official statement. First of all: GWT 1.6 is great and the 3-in-1 release was a welcome surprise. So please don't get me wrong on my next lines... How do you guys

Re: Google plugin for Eclipse 3.5 Galileo

2009-07-06 Thread P.G.Taboada
Hi, just wondering - I am just waiting for the release to rollout gwt 1.6 and the new ide on my project - how long do you think it will take to release the update? brgds Papick G. Taboada --~--~-~--~~~---~--~~ You received this message because you are

Spring and GWT integration

2009-08-11 Thread P.G.Taboada
Hi, I have seen a lot of (quite complicated) Spring and GWT integration approaches, and I wonder why noone is using the autowiring bean bean factory to simple auto-inject the required beans into the GWT RPC services. http://pgt.de/2009/07/17/non-invasive-gwt-and-spring-integration-reloaded/ I

Global key binding

2010-05-19 Thread P.G.Taboada
Hello, I have to globally catch some key events (or at least assign them to UI elements). There are some postings on this topic but they are quite a bit old. Is there some api providing this functionality? What are my options? Can I trigger copy and paste from a GWT app? I need an Edit menue

Re: Any recommended input validation lib?

2010-09-27 Thread P.G.Taboada
Learn from gwt-pectin, this is a comment I found in the bikeshed source code. And, I must say, gwt-pectin is a really nice binding and validation framework. To be honest, it is the best I have seen until now. My wishlist? GWT uses a metamodel and API like gwt-pectin does provide, plus a nice

GWT + Sprint insight

2010-09-27 Thread P.G.Taboada
Hi, I am testdriving the tc server / insight tooling chain with sts. What if I am not looking for the Spring Roo magic, just trying to use this magical tooling for plain old GWT development? Is there any wiki/ blog/ article/ youtube video on how to use it? My guess is that I have to create

Re: Datepicker and week numbers

2010-01-20 Thread P.G.Taboada
Hi, no official statement on this regard? brgds, Papick On 25 Nov. 2009, 22:04, P.G.Taboada pgtabo...@googlemail.com wrote: Any plans to include week numbers to the calendar widget? brgds, Papick -- You received this message because you are subscribed to the Google Groups Google Web

Re: TabLayoutPanel css

2010-01-20 Thread P.G.Taboada
, Benju b...@fastcastmedia.com wrote: I had the exact same problem! On Nov 25, 2:39 pm, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, I am test drivingTabLayoutPanel, but I can't find any css in the themes delivered by gwt rc1 | rc2 for this component. Am I missing something

GWT 2.0 ParseException with SerializationPolicyLoader

2010-01-26 Thread P.G.Taboada
Hi, I am having trouble with GWT 2.0. I am trying to switch from 1.7 to 2.0, everything compiles fine, but... When I deploy my app I (unfortunately) have my rpc servlets in a different path. Don't ask me why, I simply can't change this. So my RPC servlets are /somewhere/here and my GWT app is

OOPHM and Mac OSX

2009-09-21 Thread P.G.Taboada
Hi, it's working on my Mac Snow Leopard as long as I don't start the shell from Eclipse. I have seen some posts about doing this and that but it looks like they are all out of date. Any help/ tips here for the current trunk? brgds, Papick --~--~-~--~~~---~--~~

Re: OOPHM and Mac OSX

2009-10-13 Thread P.G.Taboada
you start from Eclipse?  Do you have any logs?  (One place to check is WORKSPACE/.metadata/.log) thanks jason On Mon, Sep 21, 2009 at 8:02 AM, P.G.Taboada pgtabo...@googlemail.comwrote: Hi, it's working on my Mac Snow Leopard as long as I don't start the shell from Eclipse.  I have

Re: OOPHM and Mac OSX

2009-10-13 Thread P.G.Taboada
That sounds really good. Thx. On 13 Okt., 12:44, Miguel Méndez mmen...@google.com wrote: I think that this is issue 3923http://code.google.com/p/google-web-toolkit/issues/detail?id=3923.  We should have a plugin update by end of day today. On Tue, Oct 13, 2009 at 6:32 AM, P.G.Taboada pgtabo

Sorting cols in the PagingScrollTable...

2009-10-30 Thread P.G.Taboada
I am happy with the PagingScrollTable, created an abstraction layer ontop of the api, just adding features to my abstraction layer as I dig deeper into the incubator code. My TableModel is extending the MutableTableModel and using GWT- Dispatch to retrieve the data - not fun getting there, but

PagingScrollTable, server side sorting

2009-10-31 Thread P.G.Taboada
Hi, the paging scroll table retrieves the data by calling requestRows ( Request r, Callback c) on the tableModel. Would it be possible to change it to requestRows( Request r, Callback c, TableDefinition t) so I can check the coldefs for further information b4 I do request the data? My

GWT 2.0 RC1 developer mode, macosx, eclipse plugin 1.2 RC

2009-11-24 Thread P.G.Taboada
Hi, I tried to run my project under gwt 2.0 rc1 - but I can't get it up and running. The Safari browser complains it cannot find the plugin (and yes, I have downloaded the dmg and installed the safari plugin) and firefox complains it cannot connect to the hosted mode server. Since the browser

Datepicker and week numbers

2009-11-25 Thread P.G.Taboada
Any plans to include week numbers to the calendar widget? brgds, Papick -- 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

TabLayoutPanel css

2009-11-25 Thread P.G.Taboada
Hi, I am test driving TabLayoutPanel, but I can't find any css in the themes delivered by gwt rc1 | rc2 for this component. Am I missing something? brgds Papick -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Nesting with SplitLayout and DockLayout panels

2009-12-07 Thread P.G.Taboada
Behaviour is consistent between FF and Safari. I am on a Mac, so I can't tell for IE. If I change the nested DockLayoutPanel to something different, let's say HTMLPanel, it works. Looks ugly but it works. Bug? Bad usage? Help? brgds, Papick On 7 Dez., 17:48, P.G.Taboada pgtabo

Re: Nesting with SplitLayout and DockLayout panels

2009-12-08 Thread P.G.Taboada
. If it is not that, are you in standards mode? (using for example '!doctype html' in your host html page) Cheers, Alberto On Dec 7, 6:32 pm, P.G.Taboada pgtabo...@googlemail.com wrote: Behaviour is consistent between FF and Safari. I am on a Mac, so I can't tell for IE. If I change

Re: Giving GWT another test drive

2009-12-09 Thread P.G.Taboada
Really, you don't want your hibernate lazy loading instances in the UI. But, if your only problem is coding and using a dedicated ui model, I am really happy for you. I am using gwt-dispatch and creating command-dedicated models for my ui. Never been happier. brgds, Papick G. Taboada On 9

TabLayoutPanel css

2009-12-09 Thread P.G.Taboada
I can't believe that - gwt 2.0 is out, - we have the old themes instead of injectable client bundles, - TabLayoutPanel does not have a default css in the standard theme. I know GWT is not eye candy but all about software engineering, but would it have been too much to add a simple

MVP, GIN, UiBinder

2009-12-09 Thread P.G.Taboada
Hi, as many other GWT developers I really like the above mentioned approaches. I am having a little bit of pain when it comes down to embedding views into views. UiBinder and GIN don't play well together, I am struggling with ugly locator pattern usages to create my sub/ embedded views. My code

Nesting layouts with gwt 2.0

2009-12-09 Thread P.G.Taboada
Hi, I am having trouble with nesting layouts. My nested layout is: DockLayoutPanel (main window) TabLayoutPanel (tabs for modules on the main window) Simple Hello World Tab (nothing special, fast forward pls) SomeTreeBasedPanel (ok, here trouble begins)

Re: Install Speed Tracer on the Mac?

2009-12-09 Thread P.G.Taboada
As far as I understood there is no way to install extensions on the Mac Chrome, so we are left out of the fun stuff for now. On 9 Dez., 13:11, Jim Douglas jdoug...@basis.com wrote: I'm feeling a bit dense -- I see instructions here for installing Speed Tracer on Windows, but no Mac

Re: GWT Chat applications

2009-12-09 Thread P.G.Taboada
I personally would not push the messages from the server, but have the clients polling. The rest is server-side coding. What backend are you targeting? Don't forget that you will have to handle thread-safety issues on the server side. brgds, Papick G. Taboada On 9 Dez., 13:13, abhiram

Re: Nesting with SplitLayout and DockLayout panels

2009-12-09 Thread P.G.Taboada
I created a new thread with project, screenshot and link to a deployed sample: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c39b58f5d1c446f9# brgds, Papick -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT Chat applications

2009-12-09 Thread P.G.Taboada
., 14:52, abhiram wuntakal abhir...@gmail.com wrote: But, client side polling would make the system slow right? and how to do I decide the frequency of polling? Backend is pure Java with the database interaction thru hibernate. ~ Abhi On Wed, Dec 9, 2009 at 7:18 PM, P.G.Taboada pgtabo

Re: Install Speed Tracer on the Mac?

2009-12-09 Thread P.G.Taboada
Hi, thanks for the link. Still, I did not manage to install the plugin. I indeed managed to turn on the install plugin button, but it fails afterwards with a plugin install not enabled dialog. Did anyone succeed? brgds, Papick On 9 Dez., 15:09, Chris Ramsdale cramsd...@google.com wrote: Jim,

Re: MVP, GIN, UiBinder

2009-12-09 Thread P.G.Taboada
with the fewest dependency lookup calls for me atm. On 9 Dez., 16:13, Thomas Broyer t.bro...@gmail.com wrote: On Dec 9, 12:50 pm, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, as many other GWT developers I really like the above mentioned approaches. I am having a little bit of pain when

Re: RequestBuilder

2009-12-09 Thread P.G.Taboada
Hi, different ports are indeed an issue, see SOP http://en.wikipedia.org/wiki/Same_origin_policy... I tried your code here and got a status code 0. For test purposes, dump your response data into your war folder and change the url to the new location. If it works, it is not your code, it most

Re: Install Speed Tracer on the Mac?

2009-12-09 Thread P.G.Taboada
://groups.google.com/group/speedtracer/browse_thread/thread/5a42... On Dec 9, 6:28 am, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, thanks for the link. Still, I did not manage to install the plugin. I indeed managed to turn on the install plugin button, but it fails afterwards with a plugin

Re: Nesting layouts with gwt 2.0

2009-12-09 Thread P.G.Taboada
Problem solved, removed ScrollPanel, inserted LayoutPanel. On 9 Dez., 13:55, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, I am having trouble with nesting layouts. My nested layout is: DockLayoutPanel (main window)    TabLayoutPanel (tabs for modules on the main window)        Simple

never ending topic rich text editor

2010-12-02 Thread P.G.Taboada
Hi, as far as I read myself through some messages here (yes, I know how to use the search), and after looking into some wrappers and into the RichTextArea provided by GWt I am a little bit lost. Beside of the standard features I need to be able to extend the editor. While the user types, I want

EclipseLink and Jetty

2010-12-09 Thread P.G.Taboada
Hi, anyone succeeded to run EclipseLink JPA with the embeded Jetty? brgds, Papick -- 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,

Re: EclipseLink and Jetty

2010-12-09 Thread P.G.Taboada
To be more specific: I am trying to add the required VM parameter for load time weaving, but the VM parameter is not saved. Using an external launch config file in eclipse does not work either. brgds, Papick On 9 Dez., 10:31, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, anyone succeeded

Lightweight Collections in GWT

2011-01-18 Thread P.G.Taboada
Hi, the wiki page was last modified 30.06.10, and unless I missed it, the new collection framework did not find its way into 2.1. Status? Brgds, Papick -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Lightweight Collections in GWT

2011-01-18 Thread P.G.Taboada
Yeah, I saw that too. But I do not trust SVN anymore, or at least, missing commits does not mean work has stopped... I don't know how many GWT developers moved their feature branches into a local GIT repository... I just hope it will find its way to a GWT release sooner than later... On Jan 18,

ActivityMapper und Split Points

2011-01-21 Thread P.G.Taboada
Hi, I would like to create split points for each of my places. The problem is, that there is no async activity mapper. Any tips? brgds, Papick -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Apache and Tomcat: Proxy, Caching and Compression configuration

2011-01-27 Thread P.G.Taboada
Hi there, it took me a while to get all pieces together so I wanted to share my configuration. I have an apache as a proxy, tomcat serving the app and lots of clients. So I wanted to setup compression and expiration headers properly. http://bit.ly/GwtApacheConfig Anyone with a better config?

Re: Apache and Tomcat: Proxy, Caching and Compression configuration

2011-01-27 Thread P.G.Taboada
Thanks a lot for your comments. I am trying not to take static resources out of tomcat as it would make deployment slightly more complicated, but I have it in mind as soon as I run into performance issues. I am struggling a little bit with the split points: although http headers are set to expire

RequestFactory and ServiceLocator

2011-02-21 Thread P.G.Taboada
Hi, I am working on a simple RequestFactory with ServiceLocator example, but I keep getting server-side errors. My POIRequest is annotated with a ServiceLocator as follows: @Service(value = POIService.class, locator = POIServiceLocator.class) But the service locator is never being

Re: RequestFactory and ServiceLocator

2011-02-21 Thread P.G.Taboada
On 22 Feb., 00:53, Thomas Broyer t.bro...@gmail.com wrote: Are your service methods instance methods on POIService? are they returning Request? (as opposed to InstanceRequest?,?) as declared on POIRequest? Yes, they are. It is a simple spring-backend: @Transactional(propagation =

Re: RequestFactory and ServiceLocator

2011-02-21 Thread P.G.Taboada
I just saw that I did not post the log: 22.02.2011 01:07:47 de.oio.gwt.hellorequestfactory.server.backend.entities.POIEntity SCHWERWIEGEND: There is no findPOIEntity method in type de.oio.gwt.hellorequestfactory.server.backend.entities.POIEntity that returns

Re: RequestFactory and ServiceLocator

2011-02-22 Thread P.G.Taboada
Hi Thomas, I understand that. It is just that I thought that the whole thing of having a ServiceLocator was a way of getting rid of the entity manager dependency in my entity. I have my entity manager in my DAO, my Service Bean knows my DAO. As far as I understood, I can either setup a

Re: RequestFactory and ServiceLocator

2011-02-22 Thread P.G.Taboada
So far so good, the serve different purposes. But I only can declare/ use one of them? I want my service requests to be handled by my spring managed bean. I have my entity manager managed by spring too. My entities obviously are not spring beans. I do not understand why the Locator job cannot be

Calling placecontroller.goto from within the activity mapper

2011-07-12 Thread P.G.Taboada
Hi, I have to do a place redirect in my app. Actually I am calling goto inside of my activity mapper, it is working. I just wanted to get feedback to see if I am doing it right. When I have to do a place redirect, I am - returning null in the activity mapper - finally scheduling a goto to

Re: Calling placecontroller.goto from within the activity mapper

2011-07-12 Thread P.G.Taboada
Just in case someone is wondering why I did not use a FilteredActivityMapper: the activity manager would work perfectly, the problem is the ActivityController: it does not see the place redirect. This way the place controller does not really know where the application is. Here is my problem: I

Re: GWT Timer..

2011-07-12 Thread P.G.Taboada
If you are GWT 2.x have a look at: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/core/client/Scheduler.html Scheduler.get().scheduleFixedPeriod(Scheduler.RepeatingCommand cmd, int delayMs) Schedules a repeating command that is scheduled with a constant

Declaring method calls as async/ scheduled via annotations?

2011-07-12 Thread P.G.Taboada
Hi, this is something that I really would appreciate to see in GWT: @Scheduled( Scheduled.Deferred ) private void doSomeUiUpdates() { //... } And so on... Waht do you think? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

PermGen space java.lang.OutOfMemoryError: PermGen space

2011-07-18 Thread P.G.Taboada
Hi, I cannot reload the jetty more than once from the IDE. Jetty is loading a Spring Context, c3p0 is my connection pool, jpa with hibernate. That's all. Is it a known issue for gwt 2.3 or should I have a look at it with jProfiler? brgds, Papick -- You received this message because you are

Changing the Place History without really going to a place

2011-07-19 Thread P.G.Taboada
Hi, I need to tell the history manager that I am switching from userViewPlace: to userViewPlace:someToken. I do not need to really switch the place, but I need the history to change. The following does the trick, but it feels like cheating. History.newItem(SomePlace: + new

Celltable Cell Grouping (Rowspan, Colspan)

2011-07-30 Thread P.G.Taboada
Hi, any tips on how to implement this? brgds. Papick -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CfRqwR3K7E0J. To post to this group, send

Re: Celltable Cell Grouping (Rowspan, Colspan)

2011-07-30 Thread P.G.Taboada
Just found the answer. http://code.google.com/p/google-web-toolkit/source/detail?r=10476 On 31 Jul., 00:13, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, any tips on how to implement this? brgds. Papick -- You received this message because you are subscribed to the Google Groups

Implementing a Calendar (Week) View with Cell Tables

2011-08-03 Thread P.G.Taboada
Hi, did anyone try to implement a calendar with cell widgets? There are a two google like calendar gwt widgets out there, but they offer more than I need and they are buggy. My old jsp/struts based solution is a simple table with lots of row- spans. I don't need drag and drop. The cell table is

Re: http://www.google.com/hotelfinder

2011-08-03 Thread P.G.Taboada
On 1 Aug., 12:42, Deepak Singh deepaksingh...@gmail.com wrote: Hi All, 2) Select a particular row on the search result and the row gets expanded with more details. How it is possible to implement this feature with GWT datagrid ? There is a new table builder API that makes this possible.

Flextable, Rowspan best practices

2011-08-04 Thread P.G.Taboada
Hi, I am fighting flex table and rowspan. I am using a table to render 15 min timeslots for a calendar. Then I load the appointments and place them into the right timeslots, with the rowspan according to the duration of the appointment. When I add the appointment rowspan I do delete the slots

Re: Flextable, Rowspan best practices

2011-08-08 Thread P.G.Taboada
appointments. HTH Paul On 04/08/11 12:13, P.G.Taboada wrote: Hi, I am fighting flex table and rowspan. I am using a table to render 15 min timeslots for a calendar. Then I load the appointments and place them into the right timeslots, with the rowspan according to the duration

DataGrid on a hidden tab

2011-08-14 Thread P.G.Taboada
Hi, I am using a DataGrid on a TabLayouPanel. As long as the the DataGrid is on the viewable tab it gets rendered. As soon as it is on the hidden tab it does not. What am I doing wrong? brgds, Papick -- You received this message because you are subscribed to the Google Groups Google Web

Embed pdf into gwt app

2011-08-14 Thread P.G.Taboada
hello, I am tryring to display PDF files in my app. Unfortunately, Firefox and Safari are downloading the PDF instead of showing them embedded. I tried object and embed and an iframe element, the PDF always gets downloaded. When using embed or object it even messes with the history, the app get

Re: DataGrid on a hidden tab

2011-08-15 Thread P.G.Taboada
panels don't do whell on an iPad... ;) On Aug 15, 12:26 pm, J.Ganesan j.gane...@datastoregwt.com wrote: Is this not the expected behaviour of TabLayouPanel, the content of a hidden tab should not be rendered ? J.Ganesanwww.DataStoreGwt.com On Aug 15, 3:32 am, P.G.Taboada pgtabo...@googlemail.com

Re: Activities and Places and Layouts (again)

2011-08-15 Thread P.G.Taboada
You need rootlayoutpanel, the host page should be in standards mode ( see doctype declaration). Then you should look if all the panels being used implement provides resize/ requires resize. That is the way resize events get propagated to child elements in gwt. On Aug 15, 8:00 am, Mike Dee

Editor returns null values for empty strings after flush?

2011-08-17 Thread P.G.Taboada
hi, Not sure what I am doing wrong. I did build a form with uibinder and I am populating a few TextBoxes with an editor: mydriver.initialize( this ); mydriver.edit( somebean ); ... User edits data ... changedBean = myeditor.flush(); When I look at the changedBean, all empty string

Re: Editor returns null values for empty strings after flush?

2011-08-17 Thread P.G.Taboada
); if (.equals(text)) { return null; } return parseResult; } Bug or feature? I feel very uncomfortable about having my empty strings converted to null. Comments? On 18 Aug., 00:27, P.G.Taboada pgtabo...@googlemail.com wrote: hi, Not sure what I am doing wrong. I did build

Re: Editor returns null values for empty strings after flush?

2011-08-17 Thread P.G.Taboada
Well, the TextBoxBase, on the other hand, transforms any null value into a empty string. Not sure if this is good either, but as a matter o fact I do not know who is turning my empty strings to null. Flush? It should not. Or? On Aug 18, 12:45 am, P.G.Taboada pgtabo...@googlemail.com wrote

Re: Editor returns null values for empty strings after flush?

2011-08-19 Thread P.G.Taboada
=urn:ui:com.google.gwt.uibinder         xmlns:g=urn:import:com.google.gwt.user.client.ui         g:FlowPanel          g:TextBox ui:field=name/         /g:FlowPanel /ui:UiBinder On Aug 18, 4:27 am, P.G.Taboada pgtabo...@googlemail.com wrote: hi, Not sure what I am doing wrong. I did build a form

Re: Editor returns null values for empty strings after flush?

2011-08-19 Thread P.G.Taboada
I kept adding fields and fields until I got the same behavior as in my app. Here is the sample project, I deleted the gwt-servlet.jar from WEB-INF/ lib to keep it small. http://dl.dropbox.com/u/11021632/SimpleEditorSample.zip I am tapping in the dark, any help appreciated. brgds, Papick --

Re: Editor returns null values for empty strings after flush?

2011-08-19 Thread P.G.Taboada
So here is my code, commented. Maybe someone spots my mistake, any comments are welcome: This is a simple app just to demo my problem. The entry points creates the UI, the bean to be edited and populates the properties with empty strings. The bean is then displayed/ rendered/ edited until save

Re: Editor returns null values for empty strings after flush?

2011-08-20 Thread P.G.Taboada
That was the missing piece for me: the editor framework uses getvalueorthrow! The issue is here: http://code.google.com/p/google-web-toolkit/issues/detail?id=6713 On Aug 19, 11:02 pm, Jens jens.nehlme...@gmail.com wrote: Ok after digging around in GWT's source code: TextBox uses the

Re: Editor returns null values for empty strings after flush?

2011-08-20 Thread P.G.Taboada
; } */ return parseResult; } TextBoxBase: @Override public String getValue() { String raw = super.getValue(); return raw == null ? : raw; } On 20 Aug., 08:45, P.G.Taboada pgtabo...@googlemail.com wrote: That was the missing piece for me: the editor framework uses

Keeping Data and SelectionModel in sync

2011-09-19 Thread P.G.Taboada
Hi, I am using an async data provider to refresh the data in a cell table. How do I keep my selection model up to date? At the moment, the selection model keeps returning selected objects even if they are not available to the cell table anymore. brgds, Papick -- You received this message

Use header mouse events to resize table columns

2011-10-12 Thread P.G.Taboada
Hi, I am working on a table header that captures mouse events in order to resize the table columns. It is woking property, as long as I do not move the mouse to fast and don't leave the header area. So I took a look at the SplitLayoutPanel to see how this has been solved there. The

Re: Register your company if you are using GWT

2012-03-15 Thread P.G.Taboada
Nice you liked it. I was thinking in renaming Tomcat to JEE Webprofile, which would mean just webcontainer. So if you are using jetty feel free to tick tomcat, I will rename as soon as possible. Concerning Weblogic just tick Oracle... ;-) There is health and fitness in the list... Thanks for

Re: Register your company if you are using GWT

2012-03-16 Thread P.G.Taboada
Thank you very much for the feedback. Just looked, working fine from here. Does it still not work for you? Could you refresh/ reload the page? On Friday, March 16, 2012 7:20:57 AM UTC+1, Sarjith wrote: well, http://gwtreferencelist.appspot.com/http://gwtreferencelist.appspot.com/#

Re: Register your company if you are using GWT

2012-03-16 Thread P.G.Taboada
application. Regards, Matic -- GWT stuff twitter - http://twitter.com/#!/gwtstuff On Thursday, March 15, 2012 4:49:03 PM UTC+1, P.G.Taboada wrote: Nice you liked it. I was thinking in renaming Tomcat to JEE Webprofile, which would mean just webcontainer. So if you

UIbinder using html elements and blur/ focus events

2012-03-20 Thread P.G.Taboada
Hi, I am running into the issue that I have a complex widget that I have built using lots of html and css. I went down from 10 widgets to one, performance is ok now. But now I need to capture the blur oand focus event of the input widget deep inside my hierarchy. Yes I know, blur and focus

Re: Who's Using GWT?

2012-03-20 Thread P.G.Taboada
Hi everyone, I have an webapp in the app engine where companies that use GWT can register themselves: http://gwtreferencelist.appspot.com I also do collect a few stats, as you can see in the charts I provide in the statistics page. Please spread the word! brgds, Papick -- You received

Re: gwt 2.2-M1 bug in CellTree

2012-04-24 Thread P.G.Taboada
Wow. Is this problem still around?!? On Friday, January 28, 2011 7:19:15 AM UTC+1, Torgeir wrote: With GWT-2.2-M1, if you expand the root node of a cellTree before the viewModel has any data, it's impossible to expand the root node later. The onOpen() method of an OpenHandler is called, but

Custom compiler options with the gwt maven plugin

2012-06-28 Thread P.G.Taboada
Hi, with the release GWT 2.5.0 RC1 release, I ran into the issue that I cannot add a custom gwt compiler parameter in my pom. At least I cannot find any documentation showing how to do it. I would like to turn on the experimental closure compiler. Am I missing something? -- You received

Re: Custom compiler options with the gwt maven plugin

2012-06-28 Thread P.G.Taboada
Thank you, switched to snapshot. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/a1ZoEioe_xIJ. To post to this group, send email to

LayoutPanel with minimum size

2013-06-19 Thread P.G.Taboada
Hi there, I am using layout panels to layout my application. It works fine, but I need a scroll bar as soon as the window is too small. Here is an example of what I would like to have: http://jsfiddle.net/hrnU3/2/ Any tips to get something like this working with layout panels? brgds,

RootLayoutPanel and iOS 7

2013-10-21 Thread P.G.Taboada
Hi, I noticed that since iOS 7 my app is not fitting into the ipad viewport anymore, I can now scroll a few pixels up and down where int the past it was exact the viewport size. Is it something wrong with my app, or did anyone else notice it too? -- You received this message because you

Stable .rpc files

2014-06-10 Thread P.G.Taboada
Hi there, are there any chances to get stable .rpc files in upcoming releases? I remember that the images generated by imagebundle had stable filenames across compiles, somehow dependent from images hashcode. I have seen comments here and there praising rest or autobeans+requestbuilder, but

Re: Stable .rpc files

2014-06-12 Thread P.G.Taboada
My build process stores build/ version information into the host-file (js dictionary) and I have a servlet that delivers same information on the server side. Client asks server, if server has different build/ version number, client side reloads. Am Dienstag, 10. Juni 2014 21:57:31 UTC+2

Re: Stable .rpc files

2014-06-12 Thread P.G.Taboada
Basically same procedure here. I still have a reload when I don't need one, and changing roc files are a no-go when thinking of phone gap app deployments. Am Mittwoch, 11. Juni 2014 00:11:58 UTC+2 schrieb Jens: What is the procedure you use for detecting app and rpc policy file change?

Re: Stable .rpc files

2014-06-18 Thread P.G.Taboada
Fully agree. Setup a build tool is nothing too complex to do. And the gain in lib dependency management and documentation is huge. We are using gradle as often as we can, even have a plugin open sourced at github. Currently I use a gradle info plugin that extracts some infos I can reuse for

Re: SDM for IntelliJ IDEA 14 EAP doesn't work with the multi module project

2014-12-17 Thread P.G.Taboada
Adding gwt-dev did not solve the problem. Renaming the jar superdevmode-launcher-legacy.jar in GWTStudio solved the issue for me. Am Donnerstag, 18. September 2014 16:50:51 UTC+2 schrieb Bademus l.: Doesn't work with the multi module project mvn archetype:generate \ -DarchetypeCatalog=

Update Jetty in GWT?

2015-05-29 Thread P.G.Taboada
Hi, I read through some comments, issues and code reviews but I am not sure if an updated Jetty will land in GWT 2.8. What is the current status of Jetty update? brgds - Papick -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Roadmap Question for GWT 3.0

2015-07-05 Thread P.G.Taboada
I cannot disagree more. Restful, as far as I understand, does not replace gwt-rpc as it does not provide polymorphism. It might be an issue with the current implementations I had a look - can someone tell me some implementation that can handle object graphs and polymorphism as gwt-rpc does?

gwt-dev classpath pollution

2015-10-27 Thread P.G.Taboada
Hi there, gwt-dev ist getting more and more a problem. It is packaging a lot of things and putting all of it into development classpath: commons-logging, old servlet api, etc. I have read a few statements here and there, but I am afraid 2.8 will come and we still will have lots of outdated

IntelliJ and 2.8.0-SNAPSHOT

2015-11-26 Thread P.G.Taboada
Hi, IntelliJ fails to start SDM/ run configuration with 2.8.0-SNAPSHOT here. Are there any known tricks/ workarounds? java.lang.RuntimeException: java.lang.reflect.InvocationTargetException > > at >> com.google.gwt.dev.shell.SuperDevListener.start(SuperDevListener.java:96) > > at

com.google.gwt.http.client.URL

2016-05-18 Thread P.G.Taboada
Hi, we are running into issues with URLs that get spaces encoded to "+". In the javadocs I read: *Note: this method will convert any the space character into * *its escape short form, '+' rather than %20. * *It should therefore only be used for query-string parts.* This is wrong: the

Re: com.google.gwt.http.client.URL

2016-05-18 Thread P.G.Taboada
_1mYaOduCdm8VRg3qdNIsA> > > On Wednesday, May 18, 2016 at 2:30:24 PM UTC+2, P.G.Taboada wrote: >> >> Hi, >> >> >> we are running into issues with URLs that get spaces encoded to "+". >> >> >> In the javadocs I read: >> >&g

Re: GWT 2.8 delays

2016-05-09 Thread P.G.Taboada
So many people depending on GWT, GWT depending on Java 8 support/ guava and Google does not work on the Java 8 API emulation. 3 devs working on Java 8 emulation in spare time. Is it just me having a bad feeling here? -- You received this message because you are subscribed to the Google

Question on the open issues for 2.8 rc1

2016-07-26 Thread P.G.Taboada
Hi, I have been monitoring the issues for the rc1 (as far as milestone 2.8 in github issues means rc1), and it actually comes down to 4 documentation issues and https://github.com/gwtproject/gwt/issues/9352 Is it right? -- You received this message because you are subscribed to the Google

Re: 2.8.0 RC1 is here!

2016-08-02 Thread P.G.Taboada
Got my application compiled and running, just needed to update a few dependencies. Since I am using a report generator, I have the JDT compiler on my classpath, solved it by adding the exact same version that got bundled in gwt-dev into my app. Interestingly I am having troubles with server

2.8rc1 and server reload in Intellij

2016-08-04 Thread P.G.Taboada
Hi, with GWT 2.8 I cannot reload the server anymore: java.util.concurrent.RejectedExecutionException: org.eclipse.jetty.annotations.AnnotationConfiguration$1@2a5ec0a4 at org.eclipse.jetty.util.thread.QueuedThreadPool.execute(QueuedThreadPool.java:362) at

  1   2   >