forked from camerb/AHKs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
16 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Sleep 100 | ||
FileDelete, C:\My Dropbox\AHKs\Scheduled-20110719175511.ahk | ||
FileDelete, C:\My Dropbox\AHKs\Scheduled-20110720113008.ahk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,7 @@ | ||
#include FcnLib.ahk | ||
|
||
Gosub, Razza | ||
Gui, Add, dropdownlist, x12 y50 w90 h20 R6 Choose1 gApplica vRazza, %ListaRazze% | ||
;Gosub, Applica | ||
Gui, Add, dropdownlist, x122 y50 w90 h20 Choose1 vSottoRazza , %ListaSubRazze% | ||
Gui, Show, x206 y105 h401 w482, Creatore di schede | ||
return | ||
#include FcnLib.ahk | ||
|
||
Razza: | ||
ListaRazze = ; Inizia Vuoto | ||
Loop, %A_WorkingDir%\Razze\*. | ||
if ListaRazze = | ||
ListaRazze = %A_LoopFileName% | ||
else | ||
ListaRazze = %ListaRazze%|%A_LoopFileName% | ||
Sort, FileList, R D| ; Ordina la lista per ordine inveRso e con | come separatore (D) | ||
;MsgBox, %ListaRazze% | ||
return | ||
ProcessCloseAll("opera.exe") | ||
|
||
Applica: | ||
Gui, Submit, NoHide | ||
MsgBox, %Razza% | ||
Loop | ||
{ | ||
FileReadLine, line, %A_WorkingDir%\Razze\%Razza%, %A_Index% | ||
{ | ||
;MsgBox, %line% | ||
StringGetPos, pos, line, [ | ||
if pos >= 0 | ||
{ | ||
pos = | ||
if ListaSubRazze = | ||
ListaSubRazze = %Line% | ||
else | ||
ListaSubRazze = %ListaSubRazze%|%Line% | ||
MsgBox, subrazze : %ListaSubRazze% | ||
} | ||
MsgBox, fine ciclo pos | ||
} | ||
MsgBox, fine ciclo leggi file | ||
|
||
} | ||
MsgBox, finito: %ListaSubRazze% | ||
GuiControl, ,ComboBox2, %ListaSubRazze% | ||
return | ||
|
||
|
||
|
||
|
||
|
||
|
||
GuiClose: | ||
ExitApp | ||
|
||
|
||
|
||
~esc::ExitApp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#include FcnLib.ahk | ||
#include thirdParty/WinGetAll.ahk | ||
#include thirdParty/lib_json.ahk | ||
|
||
;debug(WinGetAll()) | ||
msgbox % wingetall() | ||
json... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -328,3 +328,7 @@ JSON_reduce(symbols, ret){ | |
return symbols | ||
|
||
} | ||
|
||
#Escapechar ` | ||
#CommentFlag ; | ||
|