Search found 59 matches

by snowseals
Thu Sep 30, 2021 12:57 pm
Forum: General Discussion
Topic: Python can't find dependency - SOLVED
Replies: 10
Views: 9596

Re: Python can't find dependency

Even weirder... it's 0b?

Image
by snowseals
Thu Sep 30, 2021 12:56 pm
Forum: General Discussion
Topic: Python can't find dependency - SOLVED
Replies: 10
Views: 9596

Re: Python can't find dependency

When I try to point it towards that Python3 it shows I don't have access:

Image
by snowseals
Thu Sep 30, 2021 12:54 pm
Forum: General Discussion
Topic: Python can't find dependency - SOLVED
Replies: 10
Views: 9596

Re: Python can't find dependency

Strangely enough when I enter 'where python3' in CMD, it shows the following:
Image

As in some built-in Python version?


Hence I don't think that will solve it to point it towards this location?
by snowseals
Thu Sep 30, 2021 12:50 pm
Forum: General Discussion
Topic: 3 states: How do use it proper with 2 If , ElseIf statements
Replies: 5
Views: 3212

3 states: How do use it proper with 2 If , ElseIf statements

I'm trying to run 3 different scripts, depending on the visual representation of a certain site. There are 3 visual representations: https://i.imgur.com/02k8Ugy.png I'm using Screen Pixel and Local Variables along with Color Compliance to decide which script to run. It works, but sometimes it's stil...
by snowseals
Thu Sep 30, 2021 12:18 pm
Forum: General Discussion
Topic: Python can't find dependency - SOLVED
Replies: 10
Views: 9596

Python can't find dependency - SOLVED

1. When I try to run a python script with Robotask, it shows it's missing a dependency. I've tried to add the path in Options > Search Module Paths, but it won't find it. https://i.imgur.com/UEE5BDA.png 2. Also note I needed to use C:\\ but the other subfolders need \subfolder instead (?) Normally i...
by snowseals
Tue Jan 21, 2020 4:50 pm
Forum: General Discussion
Topic: [Bug] not selecting text partially on Windows 10 ? - SOLVED
Replies: 7
Views: 13300

Re: [Bug] not selecting text partially on Windows 10 ?

Thanks Oleg!
Try to put some pause after Local move step and before release mouse button (300-500 ms)
In this case you can select text by using mouse under windows 10.
Justed test 1 recording, by adding the delay (and Release Button set to Release) and works fine on Win10 \o/
by snowseals
Mon Jan 20, 2020 7:37 pm
Forum: General Discussion
Topic: [Bug] not selecting text partially on Windows 10 ? - SOLVED
Replies: 7
Views: 13300

Re: [Bug] not selecting text partially on Windows 10 ?

The problem is that macro-recorder can't record holding of SHIFT key as yet. We'll try to correct this. Do note, macro-recorder does record holding of SHIFT key on Windows 7. It just won't record it on Windows 10. Can you let me know if you will add this for Windows 10 too? Otherwise, I'll have to ...
by snowseals
Mon Jan 20, 2020 3:44 pm
Forum: General Discussion
Topic: [Bug] not selecting text partially on Windows 10 ? - SOLVED
Replies: 7
Views: 13300

Re: [Bug] not selecting text partially on Windows 10 ?

The problem with this method, is that it will CLICK on the end of the process. And since they made it clickable, a pop up appears.... which I then have to click away again, to make it disappear. See video example: https://i.imgur.com/jahJmZA.mp4 A Release Button > Button Release won't cut it at the ...
by snowseals
Mon Jan 20, 2020 12:49 pm
Forum: General Discussion
Topic: [Bug] not selecting text partially on Windows 10 ? - SOLVED
Replies: 7
Views: 13300

Re: [Bug] not selecting text partially on Windows 10 ?

Sure, with real plain text in Notepad for example, I could use Shift+Left to select certain symbols. However, this was just a simple test scenario, what is going wrong. Eventually where I've been using this feature for is like this video example: https://i.imgur.com/RNrg2Cz.mp4 ...I can't simply sel...
by snowseals
Sun Jan 19, 2020 1:39 pm
Forum: General Discussion
Topic: [Bug] not selecting text partially on Windows 10 ? - SOLVED
Replies: 7
Views: 13300

[Bug] not selecting text partially on Windows 10 ? - SOLVED

I think I found a bug in the macrorecorder of RT on the Windows 10 platform. When I record to select a text partially on Windows 7 (7601), all works fine. When I do the same on Windows 10 (1909); tried 2 totally different PC's, it won't select. See video example on Win7 (Robotask will select text pa...