Connecting Tech Pros Worldwide Forums | Help | Site Map

calendar problems--kinda complex

middletree
Guest
 
Posts: n/a
#1: Jul 23 '05
Please go to http://www.middletree.net/calendar/close.htm

Scroll down about halfway to where there's a table row with four text
boxes, the first of which says "Temporary Solution Provided"

Click the little button next to the text box. A calendar pops up, from
which you can click a date and fill up the textbox with that date.

I am having two problems with this calendar:

1. If I open a calendar, I click "Today", it doesnt' always populate
the textbox. Sometimes, it does, sometimes it doesn't.

2. I'd like to make it populate with the date that I pick, followed by
the current time (the user can adjust the time if they want by manually
typing it. The format would have to be 1/17/2005 8:36:49 AM

Please note that the page shown is a sample page; the real deal is an
ASP-built Intranet app, so I don't have the ability to show you the
real page.


Josh
Guest
 
Posts: n/a
#2: Jul 23 '05

re: calendar problems--kinda complex



"middletree" <middletree@gmail.com> wrote in message
news:1105978419.182544.6960@c13g2000cwb.googlegrou ps.com...[color=blue]
> Please go to http://www.middletree.net/calendar/close.htm[/color]


That is a great calendar! Do you know and good books or online tutorials
that can teach me how to make calendars like that?


middletree
Guest
 
Posts: n/a
#3: Jul 23 '05

re: calendar problems--kinda complex


I hope I didn't come across as being the author of that calendar. I
found it for free. Can't recall the place, but the source code will
have that information on there.

You're right; it is a great calendar.

Josh
Guest
 
Posts: n/a
#4: Jul 23 '05

re: calendar problems--kinda complex



"middletree" <middletree@gmail.com> wrote in message
news:1106000007.295693.245220@z14g2000cwz.googlegr oups.com...[color=blue]
> I hope I didn't come across as being the author of that calendar. I
> found it for free. Can't recall the place, but the source code will
> have that information on there.[/color]

I couldn't find the info in the source code.


McKirahan
Guest
 
Posts: n/a
#5: Jul 23 '05

re: calendar problems--kinda complex


"Josh" <joshsbh@hotmail.com> wrote in message
news:10uogp6mk3dke8b@corp.supernews.com...[color=blue]
>
> "middletree" <middletree@gmail.com> wrote in message
> news:1106000007.295693.245220@z14g2000cwz.googlegr oups.com...[color=green]
> > I hope I didn't come across as being the author of that calendar. I
> > found it for free. Can't recall the place, but the source code will
> > have that information on there.[/color]
>
> I couldn't find the info in the source code.[/color]


Look at the source code of the first "include" file:
http://www.middletree.net/calendar/includes/calendar.js

it points to
http://students.infoiasi.ro/~mishoo/site/calendar.epl

at which you can find:
http://www.dynarch.com/projects/calendar/


McKirahan
Guest
 
Posts: n/a
#6: Jul 23 '05

re: calendar problems--kinda complex


"middletree" <middletree@gmail.com> wrote in message
news:1105978419.182544.6960@c13g2000cwb.googlegrou ps.com...[color=blue]
> Please go to http://www.middletree.net/calendar/close.htm
>
> Scroll down about halfway to where there's a table row with four text
> boxes, the first of which says "Temporary Solution Provided"
>
> Click the little button next to the text box. A calendar pops up, from
> which you can click a date and fill up the textbox with that date.
>
> I am having two problems with this calendar:
>
> 1. If I open a calendar, I click "Today", it doesnt' always populate
> the textbox. Sometimes, it does, sometimes it doesn't.[/color]

Clicking on Today doesn't populate your date field it just repositions the
calendar to today; click on today's date (e.g. "17") to populate your date
field .
[color=blue]
> 2. I'd like to make it populate with the date that I pick, followed by
> the current time (the user can adjust the time if they want by manually
> typing it. The format would have to be 1/17/2005 8:36:49 AM[/color]

Look at the author's page to see the options to include the time:
http://www.dynarch.com/demos/jscalendar/

The curent time would be the time on the client's computer and may not be
accurate at all.
[color=blue]
> Please note that the page shown is a sample page; the real deal is an
> ASP-built Intranet app, so I don't have the ability to show you the
> real page.
>[/color]

You should probably hide your "iframe" as it looks bad the way it is now --
it shows some very short scrollbars with unreadable content.


Josh
Guest
 
Posts: n/a
#7: Jul 23 '05

re: calendar problems--kinda complex



"McKirahan" <News@McKirahan.com> wrote in message
news:XoGdnVvZgoBM2HHcRVn-pg@comcast.com...[color=blue]
> "Josh" <joshsbh@hotmail.com> wrote in message
> news:10uogp6mk3dke8b@corp.supernews.com...[color=green]
> >
> > "middletree" <middletree@gmail.com> wrote in message
> > news:1106000007.295693.245220@z14g2000cwz.googlegr oups.com...[color=darkred]
> > > I hope I didn't come across as being the author of that calendar. I
> > > found it for free. Can't recall the place, but the source code will
> > > have that information on there.[/color]
> >
> > I couldn't find the info in the source code.[/color]
>
>
> Look at the source code of the first "include" file:
> http://www.middletree.net/calendar/includes/calendar.js
>
> it points to
> http://students.infoiasi.ro/~mishoo/site/calendar.epl
>
> at which you can find:
> http://www.dynarch.com/projects/calendar/
>[/color]

Thanks


mt
Guest
 
Posts: n/a
#8: Jul 23 '05

re: calendar problems--kinda complex


"McKirahan" <News@McKirahan.com> wrote in message
news:rJidnZxWw8iN2nHcRVn-iA@comcast.com...[color=blue]
> Clicking on Today doesn't populate your date field it just repositions the
> calendar to today; click on today's date (e.g. "17") to populate your date
> field .[/color]

Well, sometimes, it does populate the text box. For example, select a date
on one calendar, then go to another one and select Today, and it works.
[color=blue]
> Look at the author's page to see the options to include the time:
> http://www.dynarch.com/demos/jscalendar/
>
> The curent time would be the time on the client's computer and may not be
> accurate at all.[/color]

I'll check it out. Thanks. Since 100% of users are on the company network,
their clocks are always updated.
[color=blue]
> You should probably hide your "iframe" as it looks bad the way it is[/color]
now --[color=blue]
> it shows some very short scrollbars with unreadable content.[/color]

Actually, that iframe isn't supposed to show at all. It's an ASP page with
just ASP code; server-side only. It is used to repopulate one of my other
deals when a certain function is called. I didn't include it in my sample
that I posted for this question, so it shows that error, which means it has
to show the scrollbars to show the VB error.



Closed Thread