data for specific day  
Author Message
Mario





PostPosted: 2007-11-6 17:19:00 Top

java-programmer, data for specific day I need to collect data for every day in year (choosing 1 option within 3)
for specific number of persons. What is the simpliest way for from a
component side of problem. I was thinking about putting drop down menu in a
table, but maybe it will be too complicated for me (and preety long table),
so if you have better solution for my web application?


 
Roedy Green





PostPosted: 2007-11-7 6:34:00 Top

java-programmer >> data for specific day On Tue, 6 Nov 2007 10:19:14 +0100, "Mario" <email***@***.com> wrote,
quoted or indirectly quoted someone who said :

> I was thinking about putting drop down menu in a
>table, but maybe it will be too complicated for me (and preety long table),
>so if you have better solution for my web application?

You are thinking of a date picker?

Have a look at one I used in http://mindprod.com/products1.html#BIO
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 
Mario





PostPosted: 2007-11-7 14:50:00 Top

java-programmer >> data for specific day
"Roedy Green" <email***@***.com> wrote in message
news:email***@***.com...
> On Tue, 6 Nov 2007 10:19:14 +0100, "Mario" <email***@***.com> wrote,
> quoted or indirectly quoted someone who said :
>
>> I was thinking about putting drop down menu in a
>>table, but maybe it will be too complicated for me (and preety long
>>table),
>>so if you have better solution for my web application?
>
> You are thinking of a date picker?
>
> Have a look at one I used in http://mindprod.com/products1.html#BIO
> --
> Roedy Green Canadian Mind Products
> The Java Glossary
> http://mindprod.com
I didn't work with a date picker but it is good idea. Did you mean that with
a date picker you choose date and than I choose an option for every person,
for that date ? Or a date picker have some other possibilities ?


 
 
Roedy Green





PostPosted: 2007-11-7 16:02:00 Top

java-programmer >> data for specific day On Wed, 7 Nov 2007 07:50:21 +0100, "Mario" <email***@***.com> wrote,
quoted or indirectly quoted someone who said :

>I didn't work with a date picker but it is good idea. Did you mean that with
>a date picker you choose date and than I choose an option for every person,
>for that date ? Or a date picker have some other possibilities ?

a date picker is just a component that lets you click a year month and
day within a specified range and it returns a Date. It might have
spinners, or a what looks like a paper calendar.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
 
 
Mario





PostPosted: 2007-11-7 22:02:00 Top

java-programmer >> data for specific day
"Roedy Green" <email***@***.com> je napisao u poruci
interesnoj grupi:email***@***.com...
> On Wed, 7 Nov 2007 07:50:21 +0100, "Mario" <email***@***.com> wrote,
> quoted or indirectly quoted someone who said :
>
> >I didn't work with a date picker but it is good idea. Did you mean that
with
> >a date picker you choose date and than I choose an option for every
person,
> >for that date ? Or a date picker have some other possibilities ?
>
> a date picker is just a component that lets you click a year month and
> day within a specified range and it returns a Date. It might have
> spinners, or a what looks like a paper calendar.
> --
> Roedy Green Canadian Mind Products
> The Java Glossary
> http://mindprod.com

Did you know for some kind of "calendar table" java component. It is not so
connected with that problem, but in practice, people ask me could I create
it someting like "excel with the days/month/year in header".


 
 
Roedy Green





PostPosted: 2007-11-8 4:02:00 Top

java-programmer >> data for specific day On Wed, 7 Nov 2007 15:02:05 +0100, "Mario" <email***@***.com> wrote,
quoted or indirectly quoted someone who said :

>Did you know for some kind of "calendar table" java component. It is not so
>connected with that problem, but in practice, people ask me could I create
>it someting like "excel with the days/month/year in header".

I wrote a simple one for Bio. I googled for some a long time ago. I
think I found some fancy commercial ones, but not a free one I thought
was a suitable replacement.

Try googling to see what's appeared in the interim.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com