| Author |
Message |
Forum: Support Topic: Sort Clipboard contents |
| Mayhem |
|
Posted: October 18th, 2005, 4:09 am
|
|
Replies: 1 Views: 774
|
I would like to sort the content of clipboard in alphabetical order .. and then clear the clipboard and store the sorted Letters's in there.
I followed the directions on the "sort" page but had no luck. |
|
 |
Forum: Support Topic: MouseGetPos help needed |
| Mayhem |
|
Posted: October 9th, 2005, 7:49 pm
|
|
Replies: 7 Views: 1339
|
| Actually, i found that when i do a lot of mouse moves with up and down events .. it does not wait for it to reach it's destination. I've had it release the Lbutton way before it should have. That's why i need this programmed in. For humour sake, does this code look right? I want to confirm the mouse... |
|
 |
Forum: Support Topic: MouseGetPos help needed |
| Mayhem |
|
Posted: October 9th, 2005, 4:04 am
|
|
Replies: 7 Views: 1339
|
| Maybe im just not understanding the examples .. but this is what i came up with: ... ... ControlGetPos, X, Y, W, H, Edit1, Test EnvAdd, X, 249 EnvAdd, Y, 458 MouseMove, %X%, %Y% Gosub, MousePos <-------------- MouseClick, Left, %X%, %Y%, , , U ... ... MousePos: ControlGetPos, VarX, VarY, W, H, Edit1... |
|
 |
Forum: Support Topic: MouseGetPos help needed |
| Mayhem |
|
Posted: October 8th, 2005, 8:13 pm
|
|
Replies: 7 Views: 1339
|
| $20 USD paypal to the first person who can figure this out for me. (sorry, can't send the money any other way) Here is my code: ControlGetPos, X, Y, W, H, Edit1, Test EnvAdd, X, 40 EnvAdd, Y, 455 ControlGetPos, X1, Y1, W, H, Edit1, Test EnvAdd, X1, 0 EnvAdd, Y1, 505 MouseMove, %X%, %Y% MouseClick, L... |
|
 |
Forum: Support Topic: A_ColorDepth? |
| Mayhem |
|
Posted: October 3rd, 2005, 4:46 am
|
|
Replies: 2 Views: 725
|
| Thank you! Works like a champ. |
|
 |
Forum: Support Topic: A_ColorDepth? |
| Mayhem |
|
Posted: October 2nd, 2005, 9:48 pm
|
|
Replies: 2 Views: 725
|
Is there anyway to find out what color depth the user has his desktop in?
Thanks! |
|
 |
Forum: Support Topic: SetTimer question |
| Mayhem |
|
Posted: September 29th, 2005, 8:38 pm
|
|
Replies: 2 Views: 995
|
Thank you!
I think i've got the hang of it now.  |
|
 |
Forum: Support Topic: SetTimer question |
| Mayhem |
|
Posted: September 29th, 2005, 5:57 am
|
|
Replies: 2 Views: 995
|
| Im still confused on how this works. This is what im trying to do : SetTimer, Check, 100 return Start: MouseClick, Left, 200, 200 Sleep, 200 MouseClick, Left, 150, 120 Sleep, 200 ... ... Goto, Start Check: IfWinActive, Chapter { WinClose, Chapter } return I'd like to be able to have the la... |
|
 |
Forum: Support Topic: %system_root% command? |
| Mayhem |
|
Posted: September 16th, 2005, 4:33 am
|
|
Replies: 7 Views: 1861
|
Is there any built in variable i can use to determin the root system drive letter?
With my clients, it's not always C:. Sometimes it's D: or whatever.
Thanks |
|
 |
Forum: Support Topic: Array help needed |
| Mayhem |
|
Posted: September 11th, 2005, 7:26 am
|
|
Replies: 13 Views: 2066
|
Thank you! I've been at this all day/night so ..
I'll give that a whirl first thing in the morning  |
|
 |
Forum: Support Topic: Array help needed |
| Mayhem |
|
Posted: September 11th, 2005, 6:31 am
|
|
Replies: 13 Views: 2066
|
| Thanks! That did the trick! Im trying to compare 2 txt files line per line to see what the differences are. I'm using it for my computer repair / sales business. Just a bunch of account #'s and personal info and such. Thank you for your patience in this and finally im on my way to completing my proj... |
|
 |
Forum: Support Topic: Array help needed |
| Mayhem |
|
Posted: September 11th, 2005, 5:30 am
|
|
Replies: 13 Views: 2066
|
This is really weird. I tried that, and it did work but ...
Now the first array wont loop anymore heh |
|
 |
Forum: Support Topic: Array help needed |
| Mayhem |
|
Posted: September 11th, 2005, 5:10 am
|
|
Replies: 13 Views: 2066
|
Yeah, i missed that. Now it reads it but only the first elemet in the array.
Won't loop / display anything past the first element in arrayB .. the first array loops just fine. |
|
 |
Forum: Support Topic: Array help needed |
| Mayhem |
|
Posted: September 11th, 2005, 4:55 am
|
|
Replies: 13 Views: 2066
|
| Hmm .. Still can't read from the arrays. Can you see anything wrong with : ; Write to the array Loop, Read, C:\test.txt ; This loop retrieves each line from the file, one at a time. { ArrayCount += 1 ; Keep track of how many items are in the array. Array%ArrayCount% := A_LoopReadLine ; Store th... |
|
 |
Forum: Support Topic: Array help needed |
| Mayhem |
|
Posted: September 11th, 2005, 4:29 am
|
|
Replies: 13 Views: 2066
|
Thank you! I knew I was missing something simple.
Sad thing is .. i've been stuck on this for quite sometime.  |
|
 |
| Sort by: |