Search found 58 matches

by Hardware_Tester
Thu Jan 12, 2006 4:52 pm
Forum: Technical / Scripting
Topic: Using two FileBrowse Buttons with the same name in a Dialog
Replies: 11
Views: 13402

I think I have the same problem. Some times I compile the EXE there is written some strange stuff into the filetype field, sometimes the first filebrowse has the same filter as the second and so on. This is my dialog: Dialog>panel Caption=Multi-Firmware-Download Width=544 Height=310 Top=382 Left=486...
by Hardware_Tester
Thu Jan 12, 2006 1:07 pm
Forum: Technical / Scripting
Topic: Slow_script
Replies: 5
Views: 6609

Ok, now I tryed it out in several ways. It is not the code, it is the Runtime itsself. When a window, which is focused gets busy (when you go with the mouse over it, a hourglass appears) msched gets also busy. Example: Let>k=1 Label>start Add>k,1 if>kwindowsaction //Get window busy END>windowsaction...
by Hardware_Tester
Wed Jan 11, 2006 9:26 am
Forum: Technical / Scripting
Topic: Slow_script
Replies: 5
Views: 6609

Does no one knows the cause of this strange behavior?

The code alone is really short and I think, it has something to do with the setfocus.


SRT>resetHMI
Let>resetFocus=%session%
Concat>resetFocus,.et6*
SetFocus>%resetFocus%
SetFocus>Firmware *
press tab*4
press enter
End>resetHMI
by Hardware_Tester
Sun Jan 08, 2006 10:00 pm
Forum: Technical / Scripting
Topic: CPU-Usage
Replies: 6
Views: 9051

In my situation I had to use a dialog for letting the user make some settings like port-assignement and file locations. Are dialog windows with less objects better than some with more, in other words: Is it better to create an extra options-dialog and a small main dialog instead a one single dialog?
by Hardware_Tester
Sun Jan 08, 2006 9:55 pm
Forum: Technical / Scripting
Topic: WW_downTime
Replies: 4
Views: 6983

This function is used by me to not letting the script waiting infinitely for a window, when it did not apeared.
by Hardware_Tester
Sat Jan 07, 2006 12:22 pm
Forum: Technical / Scripting
Topic: WW_downTime
Replies: 4
Views: 6983

Hmm, that's what I thought first. But when replacing it, it doesn't change anything. Well, I can erase it.
by Hardware_Tester
Sat Jan 07, 2006 12:21 pm
Forum: Technical / Scripting
Topic: CPU-Usage
Replies: 6
Views: 9051

I know this, but has it to be so much?? Compared with java, which is also a high level language and runs on a runtime. I think there is much space for optimizing it. Also the saveplace of the exe - much functions like the mail and ftp engine could be optimized away when they are not used. I tryed it...
by Hardware_Tester
Fri Jan 06, 2006 4:43 pm
Forum: Technical / Scripting
Topic: Slow_script
Replies: 5
Views: 6609

Slow_script

I edited a script which should perform the same operation on 10 Windows. There are the open windows HMI600 - P4LT_1.et6 to HMI600 - P4LT_10.et6 and each one has a child window which is called Firmware Download //downTime for WaitWindowOpen> function Let>WW_downTime=10 //Visible window Only for all f...
by Hardware_Tester
Fri Jan 06, 2006 3:07 pm
Forum: Technical / Scripting
Topic: CPU-Usage
Replies: 6
Views: 9051

CPU-Usage

I have problems with an old machine polling the menue. It is a P2 with 233MHz. Label>GUI wait>0.3 GetDialogAction>panel,result If>result>25,runTool If>result=2,OUT goto>GUI The menue is quite huge with 10Checkboxes, 10Comboboxes, 2Filebrowse and 4 additional Buttons. When the wait is 0.05 the load i...
by Hardware_Tester
Fri Jan 06, 2006 1:29 pm
Forum: Technical / Scripting
Topic: WW_downTime
Replies: 4
Views: 6983

WW_downTime

I found this variable in a old script and i did not found anything about its function. It is not contained in the code and it could have something to do with the waitwindow-command.

//downTime for WaitWindowOpen> function
Let>WW_downTime=10
by Hardware_Tester
Fri Nov 18, 2005 11:15 am
Forum: Technical / Scripting
Topic: clipboard
Replies: 4
Views: 5189

Could not be made a 7.4.1 with all the Bugs fixed but no new functions?

I don't need these new functions but the 20 popups each time I do something else are very annoying.
by Hardware_Tester
Thu Nov 17, 2005 1:25 pm
Forum: Technical / Scripting
Topic: String handling
Replies: 7
Views: 7155

In a example about searching the @ in a string which contains a email address, there the at has to be placed between two quotes, but now in this case the quotes are treated as normal signs. Now i'm irritated what are they good for. Or are pos and position two completly different functions??
by Hardware_Tester
Thu Nov 17, 2005 8:24 am
Forum: Technical / Scripting
Topic: String handling
Replies: 7
Views: 7155

I edited it, it should be now more clear.
by Hardware_Tester
Wed Nov 16, 2005 5:21 pm
Forum: Technical / Scripting
Topic: clipboard
Replies: 4
Views: 5189

clipboard

I now have updated to the newest stable version. Now the editor generates in the background the message: Cannot open clipboard

This happens if I use ctrl+c in another application like Firefox 1.0.7.
by Hardware_Tester
Wed Nov 16, 2005 5:17 pm
Forum: Technical / Scripting
Topic: String handling
Replies: 7
Views: 7155

I found the error by playing with the code, this is the good news. But the bad is: It is not documented. when you have the function popup=blabla will be cut off blabla position>"will be cut off",%popup%,1,timeout,FALSE after the execution timeout=0 it will only give back a result ///////////////////...
Sign up to our newsletter for free automation tips, tricks & discounts