| Author |
Message |
Topic: Compliicated Loop Fries Brain |
txquestor
Replies: 4
Views: 543
|
Forum: Ask for Help Posted: Mon Dec 21, 2009 6:20 pm Subject: Compliicated Loop Fries Brain |
Hugo, thanks.
I'll just start all over again with what I really want to accomplish.
I guess I just got lost in my loops and forgot what goal I wanted to achieve.  |
Topic: Compliicated Loop Fries Brain |
txquestor
Replies: 4
Views: 543
|
Forum: Ask for Help Posted: Mon Dec 21, 2009 4:44 pm Subject: Compliicated Loop Fries Brain |
Thanks Hugov,
However, it didn't make any difference in correcting the loop problem.
More specifically, the "Loop, parse, FoundRows, `, " does the following
It finds four (4)i ... |
Topic: Click |
txquestor
Replies: 1
Views: 248
|
Forum: Ask for Help Posted: Mon Dec 21, 2009 12:19 am Subject: Click |
Is this what you mean?
If not explain in more detail
~LButton::
while GetKeyState("LButton", "P") ; While the LButton key is being held down physically. Cli ... |
Topic: Compliicated Loop Fries Brain |
txquestor
Replies: 4
Views: 543
|
Forum: Ask for Help Posted: Sun Dec 20, 2009 11:41 pm Subject: Compliicated Loop Fries Brain |
My Brain is fried trying to get this Loop to work.
The goal is read each line of the text file and find each line
that matches the SearchText using the TF_Find function
Then loading the Text fi ... |
Topic: Script for switching windows by name? |
txquestor
Replies: 5
Views: 477
|
Forum: Ask for Help Posted: Wed Dec 16, 2009 1:41 am Subject: Script for switching windows by name? |
Try this, TESTED.
I beliieve this has all the features you want.
It was originally "iswitchw'written by keyboardfreak
modified by ezak
After running script, just press the CAPSLOCK key
... |
Topic: Does TF_Find function as described or I misinterpreted |
txquestor
Replies: 2
Views: 360
|
Forum: Ask for Help Posted: Tue Dec 15, 2009 9:56 pm Subject: Does TF_Find function as described or I misinterpreted |
Hi Hugov,
Thanks for the Clear, Concise answers
When I put the TF_Find Parameters in a Matrix, I't's even Clearer.
TF_Find Paramenters
--------------------
ReturnFirst = 0 return mul ... |
Topic: Need help with simple hotstring |
txquestor
Replies: 2
Views: 287
|
Forum: Ask for Help Posted: Mon Dec 14, 2009 11:43 pm Subject: Need help with simple hotstring |
Try this, TESTED:
Press & Hold LButton & x button
Sends the x repeatedly until buttons are released.
#Persistent
~LButton & x::
while GetKeyState("LButton&quo ... |
Topic: Does TF_Find function as described or I misinterpreted |
txquestor
Replies: 2
Views: 360
|
Forum: Ask for Help Posted: Mon Dec 14, 2009 11:30 pm Subject: Does TF_Find function as described or I misinterpreted |
Hi again, Hugov
Yet another question about TF.ahk Lib
Is this misinterpreting the way this function works?
F = ScripletLibTitles.txt
Rows := LV_GetCount()
FoundRows := TF_ ... |
Topic: Draw hexagon - need someone who knows about DLLs |
txquestor
Replies: 3
Views: 276
|
Forum: Ask for Help Posted: Fri Dec 11, 2009 8:56 pm Subject: Draw hexagon - need someone who knows about DLLs |
Here is Lexikos code for drawing a rectangle.
You'll need to change it using the forumula for a Hexagon above in previous post.
OnMessage(0x14, "WM_ERASEBKGND")
Gui, -Caption ... |
Topic: TF_Removelines Fails |
txquestor
Replies: 3
Views: 370
|
Forum: Ask for Help Posted: Wed Dec 02, 2009 10:59 pm Subject: TF_Removelines Fails |
Duh??? Thanks Hugo,
I guess I was too close to it to see the DUH's ....
think the problem lies with the fact you create a file from the clipboard variable bef ... |
Topic: TF_Removelines Fails |
txquestor
Replies: 3
Views: 370
|
Forum: Ask for Help Posted: Wed Dec 02, 2009 7:59 pm Subject: TF_Removelines Fails |
Hugov or anyone else who can help with the TF() Library.
Thanks for any help you can provide.
Why is the "Clipboard" the only example that works?
Do I have a Syntax Error in my variou ... |
Topic: MAC Address |
txquestor
Replies: 5
Views: 491
|
Forum: Ask for Help Posted: Mon Nov 30, 2009 11:58 pm Subject: MAC Address |
You can write to memory
http://www.autohotkey.com/forum/viewtopic.php?t=16823
http://www.autohotkey.com/forum/topic12251.html |
Topic: AxC² - AutoHotkey Cabinet v1.00 |
txquestor
Replies: 36
Views: 10529
|
Forum: Scripts & Functions Posted: Mon Nov 30, 2009 8:49 pm Subject: AxC² - AutoHotkey Cabinet v1.00 |
Skan, Fantastic Work
Very useful.
I started experimenting with it, one feature would make it
very powerful as a knowledge base if keyword and Url links
could be added to it.
Even ... |
Topic: TF: Text file & Variables/String Library v3.3 [lib] |
txquestor
Replies: 183
Views: 30982
|
Forum: Scripts & Functions Posted: Mon Nov 30, 2009 6:52 pm Subject: TF: Text file & Variables/String Library v3.3 [lib] |
hugov, Wonderful Project
Thanks for sharing
Very useful
Nice addition to my UltraEdit features/functions
I used both v2 and v3 regularly and recommend to users
who need it's detail ... |
Topic: Scroll to line in edit control |
txquestor
Replies: 5
Views: 589
|
Forum: Ask for Help Posted: Sun Nov 29, 2009 11:54 pm Subject: Scroll to line in edit control |
You don't need sendmessage.
you can use ControGet
ControlGet, OutputVar, Cmd
ControlGet, OutputVar, Line, 1, Edit1, Some Window Title
Change thevalue in Red to go to the specified line numb ... |
| |