Topic Options
Rate This Topic
#61401 - 06/25/02 10:20 AM Calendar Widget
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
By now, everyone knows that the 5.0 and 5.0.1 Mid-Tier don't allow you to open up a Calendar window to select the date/time... you need to add in special code for that. Well, here is the Calendar Widget that Remedy Support provided for us to use.

The only glitch I've noticed with it is if you open the widget from a field that has a $NULL$ value, and then don't make any changes to the default date/time in the widget... and click on 'Ok' to close the widget window, it sets the date/time field to Dec. 31, 1969 (or some odd 1969 date like that! Don't remember it exactly off the top of my head....).

Work-around: default the date/time field with $TIMESTAMP$ or some other Date/Time...

Hope that helps someone!

_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top
#61402 - 09/24/02 02:59 PM Re: Calendar Widget [Re: Matt Reinfeldt]
Anonymous
Unregistered


Matt,
... special code for that. Well, here is the Calendar Widget that Remedy ...

link is broken.


Top
#61403 - 09/25/02 09:22 AM Re: Calendar Widget [Re: Anonymous]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
Sorry about that... I changed software in my download section... here is the correct link: Calendar Widget for the 5.0 Mid-Tier

Hope that helps!
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top
#61404 - 12/19/02 02:20 AM Re: Calendar Widget [Re: Matt Reinfeldt]
Anonymous
Unregistered


I've noticed a little bug when you click on "x" (window close button). IMHO it could simply patched by add of "onUnload" event in body tag like this:
onUnload="window.opener.widgetOpen = 0;"

Hope that helps someone!

Top