Re: Datepicker with multiselect

2011-05-17 Thread Erik Uzureau
see it live running here: https://demo.reztrip.com/ We were thinking about taking the code and open sourcing it. Would this be useful to you? Others? Erik Uzureau ** On Thu, May 5, 2011 at 16:39, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: See multiselect calendar in jqueryhttp

Re: Datepicker with multiselect

2011-05-17 Thread Erik Uzureau
:-) Ok great to hear. I'm a little tied up this week but I'll see about getting that process started next week at the latest Erik Uzureau *France: *+33.6.85.96.94.08 *USA: *+1.312.927.5644 On Tue, May 17, 2011 at 15:19, Dmitry Tikhomirov chani.l...@gmail.comwrote: Yes, We need

GWT Google IO 2011 Challenge Winners?

2011-04-05 Thread Erik Uzureau
Did Google Announce winners yesterday? Curious to see the winning submissions... Erik -- 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

Re: Class files in src directory? (Google Eclipse Plugin Debug Mode)

2011-03-10 Thread Erik Uzureau
Re-reading this today with fresh eyes, I realize my only statement of the problem was in the subject line. The problem I am facing is that every time I run our GWT application in DEBUG mode in Eclipse, *.class files are being generated and inserted directly into the /src folder. In classic

Re: Extracting the year from a Date() object

2010-06-08 Thread Erik Uzureau
I am curious as to why folks wouldn't just use date.getYear() + 1900; There was a post[1] not to long ago that I replied to (inadvertently 3 times) essentially suggesting the above, but nobody followed up so I'm wondering if I'm not on the right track. In a nutshell: 1) The GWT date

GWT Release Announcements

2010-02-09 Thread Erik Uzureau
I did a bit of searching and can't seem to find if there is an email list or google-group somewhere that posts only release announcements and/or other pertinent information for users[1]. It seems to me (though maybe I'm wrong) that this list hosts the information I'm looking for but also user

Re: GWT Release Announcements

2010-02-09 Thread Erik Uzureau
. We're already posting major releases (e.g. 1.7, 2.0), and quite frankly it makes since to do the same for point releases. -- Chris On Mon, Feb 8, 2010 at 7:43 PM, Erik Uzureau euz...@gmail.com wrote: I did a bit of searching and can't seem to find if there is an email list or google-group

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-20 Thread Erik Uzureau
, it happens again :-( I also experience this problem with some of the GAE jars.  It's really, really annoying but I don't have time to rebuild my eclipse install from scratch... Jeff On Mon, Jan 18, 2010 at 4:20 PM, Erik Uzureau uzur...@gmail.com wrote: A colleague of mine seems

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-18 Thread Erik Uzureau
The real question here is what do we all (on this thread) have in common that the rest of the world doesn't. Surely we are more than 6 people in the world using GWT 2.0 are we the only people with gwt-servlet.jar in /WEB-INF/lib in our SVN repositories or is it something else? Also, if

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-18 Thread Erik Uzureau
A colleague of mine seems to have found a solution to this: http://code.google.com/p/google-web-toolkit/issues/detail?id=4463#c7 On Jan 18, 5:54 pm, Erik Uzureau uzur...@gmail.com wrote: The real question here is what do we all (on this thread) have in common that the rest of the world

Re: gwt-servlet.jar being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-08 Thread Erik Uzureau
http://code.google.com/p/google-web-toolkit/issues/detail?id=4463 On Jan 4, 10:09 am, Miguel Méndez mmen...@google.com wrote: Please file a bug against the plugin in the issue trackerhttp://code.google.com/p/google-web-toolkit/issues/list . On Fri, Jan 1, 2010 at 4:58 PM, Jeff Schnitzer

Hosted Mode: Limit on number of External Stylesheets?

2009-11-11 Thread Erik Uzureau
I am debugging some style related issues with my application and I'm noticing that some of my stylesheets are not getting loaded. I have a ton of them (40 or so*) and no matter what I do, it seems like only 31 of them get loaded. Never 32, 31. Always 31. Has anyone else seen this? Erik * I

Multiple Module XML Files?

2009-08-14 Thread Erik Uzureau
I am curious if it is possible to have multiple Module XML files for a project. I feel like someone mentioned this at some point in their talk at I/0, but I just did a cursory search of the videos and slides and couldn't find it. Basically what I would like is a special MyApplication.gwt.xml

Re: GWT project creation indefinetly creates folder recursively

2009-03-26 Thread Erik Uzureau
Hey hey, I have run into the same, glorious, problem. Unfortunately, I have no idea how deep the rabbit hole goes. Any help with deleting this directory greatly appreciated On Mar 3, 11:29 am, quinn.rob...@gmail.com quinn.rob...@gmail.com wrote: I have recently experienced the same problem,

Re: GWT project creation indefinetly creates folder recursively

2009-03-26 Thread Erik Uzureau
I noted this in the ticket itself as well, but I made a little batch file that uses recursion (sort of) to delete those longfilename directories. Hope it helps for someone: http://traveltrippertech.blogspot.com/2009/03/off-to-bad-start-with-gwt.html On Mar 26, 9:41 pm, Erik Uzureau uzur