Re: [racket-dev] Date Chooser

2012-12-26 Thread Chen Xiao
ok, I send it to planet, thanks. 2012/12/27 Matthias Felleisen > > If you prefer to live safely, put in on planet for now. -- Matthias > > > > On Dec 26, 2012, at 9:07 PM, John Clements wrote: > > > > > On Dec 26, 2012, at 5:26 PM, Chen Xiao wrote: > > > >> Hi, eveyone, racket does not have a da

Re: [racket-dev] Date Chooser

2012-12-26 Thread Matthias Felleisen
If you prefer to live safely, put in on planet for now. -- Matthias On Dec 26, 2012, at 9:07 PM, John Clements wrote: > > On Dec 26, 2012, at 5:26 PM, Chen Xiao wrote: > >> Hi, eveyone, racket does not have a date chooser yet, so I use gui and draw >> tools to make one. A simple datechooser

Re: [racket-dev] Date Chooser

2012-12-26 Thread John Clements
On Dec 26, 2012, at 5:26 PM, Chen Xiao wrote: > Hi, eveyone, racket does not have a date chooser yet, so I use gui and draw > tools to make one. A simple datechooser. > > It use a up and down triangle button to change year, month, day. It has a > width and height and custom font. Attachment i

[racket-dev] Date Chooser

2012-12-26 Thread Chen Xiao
Hi, eveyone, racket does not have a date chooser yet, so I use gui and draw tools to make one. A simple datechooser. It use a up and down triangle button to change year, month, day. It has a width and height and custom font. Attachment is the snapshot. add this to the core codebase or planet, whi