We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3208925 commit 8d7fed8Copy full SHA for 8d7fed8
TimeTracker.au3
@@ -1,5 +1,5 @@
1
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
2
-#AutoIt3Wrapper_Icon=..\..\..\OneDrive\Pictures\TimeTracker.ico
+#AutoIt3Wrapper_Icon=..\..\..\desk\one\Pictures\TimeTracker.ico
3
#AutoIt3Wrapper_UseX64=y
4
#AutoIt3Wrapper_Res_SaveSource=y
5
#AutoIt3Wrapper_Res_Language=1033
@@ -57,6 +57,8 @@ While 1
57
$x = Int(Stopwatch() / 100)
58
$nMsg = GUIGetMsg()
59
Switch $nMsg
60
+ Case $GUI_EVENT_PRIMARYDOWN
61
+ ToolTip("")
62
Case $GUI_EVENT_CLOSE
63
If _GUICtrlListView_GetItemCount ( $ListView1 ) > 0 Then
64
If Not IsDeclared("iMsgBoxAnswer") Then Local $iMsgBoxAnswer
TimeTracker.exe
130 KB
0 commit comments