You did not use a pause in your loops. This let the script be executed at max CPU speed. Add a pause of 0.05s
Wait>0.05
And a second hint: When you post some code, use the code button to provide a better readability.
Search found 58 matches
- Mon Jun 12, 2006 7:30 am
- Forum: Technical / Scripting
- Topic: Can a Dialog be made "Impossible to Minimize"?
- Replies: 12
- Views: 16703
- Fri Jun 09, 2006 5:41 pm
- Forum: Technical / Scripting
- Topic: Where is the error?
- Replies: 4
- Views: 6804
The problem is, I did not find any quotation marks in the pages. But anyway, at monday I can look at the results and if it worked, i'm happy :-) Twelfe runs were successfully, but the next one crashed again: incorrectly formed parameters i not appropriate The source of the page displayed by mozilla ...
- Fri Jun 09, 2006 2:13 pm
- Forum: Technical / Scripting
- Topic: Where is the error?
- Replies: 4
- Views: 6804
- Fri Jun 09, 2006 1:52 pm
- Forum: Technical / Scripting
- Topic: Where is the error?
- Replies: 4
- Views: 6804
Where is the error?
I'm getting sometimes Errors executing this function. The code section, which is affected, is listed at the end of the post. The error happens directly after the CTRL+A, which is checkable on the screen. There were some popups which appeared, but i didn't noted them down, their meaning was something...
- Fri Apr 28, 2006 6:09 pm
- Forum: Technical / Scripting
- Topic: *BUG* execution of commented out code
- Replies: 2
- Views: 4627
- Fri Apr 28, 2006 3:04 pm
- Forum: Technical / Scripting
- Topic: *BUG* execution of commented out code
- Replies: 2
- Views: 4627
*BUG* execution of commented out code
I wrote a script and for debugging reason I deactivated some parts of the script with /* deactivated */ While testing, the code was executed. The LV-version is 8.0.1, it was 7.2.050 on the computer, which has been uninstalled normally before installing the new one. It is a Win2k computer with no spe...
- Thu Mar 30, 2006 1:59 pm
- Forum: Enhancement Suggestions
- Topic: Debugging
- Replies: 0
- Views: 5435
Debugging
It would be very nice, when a variable changes, it will be colored out in the watchlist for the step after. I can't remember 20 values :-( Also very useful would it be, when the run mode could be startet again after a breakpoint. The third nice thing would be, when reaching a breakpoint, the line wi...
- Thu Mar 23, 2006 9:31 am
- Forum: Technical / Scripting
- Topic: exponential-underflow??
- Replies: 2
- Views: 4766
- Thu Mar 23, 2006 8:47 am
- Forum: Technical / Scripting
- Topic: exponential-underflow??
- Replies: 2
- Views: 4766
exponential-underflow??
Hello, I'm back again :-) I've a bit a strange problem: Somewhat like a variable underflow :? This is when writing something like 9e-6 in a variable. It would'n bother me, if it's handled like a string or a number. But it has to be correct! Check it out yourself: //Initialisation of global variables...
- Wed Jan 25, 2006 10:23 am
- Forum: Technical / Scripting
- Topic: Problems with alt+tab and...
- Replies: 5
- Views: 7691
- Wed Jan 18, 2006 4:42 pm
- Forum: Enhancement Suggestions
- Topic: Error trapping
- Replies: 5
- Views: 12216
- Wed Jan 18, 2006 9:45 am
- Forum: Technical / Scripting
- Topic: Using two FileBrowse Buttons with the same name in a Dialog
- Replies: 11
- Views: 14404
- Fri Jan 13, 2006 2:55 pm
- Forum: Technical / Scripting
- Topic: Using two FileBrowse Buttons with the same name in a Dialog
- Replies: 11
- Views: 14404
Thanks for the veryfication. I can't change it in a way which seem to work. I had the %pathH% and %pathF% as values read out of the registry for setting a default. There is now another way to do this, but its verificated, it's not the fault. I hope the Fix is also for Version 7.x as I couldn't convi...
- Fri Jan 13, 2006 12:53 pm
- Forum: Technical / Scripting
- Topic: Slow_script
- Replies: 5
- Views: 7028
I now solved the problem by moving the part of the script which makes the other application busy to a new exe and by assigning all variables a constand value. And then creating a exe for each case with its values. In the loop I call now start these exe's to make the same action with no delay. Exampl...
- Fri Jan 13, 2006 11:31 am
- Forum: Technical / Scripting
- Topic: Using two FileBrowse Buttons with the same name in a Dialog
- Replies: 11
- Views: 14404
I do not need these ampersand, there were in the code when I began to edit it. Now I removed them and added a exe-Filter to the first field. Try out now, what happens: In both filebrowse is now the loaderfile-Filter active :( And the last saveplace is also not stored. The code remains the same, but ...