Search found 24 matches

by Enricoys
Mon Oct 16, 2017 10:36 am
Forum: Enhancement Suggestions
Topic: XMLparse empty tag
Replies: 2
Views: 5647

XMLparse empty tag

Unfortunately I hoped that in the new version 14.4.01 an annoying problem with XMLparse would have been solved. However, I still see a system error occurring as soon as XMLparse is used for an empty tag. Now I have to make a relatively complex check before I can use XMLparse. I would guess that it i...
by Enricoys
Mon Oct 16, 2017 10:27 am
Forum: General Discussion
Topic: decimal separator problem
Replies: 1
Views: 2857

decimal separator problem

With version 14.4.01 a problem occurred which didn't happen before. My default decimal separator on my Windows 7 system is a comma because I run it with the Dutch language version. To make calculations possible in MS I always start a script with those two lines: Let>DECIMAL_SEPARATOR=. Let>THOUSAND_...
by Enricoys
Mon Jun 20, 2016 1:25 pm
Forum: Technical / Scripting
Topic: Onevent WINDOW_OPEN and WINDOW_ACTIVE do not work properly
Replies: 6
Views: 5859

Re: Onevent WINDOW_OPEN and WINDOW_ACTIVE do not work proper

Problem solved. The solution was indeed to run an 'OnEvent>WINDOW_OPEN,...' macro in the background checking for this window title. I had no problem by matching the window name. In the part of original script where I need to check for this message I start the background macro using 'RUN>' and later ...
by Enricoys
Fri Jun 17, 2016 2:49 pm
Forum: Technical / Scripting
Topic: Onevent WINDOW_OPEN and WINDOW_ACTIVE do not work properly
Replies: 6
Views: 5859

Re: Onevent WINDOW_OPEN and WINDOW_ACTIVE do not work proper

Thanks JRL. Your reply helped me to understand that I have to run first a macro in background which does the job. I work with compiled macro's so I did it that way. I'am still not sure whether it solved my problem. Reason is that the original macro runs as an exe on a system were the message 'No dat...
by Enricoys
Wed Jun 15, 2016 7:01 pm
Forum: Technical / Scripting
Topic: Onevent WINDOW_OPEN and WINDOW_ACTIVE do not work properly
Replies: 6
Views: 5859

Re: Onevent WINDOW_OPEN and WINDOW_ACTIVE do not work proper

Thanks JRL for your quick reply. The reason why I made this example is that originally I had this problem with a pop-up window 'Message of webpage' showing the error 'No data received'. This pop-up window is also a modal window which I assumed could be handled with the OnEvent method. Unfortunately ...
by Enricoys
Wed Jun 15, 2016 12:04 pm
Forum: Technical / Scripting
Topic: Onevent WINDOW_OPEN and WINDOW_ACTIVE do not work properly
Replies: 6
Views: 5859

Onevent WINDOW_OPEN and WINDOW_ACTIVE do not work properly

In the code below I used three OnEvent methods to close a modal message window. I have commented out two of them in the code below to make sure that only one at the time is used. My problem is that the two hanlders based on WINDOW_OPEN and WINDOW_ACTIVE do not work on my PC. The CUSTOM works fine. R...
by Enricoys
Thu Jan 16, 2014 11:02 am
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 25661

Now another problem with a hanging IEWaitnew appeared. I my main script clicking on button to open in a PDF-file in a new IE-window did indead open the PDF in a new window, however it hangs at IEWaitnew. I found a website to show you the problem. See script below. To overcome earlier problems with I...
by Enricoys
Mon Jan 06, 2014 5:14 pm
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 25661

Tnx Marcus, this was indeed the 'solution'. I can use now this workaround, however please let me know when it also works for tabbed browsing.
by Enricoys
Mon Jan 06, 2014 1:40 pm
Forum: Technical / Scripting
Topic: Script hangs on child IE window
Replies: 26
Views: 25661

So if you're going to use v14 then modify the code to use v14 native functions. Then you don't need any runtimes and you'll be using the latest code. As follows: //Move the mouse cursor out of harm's way to avoid causing mouseover events to interrupt MouseMove>0,0 Let>delay=1 IECreate>IE[0] IENavig...
Sign up to our newsletter for free automation tips, tricks & discounts