DateTime Calender keeps exiting when changeing months

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
davesexcel
Posts: 5
Joined: 02 Jan 2019, 13:23
Contact:

DateTime Calender keeps exiting when changeing months

01 Feb 2019, 10:09

I would like to be able to keep changing months in the calendar control, but it keeps exiting when the month has changed.
Would anybody have an idea what to put in the DateTimeChanged(_CtrlHwnd, _GuiEvent, _EventInfo, _ErrorLevel:="")
To stop it from exiting?

Code: Select all

class DateTime extends Tabs.Tab.Workspace.GenericControl
            {
                ControlType := "DateTime"
                DefaultOptions := ""
                New()
                {
				this.GuiControl("", "")
				 }
                DateTimeChanged(_CtrlHwnd, _GuiEvent, _EventInfo, _ErrorLevel:="")
                {
				
				 ;MsgBox, % this.GuiControlGet() ;remove later
				 ;Send {Tab}
                }
                Clear()
                {
                    this.GuiControl("", A_Now)
                    this.GuiControl("", "")
					this.GuiControl("", "")
                }
				
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: DateTime Calender keeps exiting when changeing months

01 Feb 2019, 10:49

post examples that demonstrate the problem
idk what u want me to do with this class snippet
lexikos
Posts: 9587
Joined: 30 Sep 2013, 04:07
Contact:

Re: DateTime Calender keeps exiting when changeing months

12 May 2019, 20:38

I've moved this from the v2 forum. Perhaps someone who uses this script (for v1) can help.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, emp00, Joey5, MHMD, Rohwedder and 252 guests