| Author |
Message |
Forum: Support Topic: Why is my A_Index always = 1 |
| scott257us |
|
Posted: April 19th, 2010, 4:13 pm
|
|
Replies: 7 Views: 233
|
| Yes I have that but what I need is the Line Number. |
|
 |
Forum: Support Topic: Why is my A_Index always = 1 |
| scott257us |
|
Posted: April 19th, 2010, 4:06 pm
|
|
Replies: 7 Views: 233
|
| I see what you are talking about the file I have is like below a,b,c,d e,f,g,h i,j,k,l m,n,o,p q,r,s,t u,v,w,x So I am not sure maybe I am looking for some thing other than the a_index, What I want is the count of each line. in this case below Field 1 is a,b,c,d, Filed 2 is e,f,g,h and etc. Any Help... |
|
 |
Forum: Support Topic: Why is my A_Index always = 1 |
| scott257us |
|
Posted: April 19th, 2010, 3:53 pm
|
|
Replies: 7 Views: 233
|
| Currently in the following code my A_Index is always 1 but each Loopfield is correct I have a CSV file with 7 Lines. From what I see I have the exact layout of how everything should work according to the help section with the exception of I have a CSV file instead of a text file. Please see attached... |
|
 |
Forum: Support Topic: shift key is always down? |
| scott257us |
|
Posted: October 6th, 2009, 3:00 pm
|
|
Replies: 6 Views: 461
|
| Thanks to all for replying to my problem, first of all I would like to apologize for jumping to the conclusion that the problem I was haveing was a bug, and thanks to Lexikos you were right I had no problems once I changed the path to all lower case. and yes I am basically trying to make a robot to ... |
|
 |
Forum: Support Topic: Timer help |
| scott257us |
|
Posted: October 6th, 2009, 2:49 pm
|
|
Replies: 3 Views: 313
|
| I currently have this timer that works fine but I would like to add to it. What I am looking for is this timer to only work if my computer is idle for ten min. rather than working every ten min. regardless. I have looked for this and found some things but don't quite understand the whole SetTimer. #... |
|
 |
Forum: Support Topic: shift key is always down? |
| scott257us |
|
Posted: October 2nd, 2009, 8:21 pm
|
|
Replies: 6 Views: 461
|
| I am not saying it is a bug, I am asking I have looked and I have no other scripts running and when I try to run the script below, it sticks and even sticks when i cancels it. How I know it is the shift key is I get pipes instead of \'s. Maybe I am leaveing out something that is required in the new ... |
|
 |
Forum: Support Topic: shift key is always down? |
| scott257us |
|
Posted: October 2nd, 2009, 4:51 pm
|
|
Replies: 6 Views: 461
|
| I just downloaded the new version on another computer, old version runs fine but the new version my shift key is always down. Anybody else experienceing this problem or is there a fix. [Title edited. Please write descriptive titles for your topics. ~ jaco0646 ] [Deleted double post. ~ jaco0646 ] |
|
 |
Forum: Support Topic: best way to split comma list by character count? |
| scott257us |
|
Posted: September 15th, 2009, 8:05 pm
|
|
Replies: 6 Views: 492
|
| Loop, Read, .\Planner.csv { Loop, parse, A_LoopReadLine, %A_Tab% { stringsplit, new, A_LoopField, `, Part = %new1% StockType = %new2% GLClass = %new3% LineType = %new4% Planner = %new5% Buyer = %new6% Supplier = %new7% PrintMessage = %new8% } Example of Planner.CSV 14402104,U,IN11,N,... |
|
 |
Forum: Support Topic: Remapped key to key - How remap key to old key and not new |
| scott257us |
|
Posted: August 11th, 2009, 8:34 pm
|
|
Replies: 1 Views: 389
|
| Just remove {} around PgDn and remove the send command. |
|
 |
Forum: Support Topic: what am I doing wrong... send text to notepad? |
| scott257us |
|
Posted: May 15th, 2009, 6:47 pm
|
|
Replies: 13 Views: 1133
|
Code: DetectHiddenText, On SetTitleMatchMode 2 SetTitleMatchMode Slow
Run, Notepad.exe, C:\My Documents, max WinWaitActive, Notepad SendInput, Dude, what the hell. this is notepad
It works pretty fast and is very slick. |
|
 |
Forum: Support Topic: Button will not work from 2nd GUI |
| scott257us |
|
Posted: October 17th, 2008, 8:42 pm
|
|
Replies: 1 Views: 303
|
| I cannot get the button from my second gui to work code attached. The button that I am haveing problem with is in red. ;######################################################################## vCount= vOutput= Clipboard = vList= ( 3200III 3210III 4200III 4210III 5200III 5210III ) Gui, Add, T... |
|
 |
Forum: Support Topic: Second GUI window will not Open Why? |
| scott257us |
|
Posted: October 17th, 2008, 7:28 pm
|
|
Replies: 2 Views: 337
|
| thank you tidbit that worked first try, now I ran accross onemore problem my varialble %Clipboard% is correct but when I try the command below it will not work unless I hardcode the filename. ButtonOK: Gui Submit Gui, 2: Add, Text,, Loop, parse, vList, `n { If Check%a_index% <> 0 Clipboard = %C... |
|
 |
Forum: Support Topic: Second GUI window will not Open Why? |
| scott257us |
|
Posted: October 17th, 2008, 6:32 pm
|
|
Replies: 2 Views: 337
|
| I have two scripts I tried to add together The first Gui will open but when I click the Ok Button it will not open the next window. Can someone help me in what i am doing wrong? ;######################################################################## vCount= vOutput= Clipboard = vList= ( 3200II... |
|
 |
Forum: Support Topic: Grid checkboxes from a list GUI |
| scott257us |
|
Posted: October 14th, 2008, 4:52 pm
|
|
Replies: 2 Views: 426
|
| Thank you vahju that helped considerably, the only thing that I don't care for is the second column starts at the end of the first text. If you run the code you will see what I am talking about. Please anyone give me some suggestions on how I can atleast Center everything in the window. I know it ha... |
|
 |
Forum: Support Topic: Grid checkboxes from a list GUI |
| scott257us |
|
Posted: October 13th, 2008, 5:55 pm
|
|
Replies: 2 Views: 426
|
| What I am try to do is grid the checkboxes from the below code, instead of having the GUI box in one line down the screen. I have tried multiple sizes but it just cuts off the list if I make it smaller. vList= ( 80881002 80781016 80881001 3576098 2551634 4341161 80781004 80781005 80781008 807810... |
|
 |
| Sort by: |