Search found 58 matches

by Hardware_Tester
Mon Jun 12, 2006 7:30 am
Forum: Technical / Scripting
Topic: Can a Dialog be made "Impossible to Minimize"?
Replies: 12
Views: 15569

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.
by Hardware_Tester
Fri Jun 09, 2006 5:41 pm
Forum: Technical / Scripting
Topic: Where is the error?
Replies: 4
Views: 6362

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 ...
by Hardware_Tester
Fri Jun 09, 2006 2:13 pm
Forum: Technical / Scripting
Topic: Where is the error?
Replies: 4
Views: 6362

Thanks for the help. I will test the script over weekend and report, if it helped. The problem of the debugging is the runtime: 1hour and up per run...
by Hardware_Tester
Fri Jun 09, 2006 1:52 pm
Forum: Technical / Scripting
Topic: Where is the error?
Replies: 4
Views: 6362

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...
by Hardware_Tester
Fri Apr 28, 2006 6:09 pm
Forum: Technical / Scripting
Topic: *BUG* execution of commented out code
Replies: 2
Views: 4329

The current version is 8.0.1, the previous version is 7.2.050. I will give the example code when i'm back in office at wednesday.
by Hardware_Tester
Fri Apr 28, 2006 3:04 pm
Forum: Technical / Scripting
Topic: *BUG* execution of commented out code
Replies: 2
Views: 4329

*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...
by Hardware_Tester
Thu Mar 30, 2006 1:59 pm
Forum: Enhancement Suggestions
Topic: Debugging
Replies: 0
Views: 5238

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...
by Hardware_Tester
Thu Mar 23, 2006 9:31 am
Forum: Technical / Scripting
Topic: exponential-underflow??
Replies: 2
Views: 4487

What I mean is:

9E-6=9*10^-6=0.000009

And this isn't invented by me, in LabView this is the usual form, also in pocket calculators.

But the second solution could work, as LabView can convert the string into a number.

Thanks for the fast support.
by Hardware_Tester
Thu Mar 23, 2006 8:47 am
Forum: Technical / Scripting
Topic: exponential-underflow??
Replies: 2
Views: 4487

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...
by Hardware_Tester
Wed Jan 25, 2006 10:23 am
Forum: Technical / Scripting
Topic: Problems with alt+tab and...
Replies: 5
Views: 7228

Oh, this is nice, because the "remove trailing spaces" function in the editor removed also the spaces in

send>
by Hardware_Tester
Wed Jan 18, 2006 4:42 pm
Forum: Enhancement Suggestions
Topic: Error trapping
Replies: 5
Views: 11599

I think, the first suggestion would be great *thumbs up*

The second one I did not understood fully but I think this can be done with the existing commands.
by Hardware_Tester
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: 13238

I just wanted to ask if there is a chance to get a bugfree compiler until friday, because from next week on, I cannot change the code anymore.
by Hardware_Tester
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: 13238

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...
by Hardware_Tester
Fri Jan 13, 2006 12:53 pm
Forum: Technical / Scripting
Topic: Slow_script
Replies: 5
Views: 6549

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...
by Hardware_Tester
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: 13238

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 ...
Sign up to our newsletter for free automation tips, tricks & discounts