Thank you,
Guess I was just not thinking, I had checked the file 3 times before and was sure I had now blank lines. But I did.
Thanks again.
Search found 7 matches
- Thu Jan 24, 2008 5:19 pm
- Forum: Technical / Scripting
- Topic: ReadLn No ##EOF##
- Replies: 3
- Views: 4906
- Thu Jan 24, 2008 8:14 am
- Forum: Technical / Scripting
- Topic: ReadLn No ##EOF##
- Replies: 3
- Views: 4906
ReadLn No ##EOF##
Hi, Not to be a pain. I'm doing a ReadLn and when get past the end of the file my variable is blank instead of ##EOF## // Set the CurLineNumber past the end of file. Let>CurLineNumber=10 ReadLn>D:\ResolutionSetup.txt,%CurLineNumber%,strLine // NOTE: THIS NEVER OCCURS If>strLine=##EOF## If>CurLineNum...
- Thu Jan 24, 2008 7:48 am
- Forum: Technical / Scripting
- Topic: Screen Resolution Problems
- Replies: 9
- Views: 14415
- Wed Jan 23, 2008 10:18 pm
- Forum: Technical / Scripting
- Topic: Screen Resolution Problems
- Replies: 9
- Views: 14415
Currently once I set focus on the first field (Which requires a Mouse Pointer click in this window) I use Tabs to move from field to field. However, Based on the information I type in and after the process is completed I need to go to a Message field (non entrent) and copy what is inside of it to a ...
- Wed Jan 23, 2008 6:03 pm
- Forum: Technical / Scripting
- Topic: Screen Resolution Problems
- Replies: 9
- Views: 14415
Hi, I have attempted to use FindImagePos. Buttons seem to work good, however getting the correct postion of a data entry field (x,y) to put the mouse in seems to be unreliable. Furthermore sometimes there is data in the fields on the real screen, and I found it to be unreliable in when compariing to...
- Wed Jan 23, 2008 6:51 am
- Forum: Technical / Scripting
- Topic: Screen Resolution Problems
- Replies: 9
- Views: 14415
hmmm. Lets Start with option two that you gave. These windows are not resizable so I cannot resize. Does Image Recognition ignore the Screen Resolution and if so, since I cannot resize the window how can I get to the postion of a field in the window. Basically my solution was to have the INI file co...
- Tue Jan 22, 2008 4:22 am
- Forum: Technical / Scripting
- Topic: Screen Resolution Problems
- Replies: 9
- Views: 14415
Screen Resolution Problems
Hi I have a script that I have working very well on one machine. I compiled to an exe and moved to another machine and it stoped working. I figured out that it has to do with the screen resolution of the secondary machine. When my script starts it opens several windows (java applications) and moves ...