[gwt-contrib] Re: 1.6 date picker question

2009-01-08 Thread Arthur Kalmenson

I look forward to it!

--
Arthur Kalmenson



On Thu, Jan 8, 2009 at 3:40 PM, Isaac Truett  wrote:
>
> Thank you for the reminder, Emily! I'll get you a patch as soon as I
> have a few minutes to spare.
>
>
> On Thu, Jan 8, 2009 at 2:44 PM, Emily Crutcher  wrote:
>> By the way, now that gwt-incubator is sourced against 1.6,  if you can
>> retarget your DropDownDatePicker for 1.6 and the com.google.gwt.gen2.picker
>> package I'd love to review it.
>>
>>
>>
>> On Fri, Dec 5, 2008 at 1:08 AM, Emily Crutcher  wrote:
>>>
>>> Also, the code should be reviewed before committing. I'll be happy to be
>>> your reviewer once we land the 1.6 datepicker + release the 1.5 final
>>> gwt-incubator drop. As until then, we cannot add 1.6 specific code to
>>> gwt-incubator.
>>>
>>> On Fri, Dec 5, 2008 at 1:05 AM, Emily Crutcher  wrote:

 Yep, sounds right, thanks!

 On Thu, Dec 4, 2008 at 6:53 PM, Isaac Truett  wrote:
>
> On second thought, gwt-incubator is supposed to compile against trunk,
> isn't it? Well, since this is written to compile against the
> 1_6_datepicker branch, I'll hold off committing until that branch is
> merged to trunk (soon, right...?).
>
> I've attached the DropDownDatePicker proof-of-concept patch. It's
> very, very ugly, but it works. I'll see about tending to the style a
> little bit when I have more time.
>
> Comments welcome, of course.
>
> - Isaac
>
> On Thu, Dec 4, 2008 at 10:36 AM, Emily Crutcher  wrote:
> > That sounds great, thanks.
> >
> > On Thu, Dec 4, 2008 at 10:31 AM, Isaac Truett 
> > wrote:
> >>
> >> I wrote a MonthSelector a while back that uses DropDownListBoxes for
> >> month and year. I can fix it up to be compatible with recent changes
> >> and add it to the incubator. I'll see if I can fit that in tonight.
> >>
> >>
> >> On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher 
> >> wrote:
> >> > It is definitely something that we would consider. Of course, the
> >> > first
> >> > step
> >> > would be to get some good alternative month selectors into the
> >> > gwt-incubator...
> >> >
> >> >
> >> > On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson
> >> > 
> >> > wrote:
> >> >>
> >> >> Hi John,
> >> >>
> >> >> Thank you for the reply. Are there any plans in the future to
> >> >> include
> >> >> various variations of the date picker for developers to choose
> >> >> from
> >> >> (which would be inline with the requests for a "richer" widget
> >> >> set)?
> >> >>
> >> >> --
> >> >> Arthur Kalmenson
> >> >>
> >> >>
> >> >>
> >> >> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca
> >> >> 
> >> >> wrote:
> >> >> > [+ecc, +google-web-toolkit-contributors]
> >> >> >
> >> >> > The default DatePicker will only include next and previous
> >> >> > buttons,
> >> >> > but
> >> >> > you
> >> >> > can replace the MonthSelector with your own that does any of the
> >> >> > things
> >> >> > you
> >> >> > suggest.  We thought about using a fancy MonthSelector by
> >> >> > default,
> >> >> > but
> >> >> > we
> >> >> > figured everyone would have a different opinion on the ideal
> >> >> > version,
> >> >> > so
> >> >> > we
> >> >> > instead designed it so you can replace it.
> >> >> >
> >> >> > Thanks,
> >> >> > John LaBanca
> >> >> > jlaba...@google.com
> >> >> >
> >> >> >
> >> >> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson
> >> >> > 
> >> >> > wrote:
> >> >> >>
> >> >> >> Hello John,
> >> >> >>
> >> >> >> Will the 1.6 date picker include a year spinner? I know the
> >> >> >> current
> >> >> >> incubator version does not have a year spinner, so this makes
> >> >> >> it
> >> >> >> pretty difficult to use the date picker if you have a date
> >> >> >> that's
> >> >> >> more
> >> >> >> then a year off. Another nice feature would be to be able to
> >> >> >> select
> >> >> >> the date. For example you could click on the year the date
> >> >> >> picker
> >> >> >> shows, and that would turn it into a text box where you can
> >> >> >> enter
> >> >> >> the
> >> >> >> year you'd like.
> >> >> >>
> >> >> >> Best regards,
> >> >> >> --
> >> >> >> Arthur Kalmenson
> >> >> >
> >> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > "There are only 10 types of people in the world: Those who
> >> > understand
> >> > binary, and those who don't"
> >> >
> >> > >
> >> >
> >>
> >>
> >
> >
> >
> > --
> > "There are only 10 types of people in the world: Those who understand
> > binary, and those who don't"
> >
> > >
> >
>
>



 --
 "There are only 10 types of people in the world: Those who underst

[gwt-contrib] Re: 1.6 date picker question

2009-01-08 Thread Isaac Truett

Thank you for the reminder, Emily! I'll get you a patch as soon as I
have a few minutes to spare.


On Thu, Jan 8, 2009 at 2:44 PM, Emily Crutcher  wrote:
> By the way, now that gwt-incubator is sourced against 1.6,  if you can
> retarget your DropDownDatePicker for 1.6 and the com.google.gwt.gen2.picker
> package I'd love to review it.
>
>
>
> On Fri, Dec 5, 2008 at 1:08 AM, Emily Crutcher  wrote:
>>
>> Also, the code should be reviewed before committing. I'll be happy to be
>> your reviewer once we land the 1.6 datepicker + release the 1.5 final
>> gwt-incubator drop. As until then, we cannot add 1.6 specific code to
>> gwt-incubator.
>>
>> On Fri, Dec 5, 2008 at 1:05 AM, Emily Crutcher  wrote:
>>>
>>> Yep, sounds right, thanks!
>>>
>>> On Thu, Dec 4, 2008 at 6:53 PM, Isaac Truett  wrote:

 On second thought, gwt-incubator is supposed to compile against trunk,
 isn't it? Well, since this is written to compile against the
 1_6_datepicker branch, I'll hold off committing until that branch is
 merged to trunk (soon, right...?).

 I've attached the DropDownDatePicker proof-of-concept patch. It's
 very, very ugly, but it works. I'll see about tending to the style a
 little bit when I have more time.

 Comments welcome, of course.

 - Isaac

 On Thu, Dec 4, 2008 at 10:36 AM, Emily Crutcher  wrote:
 > That sounds great, thanks.
 >
 > On Thu, Dec 4, 2008 at 10:31 AM, Isaac Truett 
 > wrote:
 >>
 >> I wrote a MonthSelector a while back that uses DropDownListBoxes for
 >> month and year. I can fix it up to be compatible with recent changes
 >> and add it to the incubator. I'll see if I can fit that in tonight.
 >>
 >>
 >> On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher 
 >> wrote:
 >> > It is definitely something that we would consider. Of course, the
 >> > first
 >> > step
 >> > would be to get some good alternative month selectors into the
 >> > gwt-incubator...
 >> >
 >> >
 >> > On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson
 >> > 
 >> > wrote:
 >> >>
 >> >> Hi John,
 >> >>
 >> >> Thank you for the reply. Are there any plans in the future to
 >> >> include
 >> >> various variations of the date picker for developers to choose
 >> >> from
 >> >> (which would be inline with the requests for a "richer" widget
 >> >> set)?
 >> >>
 >> >> --
 >> >> Arthur Kalmenson
 >> >>
 >> >>
 >> >>
 >> >> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca
 >> >> 
 >> >> wrote:
 >> >> > [+ecc, +google-web-toolkit-contributors]
 >> >> >
 >> >> > The default DatePicker will only include next and previous
 >> >> > buttons,
 >> >> > but
 >> >> > you
 >> >> > can replace the MonthSelector with your own that does any of the
 >> >> > things
 >> >> > you
 >> >> > suggest.  We thought about using a fancy MonthSelector by
 >> >> > default,
 >> >> > but
 >> >> > we
 >> >> > figured everyone would have a different opinion on the ideal
 >> >> > version,
 >> >> > so
 >> >> > we
 >> >> > instead designed it so you can replace it.
 >> >> >
 >> >> > Thanks,
 >> >> > John LaBanca
 >> >> > jlaba...@google.com
 >> >> >
 >> >> >
 >> >> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson
 >> >> > 
 >> >> > wrote:
 >> >> >>
 >> >> >> Hello John,
 >> >> >>
 >> >> >> Will the 1.6 date picker include a year spinner? I know the
 >> >> >> current
 >> >> >> incubator version does not have a year spinner, so this makes
 >> >> >> it
 >> >> >> pretty difficult to use the date picker if you have a date
 >> >> >> that's
 >> >> >> more
 >> >> >> then a year off. Another nice feature would be to be able to
 >> >> >> select
 >> >> >> the date. For example you could click on the year the date
 >> >> >> picker
 >> >> >> shows, and that would turn it into a text box where you can
 >> >> >> enter
 >> >> >> the
 >> >> >> year you'd like.
 >> >> >>
 >> >> >> Best regards,
 >> >> >> --
 >> >> >> Arthur Kalmenson
 >> >> >
 >> >> >
 >> >
 >> >
 >> >
 >> > --
 >> > "There are only 10 types of people in the world: Those who
 >> > understand
 >> > binary, and those who don't"
 >> >
 >> > >
 >> >
 >>
 >>
 >
 >
 >
 > --
 > "There are only 10 types of people in the world: Those who understand
 > binary, and those who don't"
 >
 > >
 >


>>>
>>>
>>>
>>> --
>>> "There are only 10 types of people in the world: Those who understand
>>> binary, and those who don't"
>>
>>
>>
>> --
>> "There are only 10 types of people in the world: Those who understand
>> binary, and those who don't"
>
>
>
> --
> "There are only 10 types of people in the world: Those who understand
> binary, and those w

[gwt-contrib] Re: 1.6 date picker question

2009-01-08 Thread Emily Crutcher
By the way, now that gwt-incubator is sourced against 1.6,  if you can
retarget your DropDownDatePicker for 1.6 and the com.google.gwt.gen2.picker
package I'd love to review it.



On Fri, Dec 5, 2008 at 1:08 AM, Emily Crutcher  wrote:

> Also, the code should be reviewed before committing. I'll be happy to be
> your reviewer once we land the 1.6 datepicker + release the 1.5 final
> gwt-incubator drop. As until then, we cannot add 1.6 specific code to
> gwt-incubator.
>
>
> On Fri, Dec 5, 2008 at 1:05 AM, Emily Crutcher  wrote:
>
>> Yep, sounds right, thanks!
>>
>>
>> On Thu, Dec 4, 2008 at 6:53 PM, Isaac Truett  wrote:
>>
>>> On second thought, gwt-incubator is supposed to compile against trunk,
>>> isn't it? Well, since this is written to compile against the
>>> 1_6_datepicker branch, I'll hold off committing until that branch is
>>> merged to trunk (soon, right...?).
>>>
>>> I've attached the DropDownDatePicker proof-of-concept patch. It's
>>> very, very ugly, but it works. I'll see about tending to the style a
>>> little bit when I have more time.
>>>
>>> Comments welcome, of course.
>>>
>>> - Isaac
>>>
>>> On Thu, Dec 4, 2008 at 10:36 AM, Emily Crutcher  wrote:
>>> > That sounds great, thanks.
>>> >
>>> > On Thu, Dec 4, 2008 at 10:31 AM, Isaac Truett 
>>> wrote:
>>> >>
>>> >> I wrote a MonthSelector a while back that uses DropDownListBoxes for
>>> >> month and year. I can fix it up to be compatible with recent changes
>>> >> and add it to the incubator. I'll see if I can fit that in tonight.
>>> >>
>>> >>
>>> >> On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher 
>>> wrote:
>>> >> > It is definitely something that we would consider. Of course, the
>>> first
>>> >> > step
>>> >> > would be to get some good alternative month selectors into the
>>> >> > gwt-incubator...
>>> >> >
>>> >> >
>>> >> > On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson <
>>> arthur.k...@gmail.com>
>>> >> > wrote:
>>> >> >>
>>> >> >> Hi John,
>>> >> >>
>>> >> >> Thank you for the reply. Are there any plans in the future to
>>> include
>>> >> >> various variations of the date picker for developers to choose from
>>> >> >> (which would be inline with the requests for a "richer" widget
>>> set)?
>>> >> >>
>>> >> >> --
>>> >> >> Arthur Kalmenson
>>> >> >>
>>> >> >>
>>> >> >>
>>> >> >> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca >> >
>>> >> >> wrote:
>>> >> >> > [+ecc, +google-web-toolkit-contributors]
>>> >> >> >
>>> >> >> > The default DatePicker will only include next and previous
>>> buttons,
>>> >> >> > but
>>> >> >> > you
>>> >> >> > can replace the MonthSelector with your own that does any of the
>>> >> >> > things
>>> >> >> > you
>>> >> >> > suggest.  We thought about using a fancy MonthSelector by
>>> default,
>>> >> >> > but
>>> >> >> > we
>>> >> >> > figured everyone would have a different opinion on the ideal
>>> version,
>>> >> >> > so
>>> >> >> > we
>>> >> >> > instead designed it so you can replace it.
>>> >> >> >
>>> >> >> > Thanks,
>>> >> >> > John LaBanca
>>> >> >> > jlaba...@google.com
>>> >> >> >
>>> >> >> >
>>> >> >> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson
>>> >> >> > 
>>> >> >> > wrote:
>>> >> >> >>
>>> >> >> >> Hello John,
>>> >> >> >>
>>> >> >> >> Will the 1.6 date picker include a year spinner? I know the
>>> current
>>> >> >> >> incubator version does not have a year spinner, so this makes it
>>> >> >> >> pretty difficult to use the date picker if you have a date
>>> that's
>>> >> >> >> more
>>> >> >> >> then a year off. Another nice feature would be to be able to
>>> select
>>> >> >> >> the date. For example you could click on the year the date
>>> picker
>>> >> >> >> shows, and that would turn it into a text box where you can
>>> enter
>>> >> >> >> the
>>> >> >> >> year you'd like.
>>> >> >> >>
>>> >> >> >> Best regards,
>>> >> >> >> --
>>> >> >> >> Arthur Kalmenson
>>> >> >> >
>>> >> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > --
>>> >> > "There are only 10 types of people in the world: Those who
>>> understand
>>> >> > binary, and those who don't"
>>> >> >
>>> >> > >
>>> >> >
>>> >>
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > "There are only 10 types of people in the world: Those who understand
>>> > binary, and those who don't"
>>> >
>>> > >
>>> >
>>>
>>> >>>
>>>
>>
>>
>> --
>> "There are only 10 types of people in the world: Those who understand
>> binary, and those who don't"
>>
>
>
>
> --
> "There are only 10 types of people in the world: Those who understand
> binary, and those who don't"
>



-- 
"There are only 10 types of people in the world: Those who understand
binary, and those who don't"

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: 1.6 date picker question

2008-12-04 Thread Emily Crutcher
Also, the code should be reviewed before committing. I'll be happy to be
your reviewer once we land the 1.6 datepicker + release the 1.5 final
gwt-incubator drop. As until then, we cannot add 1.6 specific code to
gwt-incubator.

On Fri, Dec 5, 2008 at 1:05 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:

> Yep, sounds right, thanks!
>
>
> On Thu, Dec 4, 2008 at 6:53 PM, Isaac Truett <[EMAIL PROTECTED]> wrote:
>
>> On second thought, gwt-incubator is supposed to compile against trunk,
>> isn't it? Well, since this is written to compile against the
>> 1_6_datepicker branch, I'll hold off committing until that branch is
>> merged to trunk (soon, right...?).
>>
>> I've attached the DropDownDatePicker proof-of-concept patch. It's
>> very, very ugly, but it works. I'll see about tending to the style a
>> little bit when I have more time.
>>
>> Comments welcome, of course.
>>
>> - Isaac
>>
>> On Thu, Dec 4, 2008 at 10:36 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
>> > That sounds great, thanks.
>> >
>> > On Thu, Dec 4, 2008 at 10:31 AM, Isaac Truett <[EMAIL PROTECTED]>
>> wrote:
>> >>
>> >> I wrote a MonthSelector a while back that uses DropDownListBoxes for
>> >> month and year. I can fix it up to be compatible with recent changes
>> >> and add it to the incubator. I'll see if I can fit that in tonight.
>> >>
>> >>
>> >> On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
>> >> > It is definitely something that we would consider. Of course, the
>> first
>> >> > step
>> >> > would be to get some good alternative month selectors into the
>> >> > gwt-incubator...
>> >> >
>> >> >
>> >> > On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson <
>> [EMAIL PROTECTED]>
>> >> > wrote:
>> >> >>
>> >> >> Hi John,
>> >> >>
>> >> >> Thank you for the reply. Are there any plans in the future to
>> include
>> >> >> various variations of the date picker for developers to choose from
>> >> >> (which would be inline with the requests for a "richer" widget set)?
>> >> >>
>> >> >> --
>> >> >> Arthur Kalmenson
>> >> >>
>> >> >>
>> >> >>
>> >> >> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca <[EMAIL PROTECTED]>
>> >> >> wrote:
>> >> >> > [+ecc, +google-web-toolkit-contributors]
>> >> >> >
>> >> >> > The default DatePicker will only include next and previous
>> buttons,
>> >> >> > but
>> >> >> > you
>> >> >> > can replace the MonthSelector with your own that does any of the
>> >> >> > things
>> >> >> > you
>> >> >> > suggest.  We thought about using a fancy MonthSelector by default,
>> >> >> > but
>> >> >> > we
>> >> >> > figured everyone would have a different opinion on the ideal
>> version,
>> >> >> > so
>> >> >> > we
>> >> >> > instead designed it so you can replace it.
>> >> >> >
>> >> >> > Thanks,
>> >> >> > John LaBanca
>> >> >> > [EMAIL PROTECTED]
>> >> >> >
>> >> >> >
>> >> >> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson
>> >> >> > <[EMAIL PROTECTED]>
>> >> >> > wrote:
>> >> >> >>
>> >> >> >> Hello John,
>> >> >> >>
>> >> >> >> Will the 1.6 date picker include a year spinner? I know the
>> current
>> >> >> >> incubator version does not have a year spinner, so this makes it
>> >> >> >> pretty difficult to use the date picker if you have a date that's
>> >> >> >> more
>> >> >> >> then a year off. Another nice feature would be to be able to
>> select
>> >> >> >> the date. For example you could click on the year the date picker
>> >> >> >> shows, and that would turn it into a text box where you can enter
>> >> >> >> the
>> >> >> >> year you'd like.
>> >> >> >>
>> >> >> >> Best regards,
>> >> >> >> --
>> >> >> >> Arthur Kalmenson
>> >> >> >
>> >> >> >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > "There are only 10 types of people in the world: Those who understand
>> >> > binary, and those who don't"
>> >> >
>> >> > >
>> >> >
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > "There are only 10 types of people in the world: Those who understand
>> > binary, and those who don't"
>> >
>> > >
>> >
>>
>> >>
>>
>
>
> --
> "There are only 10 types of people in the world: Those who understand
> binary, and those who don't"
>



-- 
"There are only 10 types of people in the world: Those who understand
binary, and those who don't"

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: 1.6 date picker question

2008-12-04 Thread Emily Crutcher
Yep, sounds right, thanks!

On Thu, Dec 4, 2008 at 6:53 PM, Isaac Truett <[EMAIL PROTECTED]> wrote:

> On second thought, gwt-incubator is supposed to compile against trunk,
> isn't it? Well, since this is written to compile against the
> 1_6_datepicker branch, I'll hold off committing until that branch is
> merged to trunk (soon, right...?).
>
> I've attached the DropDownDatePicker proof-of-concept patch. It's
> very, very ugly, but it works. I'll see about tending to the style a
> little bit when I have more time.
>
> Comments welcome, of course.
>
> - Isaac
>
> On Thu, Dec 4, 2008 at 10:36 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
> > That sounds great, thanks.
> >
> > On Thu, Dec 4, 2008 at 10:31 AM, Isaac Truett <[EMAIL PROTECTED]> wrote:
> >>
> >> I wrote a MonthSelector a while back that uses DropDownListBoxes for
> >> month and year. I can fix it up to be compatible with recent changes
> >> and add it to the incubator. I'll see if I can fit that in tonight.
> >>
> >>
> >> On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
> >> > It is definitely something that we would consider. Of course, the
> first
> >> > step
> >> > would be to get some good alternative month selectors into the
> >> > gwt-incubator...
> >> >
> >> >
> >> > On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson <
> [EMAIL PROTECTED]>
> >> > wrote:
> >> >>
> >> >> Hi John,
> >> >>
> >> >> Thank you for the reply. Are there any plans in the future to include
> >> >> various variations of the date picker for developers to choose from
> >> >> (which would be inline with the requests for a "richer" widget set)?
> >> >>
> >> >> --
> >> >> Arthur Kalmenson
> >> >>
> >> >>
> >> >>
> >> >> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca <[EMAIL PROTECTED]>
> >> >> wrote:
> >> >> > [+ecc, +google-web-toolkit-contributors]
> >> >> >
> >> >> > The default DatePicker will only include next and previous buttons,
> >> >> > but
> >> >> > you
> >> >> > can replace the MonthSelector with your own that does any of the
> >> >> > things
> >> >> > you
> >> >> > suggest.  We thought about using a fancy MonthSelector by default,
> >> >> > but
> >> >> > we
> >> >> > figured everyone would have a different opinion on the ideal
> version,
> >> >> > so
> >> >> > we
> >> >> > instead designed it so you can replace it.
> >> >> >
> >> >> > Thanks,
> >> >> > John LaBanca
> >> >> > [EMAIL PROTECTED]
> >> >> >
> >> >> >
> >> >> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson
> >> >> > <[EMAIL PROTECTED]>
> >> >> > wrote:
> >> >> >>
> >> >> >> Hello John,
> >> >> >>
> >> >> >> Will the 1.6 date picker include a year spinner? I know the
> current
> >> >> >> incubator version does not have a year spinner, so this makes it
> >> >> >> pretty difficult to use the date picker if you have a date that's
> >> >> >> more
> >> >> >> then a year off. Another nice feature would be to be able to
> select
> >> >> >> the date. For example you could click on the year the date picker
> >> >> >> shows, and that would turn it into a text box where you can enter
> >> >> >> the
> >> >> >> year you'd like.
> >> >> >>
> >> >> >> Best regards,
> >> >> >> --
> >> >> >> Arthur Kalmenson
> >> >> >
> >> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > "There are only 10 types of people in the world: Those who understand
> >> > binary, and those who don't"
> >> >
> >> > >
> >> >
> >>
> >>
> >
> >
> >
> > --
> > "There are only 10 types of people in the world: Those who understand
> > binary, and those who don't"
> >
> > >
> >
>
> >
>


-- 
"There are only 10 types of people in the world: Those who understand
binary, and those who don't"

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: 1.6 date picker question

2008-12-04 Thread Isaac Truett
On second thought, gwt-incubator is supposed to compile against trunk,
isn't it? Well, since this is written to compile against the
1_6_datepicker branch, I'll hold off committing until that branch is
merged to trunk (soon, right...?).

I've attached the DropDownDatePicker proof-of-concept patch. It's
very, very ugly, but it works. I'll see about tending to the style a
little bit when I have more time.

Comments welcome, of course.

- Isaac

On Thu, Dec 4, 2008 at 10:36 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
> That sounds great, thanks.
>
> On Thu, Dec 4, 2008 at 10:31 AM, Isaac Truett <[EMAIL PROTECTED]> wrote:
>>
>> I wrote a MonthSelector a while back that uses DropDownListBoxes for
>> month and year. I can fix it up to be compatible with recent changes
>> and add it to the incubator. I'll see if I can fit that in tonight.
>>
>>
>> On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
>> > It is definitely something that we would consider. Of course, the first
>> > step
>> > would be to get some good alternative month selectors into the
>> > gwt-incubator...
>> >
>> >
>> > On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson <[EMAIL PROTECTED]>
>> > wrote:
>> >>
>> >> Hi John,
>> >>
>> >> Thank you for the reply. Are there any plans in the future to include
>> >> various variations of the date picker for developers to choose from
>> >> (which would be inline with the requests for a "richer" widget set)?
>> >>
>> >> --
>> >> Arthur Kalmenson
>> >>
>> >>
>> >>
>> >> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca <[EMAIL PROTECTED]>
>> >> wrote:
>> >> > [+ecc, +google-web-toolkit-contributors]
>> >> >
>> >> > The default DatePicker will only include next and previous buttons,
>> >> > but
>> >> > you
>> >> > can replace the MonthSelector with your own that does any of the
>> >> > things
>> >> > you
>> >> > suggest.  We thought about using a fancy MonthSelector by default,
>> >> > but
>> >> > we
>> >> > figured everyone would have a different opinion on the ideal version,
>> >> > so
>> >> > we
>> >> > instead designed it so you can replace it.
>> >> >
>> >> > Thanks,
>> >> > John LaBanca
>> >> > [EMAIL PROTECTED]
>> >> >
>> >> >
>> >> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson
>> >> > <[EMAIL PROTECTED]>
>> >> > wrote:
>> >> >>
>> >> >> Hello John,
>> >> >>
>> >> >> Will the 1.6 date picker include a year spinner? I know the current
>> >> >> incubator version does not have a year spinner, so this makes it
>> >> >> pretty difficult to use the date picker if you have a date that's
>> >> >> more
>> >> >> then a year off. Another nice feature would be to be able to select
>> >> >> the date. For example you could click on the year the date picker
>> >> >> shows, and that would turn it into a text box where you can enter
>> >> >> the
>> >> >> year you'd like.
>> >> >>
>> >> >> Best regards,
>> >> >> --
>> >> >> Arthur Kalmenson
>> >> >
>> >> >
>> >
>> >
>> >
>> > --
>> > "There are only 10 types of people in the world: Those who understand
>> > binary, and those who don't"
>> >
>> > >
>> >
>>
>>
>
>
>
> --
> "There are only 10 types of people in the world: Those who understand
> binary, and those who don't"
>
> >
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



DropDownDatePicker.patch
Description: Binary data


[gwt-contrib] Re: 1.6 date picker question

2008-12-04 Thread Arthur Kalmenson

That would be awesome. We've been meaning to implement it ourselves
for some time but haven't had the chance. I'll be very interested in
using it. Thanks!

--
Arthur Kalmenson



On Thu, Dec 4, 2008 at 10:31 AM, Isaac Truett <[EMAIL PROTECTED]> wrote:
>
> I wrote a MonthSelector a while back that uses DropDownListBoxes for
> month and year. I can fix it up to be compatible with recent changes
> and add it to the incubator. I'll see if I can fit that in tonight.
>
>
> On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
>> It is definitely something that we would consider. Of course, the first step
>> would be to get some good alternative month selectors into the
>> gwt-incubator...
>>
>>
>> On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> Hi John,
>>>
>>> Thank you for the reply. Are there any plans in the future to include
>>> various variations of the date picker for developers to choose from
>>> (which would be inline with the requests for a "richer" widget set)?
>>>
>>> --
>>> Arthur Kalmenson
>>>
>>>
>>>
>>> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca <[EMAIL PROTECTED]> wrote:
>>> > [+ecc, +google-web-toolkit-contributors]
>>> >
>>> > The default DatePicker will only include next and previous buttons, but
>>> > you
>>> > can replace the MonthSelector with your own that does any of the things
>>> > you
>>> > suggest.  We thought about using a fancy MonthSelector by default, but
>>> > we
>>> > figured everyone would have a different opinion on the ideal version, so
>>> > we
>>> > instead designed it so you can replace it.
>>> >
>>> > Thanks,
>>> > John LaBanca
>>> > [EMAIL PROTECTED]
>>> >
>>> >
>>> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson <[EMAIL PROTECTED]>
>>> > wrote:
>>> >>
>>> >> Hello John,
>>> >>
>>> >> Will the 1.6 date picker include a year spinner? I know the current
>>> >> incubator version does not have a year spinner, so this makes it
>>> >> pretty difficult to use the date picker if you have a date that's more
>>> >> then a year off. Another nice feature would be to be able to select
>>> >> the date. For example you could click on the year the date picker
>>> >> shows, and that would turn it into a text box where you can enter the
>>> >> year you'd like.
>>> >>
>>> >> Best regards,
>>> >> --
>>> >> Arthur Kalmenson
>>> >
>>> >
>>
>>
>>
>> --
>> "There are only 10 types of people in the world: Those who understand
>> binary, and those who don't"
>>
>> >
>>
>
> >
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: 1.6 date picker question

2008-12-04 Thread Emily Crutcher
That sounds great, thanks.

On Thu, Dec 4, 2008 at 10:31 AM, Isaac Truett <[EMAIL PROTECTED]> wrote:

>
> I wrote a MonthSelector a while back that uses DropDownListBoxes for
> month and year. I can fix it up to be compatible with recent changes
> and add it to the incubator. I'll see if I can fit that in tonight.
>
>
> On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
> > It is definitely something that we would consider. Of course, the first
> step
> > would be to get some good alternative month selectors into the
> > gwt-incubator...
> >
> >
> > On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson <[EMAIL PROTECTED]>
> > wrote:
> >>
> >> Hi John,
> >>
> >> Thank you for the reply. Are there any plans in the future to include
> >> various variations of the date picker for developers to choose from
> >> (which would be inline with the requests for a "richer" widget set)?
> >>
> >> --
> >> Arthur Kalmenson
> >>
> >>
> >>
> >> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca <[EMAIL PROTECTED]>
> wrote:
> >> > [+ecc, +google-web-toolkit-contributors]
> >> >
> >> > The default DatePicker will only include next and previous buttons,
> but
> >> > you
> >> > can replace the MonthSelector with your own that does any of the
> things
> >> > you
> >> > suggest.  We thought about using a fancy MonthSelector by default, but
> >> > we
> >> > figured everyone would have a different opinion on the ideal version,
> so
> >> > we
> >> > instead designed it so you can replace it.
> >> >
> >> > Thanks,
> >> > John LaBanca
> >> > [EMAIL PROTECTED]
> >> >
> >> >
> >> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson <
> [EMAIL PROTECTED]>
> >> > wrote:
> >> >>
> >> >> Hello John,
> >> >>
> >> >> Will the 1.6 date picker include a year spinner? I know the current
> >> >> incubator version does not have a year spinner, so this makes it
> >> >> pretty difficult to use the date picker if you have a date that's
> more
> >> >> then a year off. Another nice feature would be to be able to select
> >> >> the date. For example you could click on the year the date picker
> >> >> shows, and that would turn it into a text box where you can enter the
> >> >> year you'd like.
> >> >>
> >> >> Best regards,
> >> >> --
> >> >> Arthur Kalmenson
> >> >
> >> >
> >
> >
> >
> > --
> > "There are only 10 types of people in the world: Those who understand
> > binary, and those who don't"
> >
> > >
> >
>
> >
>


-- 
"There are only 10 types of people in the world: Those who understand
binary, and those who don't"

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: 1.6 date picker question

2008-12-04 Thread Isaac Truett

I wrote a MonthSelector a while back that uses DropDownListBoxes for
month and year. I can fix it up to be compatible with recent changes
and add it to the incubator. I'll see if I can fit that in tonight.


On Thu, Dec 4, 2008 at 9:39 AM, Emily Crutcher <[EMAIL PROTECTED]> wrote:
> It is definitely something that we would consider. Of course, the first step
> would be to get some good alternative month selectors into the
> gwt-incubator...
>
>
> On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson <[EMAIL PROTECTED]>
> wrote:
>>
>> Hi John,
>>
>> Thank you for the reply. Are there any plans in the future to include
>> various variations of the date picker for developers to choose from
>> (which would be inline with the requests for a "richer" widget set)?
>>
>> --
>> Arthur Kalmenson
>>
>>
>>
>> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca <[EMAIL PROTECTED]> wrote:
>> > [+ecc, +google-web-toolkit-contributors]
>> >
>> > The default DatePicker will only include next and previous buttons, but
>> > you
>> > can replace the MonthSelector with your own that does any of the things
>> > you
>> > suggest.  We thought about using a fancy MonthSelector by default, but
>> > we
>> > figured everyone would have a different opinion on the ideal version, so
>> > we
>> > instead designed it so you can replace it.
>> >
>> > Thanks,
>> > John LaBanca
>> > [EMAIL PROTECTED]
>> >
>> >
>> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson <[EMAIL PROTECTED]>
>> > wrote:
>> >>
>> >> Hello John,
>> >>
>> >> Will the 1.6 date picker include a year spinner? I know the current
>> >> incubator version does not have a year spinner, so this makes it
>> >> pretty difficult to use the date picker if you have a date that's more
>> >> then a year off. Another nice feature would be to be able to select
>> >> the date. For example you could click on the year the date picker
>> >> shows, and that would turn it into a text box where you can enter the
>> >> year you'd like.
>> >>
>> >> Best regards,
>> >> --
>> >> Arthur Kalmenson
>> >
>> >
>
>
>
> --
> "There are only 10 types of people in the world: Those who understand
> binary, and those who don't"
>
> >
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: 1.6 date picker question

2008-12-04 Thread Emily Crutcher
It is definitely something that we would consider. Of course, the first step
would be to get some good alternative month selectors into the
gwt-incubator...


On Wed, Dec 3, 2008 at 9:28 PM, Arthur Kalmenson <[EMAIL PROTECTED]>wrote:

> Hi John,
>
> Thank you for the reply. Are there any plans in the future to include
> various variations of the date picker for developers to choose from
> (which would be inline with the requests for a "richer" widget set)?
>
> --
> Arthur Kalmenson
>
>
>
> On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca <[EMAIL PROTECTED]> wrote:
> > [+ecc, +google-web-toolkit-contributors]
> >
> > The default DatePicker will only include next and previous buttons, but
> you
> > can replace the MonthSelector with your own that does any of the things
> you
> > suggest.  We thought about using a fancy MonthSelector by default, but we
> > figured everyone would have a different opinion on the ideal version, so
> we
> > instead designed it so you can replace it.
> >
> > Thanks,
> > John LaBanca
> > [EMAIL PROTECTED]
> >
> >
> > On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson <[EMAIL PROTECTED]>
> > wrote:
> >>
> >> Hello John,
> >>
> >> Will the 1.6 date picker include a year spinner? I know the current
> >> incubator version does not have a year spinner, so this makes it
> >> pretty difficult to use the date picker if you have a date that's more
> >> then a year off. Another nice feature would be to be able to select
> >> the date. For example you could click on the year the date picker
> >> shows, and that would turn it into a text box where you can enter the
> >> year you'd like.
> >>
> >> Best regards,
> >> --
> >> Arthur Kalmenson
> >
> >
>



-- 
"There are only 10 types of people in the world: Those who understand
binary, and those who don't"

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: 1.6 date picker question

2008-12-03 Thread Arthur Kalmenson

Hi John,

Thank you for the reply. Are there any plans in the future to include
various variations of the date picker for developers to choose from
(which would be inline with the requests for a "richer" widget set)?

--
Arthur Kalmenson



On Mon, Dec 1, 2008 at 11:37 AM, John LaBanca <[EMAIL PROTECTED]> wrote:
> [+ecc, +google-web-toolkit-contributors]
>
> The default DatePicker will only include next and previous buttons, but you
> can replace the MonthSelector with your own that does any of the things you
> suggest.  We thought about using a fancy MonthSelector by default, but we
> figured everyone would have a different opinion on the ideal version, so we
> instead designed it so you can replace it.
>
> Thanks,
> John LaBanca
> [EMAIL PROTECTED]
>
>
> On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson <[EMAIL PROTECTED]>
> wrote:
>>
>> Hello John,
>>
>> Will the 1.6 date picker include a year spinner? I know the current
>> incubator version does not have a year spinner, so this makes it
>> pretty difficult to use the date picker if you have a date that's more
>> then a year off. Another nice feature would be to be able to select
>> the date. For example you could click on the year the date picker
>> shows, and that would turn it into a text box where you can enter the
>> year you'd like.
>>
>> Best regards,
>> --
>> Arthur Kalmenson
>
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: 1.6 date picker question

2008-12-01 Thread John LaBanca
[+ecc, +google-web-toolkit-contributors]

The default DatePicker will only include next and previous buttons, but you
can replace the MonthSelector with your own that does any of the things you
suggest.  We thought about using a fancy MonthSelector by default, but we
figured everyone would have a different opinion on the ideal version, so we
instead designed it so you can replace it.

Thanks,
John LaBanca
[EMAIL PROTECTED]


On Mon, Dec 1, 2008 at 9:41 AM, Arthur Kalmenson <[EMAIL PROTECTED]>wrote:

> Hello John,
>
> Will the 1.6 date picker include a year spinner? I know the current
> incubator version does not have a year spinner, so this makes it
> pretty difficult to use the date picker if you have a date that's more
> then a year off. Another nice feature would be to be able to select
> the date. For example you could click on the year the date picker
> shows, and that would turn it into a text box where you can enter the
> year you'd like.
>
> Best regards,
> --
> Arthur Kalmenson
>

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---