Quote:
Originally Posted by Cesar82
To try to correct the error of message 2 you can try to insert the line highlighted in red in the script.
Code:
if Lock.Tile.Visible and Lock.Tile.Enabled then
Lock.Tile.SetFocus;
|
Thanks for the suggestion but I tried to add that and both error messages still shows up. Do you know anything else I can try?