| Author |
Message |
Forum: Support Topic: Search & Replace - With a twist. |
| Tom |
|
Posted: September 30th, 2010, 1:36 pm
|
|
Replies: 1 Views: 223
|
| Currently I'm using this to find an entry in a plain text file: Line:=TF_ReadLines(F,TF_Find(TF(T, "F"),"","","")) FoundPos := RegExMatch(Line,"123????",MT) If there is a match I replace it using : TF_Replace(T,MT,... |
|
 |
Forum: Support Topic: Connect Port 23 returns ÿýÿý ÿý#ÿý' |
| Tom |
|
Posted: September 18th, 2010, 10:05 am
|
|
Replies: 25 Views: 1345
|
|
 |
Forum: Support Topic: Creating an IMAP Filter - Help.. |
| Tom |
|
Posted: March 24th, 2010, 11:13 pm
|
|
Replies: 4 Views: 273
|
Thanks.. I've no idea how to start with that
Any ideas ?
Thanks |
|
 |
Forum: Support Topic: Creating an IMAP Filter - Help.. |
| Tom |
|
Posted: March 24th, 2010, 9:43 pm
|
|
Replies: 4 Views: 273
|
| Hi I'm pretty new to AHK and could with some help writing an IMAP Filter. Ideally this should run every xx seconds login and check the IMAP folder. To start this simply I'm looking to check the SUBJECT of unread mail and if they match my criteria then move them to the specified users IMAP folder. (I... |
|
 |
Forum: Scripts Topic: TF: Text file & Variables/String Library v3.3 [lib] |
| Tom |
|
Posted: January 4th, 2010, 11:01 pm
|
|
Replies: 189 Views: 33872
|
| Manage to get this far: if ReceivedData contains aMode GetLine:=TF_Find(ReceivedData,"","","aMode",0,1) StringSplit, amode, GetLine, `,, if amode4 is number MsgBox % amode4 This returns each entry.. How do I join them ? amode4 + amode4 etc .. I'm wondering if th... |
|
 |
Forum: Scripts Topic: TF: Text file & Variables/String Library v3.3 [lib] |
| Tom |
|
Posted: January 4th, 2010, 10:27 pm
|
|
Replies: 189 Views: 33872
|
| Thanks Hugov Unfortunately that didn't work.. :( GetLine:=TF_Find(ReceivedData,"","","disengage",1,1) In this ReceivedData is a constantly streaming / changing variable. I suppose what I need it to do is capture each entry that has aMode, grab the last digit and... |
|
 |
Forum: Scripts Topic: Notify() - multiple easy tray area notifications |
| Tom |
|
Posted: January 4th, 2010, 2:15 pm
|
|
Replies: 253 Views: 25067
|
| Hi I've started to use this: Notify("BLAH BLAH","",2,"GC=" BGColour " TC=Red TS=8 MC=Blue MS=10 MW=625 AX=off IN=4",A_ScriptFullPath) and it works well.. however.. The next notify that is called has the wrong icon: Notify("BLAH2 BLAH2",&q... |
|
 |
Forum: Scripts Topic: TF: Text file & Variables/String Library v3.3 [lib] |
| Tom |
|
Posted: January 3rd, 2010, 10:11 pm
|
|
Replies: 189 Views: 33872
|
| Thanks Not to sure I understand the first part ? Would that just match on b ?? As for the second part it 'should' always be at the end in the same position.. But it will always be a single character at the right most position. Is it possible to read the line right > left and capture the first charac... |
|
 |
Forum: Scripts Topic: TF: Text file & Variables/String Library v3.3 [lib] |
| Tom |
|
Posted: January 3rd, 2010, 3:17 pm
|
|
Replies: 189 Views: 33872
|
| Hi I have what I hope are 2 simple questions about TF.ahk I'm currently using this to read the first line that matches my value 'disengage': GetLine:=TF_Find(ReceivedData,"","","disengage",1,1) This works well and outputs the first matching line to GetLine. I th... |
|
 |
Forum: Support Topic: Menu Tray Option - Toggle. |
| Tom |
|
Posted: January 3rd, 2010, 10:54 am
|
|
Replies: 6 Views: 375
|
| Also found a bug/typo? In Send() function --> WS2_SendData(Socket,SendDat a C ommit) Should have a comma there?? Thanks this bit seems to be working fine. Well the data is being sent !! As for the Popup, I've added several more options to the script, so the options page is working better than the t... |
|
 |
Forum: Support Topic: Checkbox control other GUI Fields ? |
| Tom |
|
Posted: January 1st, 2010, 4:25 pm
|
|
Replies: 2 Views: 230
|
Thanks hugov
I had missed that  |
|
 |
Forum: Support Topic: Checkbox control other GUI Fields ? |
| Tom |
|
Posted: January 1st, 2010, 3:54 pm
|
|
Replies: 2 Views: 230
|
| Hi Is it possible to have a checkbox enable / disable other fields on a GUI Window ? Ideally the checkbox below should enable disable (grey out) the selected fields below it. Is that possible ? I have searched, but not found anything similar. Sorry if I've missed it. Thanks Gui, Add, Checkbox, x16 y... |
|
 |
Forum: Support Topic: Complied EXE - command line options ? |
| Tom |
|
Posted: January 1st, 2010, 1:17 pm
|
|
Replies: 2 Views: 285
|
| Have you ever used the help file? Have you ever read the tutorial? Or do you just expect everyone else to to your work for you? Passing Command Line Parameters to a Script Passing Command Line Parameters to a Script And for compiled scripts, the format is: CompiledScript.exe [Switches] [Script Para... |
|
 |
Forum: Support Topic: Complied EXE - command line options ? |
| Tom |
|
Posted: January 1st, 2010, 12:50 pm
|
|
Replies: 2 Views: 285
|
| Hi I'm my script I have a section that launches a diag window. By default this is not used. Is there any way to pass a command line option to my complied script that will show the diag window ? eg: test.exe -diag_on Would show the window. but test.exe wouldn't ??? Thanks Tom (finally registered) |
|
 |
Forum: Support Topic: How to search Documents by Code Within Them? |
| Tom |
|
Posted: December 20th, 2009, 8:00 pm
|
|
Replies: 4 Views: 322
|
|
 |
| Sort by: |