Search found 43 matches

by kdtrog
Fri Nov 12, 2021 12:12 pm
Forum: Scripts and Tips
Topic: Tribute Project
Replies: 5
Views: 12753

Re: Tribute Project

Never say "is finished" 8)- Last Version is 2.33. Last changes are: // 23102021 Vers. 2.23 fix: Allow Reset from Manual Solve // 23102021 Vers. 2.24 fix: Added missing calculation for manual solve of a self created grid // 26102021 Vers. 2.25 new: Added ChangeLog Menu Entry // 27102021 Vers. 2.26 fi...
by kdtrog
Sat Oct 16, 2021 10:36 pm
Forum: Scripts and Tips
Topic: Tribute Project
Replies: 5
Views: 12753

Re: Tribute Project

Last Version is 2.22 (project is finished) latest changes are: // 14102021 Vers. 2.19 fix: Validate a grid // 15102021 Vers. 2.20 new: Added Cursor left,right,up,down // 16102021 Vers. 2.21 fix: onevent keydown events only with focus // 17102021 Vers. 2.22 fix: Final code review. Project finished! F...
by kdtrog
Wed Oct 13, 2021 12:49 pm
Forum: Scripts and Tips
Topic: Tribute Project
Replies: 5
Views: 12753

Re: Tribute Project

Latest version is 2.18. changes are // 11102021 Vers. 2.15 new: Save Grid in a printible format // 12102021 Vers. 2.16 fix: fixed an error after using the stop function // 12102021 Vers. 2.17 fix: fixed several errors. added Save to ClipBoard // 13102021 Vers. 2.18 fix: fixed some errors in manual s...
by kdtrog
Mon Oct 11, 2021 2:04 pm
Forum: Scripts and Tips
Topic: Tribute Project
Replies: 5
Views: 12753

Re: Tribute Project

Latest version is 2.14. changes are // 07102021 Vers. 2.09 new: Add direct read and write grid files (without Browsing) // 07102021 Vers. 2.10 new: Randomize positionlist // 08102021 Vers. 2.11 new: Add a puzzle creation branch. Option to reduce animation // 10102021 Vers. 2.12 new: Add a weight fac...
by kdtrog
Wed Oct 06, 2021 12:32 pm
Forum: Scripts and Tips
Topic: Tribute Project
Replies: 5
Views: 12753

Tribute Project

Hi folks! After many years and projects realized with MS I used my free retirement time to create a little SUDOKO project with MS. I am offering the result as a tribute to everybody who is using MS and of course to the devellopers of MS. You can download the project from https://whisp.ly/r/1hRTM9C#k...
by kdtrog
Sat Apr 24, 2021 11:42 am
Forum: Technical / Scripting
Topic: DateAdd documentation error?
Replies: 2
Views: 1660

Re: DateAdd documentation error?

Well I found the reason. Within the script I created a variable "d". Maybe it will help somebody else in the future.
by kdtrog
Sat Apr 24, 2021 11:37 am
Forum: Technical / Scripting
Topic: DateAdd documentation error?
Replies: 2
Views: 1660

DateAdd documentation error?

Today I stumpled over a DateAdd problem. I wondered because "DateAdd>thedate,D,1,result" did return the same day. But when I used "DateAdd>thedate,DD,1,result" the next day was returned.
Is ther a problem in the script manual examples?
by kdtrog
Fri Jul 31, 2020 10:18 am
Forum: Technical / Scripting
Topic: Compiled Scripts with Chromedriver functions are freezing
Replies: 2
Views: 3823

Re: Compiled Scripts with Chromedriver functions are freezing

Sorry I did not declare the problem to understand correctly. I do not mean to remove the chromedriver.exe file but close the Chromedriver Browser window during execution of the script.
In fact it means I lost the session_id of the started Chrom Browser window.
by kdtrog
Fri Jul 31, 2020 9:27 am
Forum: Technical / Scripting
Topic: Compiled Scripts with Chromedriver functions are freezing
Replies: 2
Views: 3823

Compiled Scripts with Chromedriver functions are freezing

I opened a new thread because I believe this problem should be fixed.
Writing a script with Chromedriver functions freezes the EXE file at any Chromedriver function when the Chrome Browser Window was closed manually during execution. An On_Error condition is NOT raised.
by kdtrog
Thu Jul 23, 2020 9:01 am
Forum: Technical / Scripting
Topic: If TimeOut
Replies: 4
Views: 4989

Re: If TimeOut

I was wondering if you have some ideas how I may approach this when using a different browser? I assume there is no built in command for that? Here is a sample to wait for page load with Chrome or Edge. // Wait for a Web Page Let>EDGEDRIVER_EXE=%script_dir%\msedgedriver.exe Let>CHROMEDRIVER_EXE=%sc...
by kdtrog
Tue Jul 21, 2020 2:56 pm
Forum: Technical / Scripting
Topic: Catching EdgeGetElementData errors
Replies: 9
Views: 8428

Re: Catching EdgeGetElementData errors

I see that the ONERROR is called when the Edge Browser Window is closed during script execution but not when the Chrome Browser Window is closed. Here is a piece of my code. Let>ONERROR=MyErrorHandler ..... if>chrome=true while>timeout>0 ChromeFindElements>session_id,id,uiPass,elements if>elements_c...
by kdtrog
Mon Jul 20, 2020 12:01 pm
Forum: Technical / Scripting
Topic: Catching EdgeGetElementData errors
Replies: 9
Views: 8428

Re: Catching EdgeGetElementData errors

Hi Marcus. It would be nice to implement the catch function for Chromedriver as well. This is very helpful in the case that chrome browser window is closed manually during execution of script.
by kdtrog
Fri Jul 17, 2020 7:53 pm
Forum: Technical / Scripting
Topic: Catching EdgeGetElementData errors
Replies: 9
Views: 8428

Re: Catching EdgeGetElementData errors

Well, the following error was catched with the new version.
LAST_ERROR=(1:1) Unquoted string in JSON data only valid for dictionary names.
by kdtrog
Fri Jul 17, 2020 12:28 pm
Forum: Technical / Scripting
Topic: Catching EdgeGetElementData errors
Replies: 9
Views: 8428

Re: Catching EdgeGetElementData errors

So no more replies... I guess this means MS Edge Chromium is not a good option to use with MS. :!:
by kdtrog
Sun Jul 05, 2020 9:40 am
Forum: Technical / Scripting
Topic: Catching EdgeGetElementData errors
Replies: 9
Views: 8428

Re: Catching EdgeGetElementData errors

I transferred the script to a Chrome version and it is running since 48 hours without any problem!
Sign up to our newsletter for free automation tips, tricks & discounts