Page 1 of 1

v7 crashing

Posted: September 7th, 2018, 10:02 am
by mmhill
CSPro v7.1.3 crashes whenever Run (Ctrl+R) is selected. Using a Dell Optiplex 7050. This happens when using v6.2 programs. Thanks.
-MJ Hill

Re: v7 crashing

Posted: September 7th, 2018, 11:01 am
by josh
After looking at the program sent via email the problem is with the use of the setcapturepos function which is no longer supported. If you replace setcapturepos with setproperty(symbol, "CapturePosX", value) and setproperty(symbol, "CapturePosY", value) it should work correctly.

Re: v7 crashing

Posted: September 7th, 2018, 11:42 am
by mmhill
Many thanks Josh!
-MJ