Comment #2 Sunday, September 19, 2004 11:55 AM
Comment #3 Sunday, September 19, 2004 12:31 PM
Richard Mohler, you can import any DX Widget as a DX Object, the option is available on the 'Import' screen.
Comment #4 Sunday, September 19, 2004 3:12 PM
Function Object_OnLButtonUp(x,y,dragged)
If dragged = False Then
x = Month(Now()) & " " & Year(Now())
DesktopX.ScriptObject("Calendar").DrawCalendar(x)
End If
End Function
Comment #5 Sunday, September 19, 2004 4:33 PM
Comment #6 Wednesday, September 22, 2004 6:19 PM
Comment #7 Thursday, October 7, 2004 10:26 PM
I changed it to setdates(x), but that produced an error in the main script line 63.
Comment #8 Thursday, October 7, 2004 10:28 PM
Nevermind, I'm not using this calendar, I'm using the aero calendar by Digital Chet.
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!
Comment #1 Sunday, September 19, 2004 11:27 AM