azura
Junior Member
Posts: 2
Registered: 12/16/2003
Member Is Offline
|
| posted on 12/18/2003 at 08:31 AM |
|
|
One instance of calendar1
Hi, I've got another question.
For each call to Calendar1, there will always only be ONE instance of the calendar1 object.
Is it possible to have a global calendar1 instance?
i.e The first time I call calendar1, it will create an instance of the calendar, then the next time I call this function (i.e I click on the calendar
image without closing the currently open calendar window), I don't want to call the calendar1 function as the calendar window is already opened.
|
|
|
CFD
Moderator
Posts: 48
Registered: 12/8/2003
Member Is Offline
|
| posted on 12/19/2003 at 08:28 AM |
|
|
Function call is necessary
despite something happens visually or not.
|
|
|