[Sikuli-driver] [Bug 1504627] Re: [request] A workaround for highlighting not working on linux

2015-10-10 Thread Zeks
another possible approach is to overlay the area with a widget containing the copied contents of the area below. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1504627 Title: [request] A

[Sikuli-driver] [Bug 1096528] Re: highlight doesn't work in linux

2015-10-09 Thread Zeks
https://answers.launchpad.net/sikuli/+question/272256 You can work around the issue as I explained in the post above. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1096528 Title: highlight

Re: [Sikuli-driver] [Question #272252]: Authority To Operate on a Government System needed

2015-10-09 Thread Zeks
Question #272252 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272252 Zeks posted a new comment: Why do you even need to use sikuli on a military installation? you can just as well test apps on a local PC with the same OS and then deploy on a real system. that's what I am

[Sikuli-driver] [Bug 1504627] Re: [request] A workaround for highlighting not working on linux

2015-10-09 Thread Zeks
Essentially, I tried to make transparency work but decided the trouble is not worth it (especially on VMWare which adds whole new level to frustration) and "painted" the frame with four 2px widgets around the area. -- You received this bug notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #272256]: A workaround for highlighting not working on linux

2015-10-09 Thread Zeks
Question #272256 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272256 Status: Open => Solved Zeks confirmed that the question is solved: the shell script is needed to set LD_LIBRARY_PATH to recognize path to libQt5Gui etc -- You received this question notificat

[Sikuli-driver] [Question #272256]: A workaround for highlighting not working on linux

2015-10-09 Thread Zeks
New question #272256 on Sikuli: https://answers.launchpad.net/sikuli/+question/272256 Faced with the problem of debugging why the hell scripts fail on linux I made this very simple app to work as a replacement for Region.highlight function:

[Sikuli-driver] [Bug 1473920] Re: when i use IDE run my sikuli project file,I meet an error which named“[error] IDE: A non-IOException-problem when trying to save null Error: null”

2015-07-13 Thread Zeks
I often have the same problem. This usually happens when indentation is off or tabs are used instead of spaces. Really annoying, cause it simply should not affect file save functionality in any way. -- You received this bug notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

2015-06-27 Thread Zeks
Question #268529 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/268529 Status: Open = Answered Zeks proposed the following answer: Correct usage of jython requires jython -cp YOUR-CLASSPATH script.py -- You received this question notification because you are a member

[Sikuli-driver] [Question #268015]: Feature request: actions to go directly to clipboard

2015-06-11 Thread Zeks
New question #268015 on Sikuli: https://answers.launchpad.net/sikuli/+question/268015 As I go further away from running most scripts in Sikuli IDE I've realized that the only activity it is superior for is taking screenshots wrapped in waitFor, click, exists etc... Now that I realized it, it

Re: [Sikuli-driver] [Question #267998]: Push/Pop and addImagePath

2015-06-11 Thread Zeks
Question #267998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267998 Zeks posted a new comment: Hm, but what will happen if the image name is in someContext.sikuli, but the actual search function is in entirely separate module? I usually do stuff like

Re: [Sikuli-driver] [Question #267998]: Push/Pop and addImagePath

2015-06-11 Thread Zeks
Question #267998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267998 Zeks posted a new comment: Kinda related to that: I want some selector in the ide where I can (with 1 click) choose from a set of directories one that is currently used to save screenshots. Say, I want

[Sikuli-driver] [Bug 1464277] [NEW] [request] Gui element for IDE to allow quick selection of screenshot folder

2015-06-11 Thread Zeks
Public bug reported: Any serious project will have its screenshot database structured in some way. Currently, the application can only take screenshots into the current script's folder which is not very convenient and requires excessive copy/pasting of taken images into different folders. As I

Re: [Sikuli-driver] [Question #267957]: I am new on sikuli and started using sikuli as project requirement.PLease tell me any advance sikuli tutorial website

2015-06-10 Thread Zeks
Question #267957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267957 Zeks posted a new comment: I am interested - what do you mean by project requirement? Is there some policy in the company that makes sikuli scripts for any functionality a must ? If so, why don't they give

Re: [Sikuli-driver] [Question #267957]: I am new on sikuli and started using sikuli as project requirement.PLease tell me any advance sikuli tutorial website

2015-06-10 Thread Zeks
Question #267957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267957 Zeks posted a new comment: well, I don't really know any advanced tutorial, but here is what I've learned so far: 1) turn off automatic image naming. you'd want to work outside sikuli IDE for any serious

Re: [Sikuli-driver] [Question #267986]: Watch out for 4 different Images followed by 4 different Keyboard inputs. Scanning all images all the time.

2015-06-10 Thread Zeks
Question #267986 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267986 Zeks posted a new comment: There is an observer functionality in Sikuli, I think this is what you need: http://doc.sikuli.org/region.html look for: Observing Visual Events in a Region -- You received

Re: [Sikuli-driver] [Question #267957]: I am new on sikuli and started using sikuli as project requirement.PLease tell me any advance sikuli tutorial website

2015-06-10 Thread Zeks
Question #267957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267957 Zeks posted a new comment: If there are a bunch of test scripts for some application, chances are - you'd want to run them in succession, preferably not startng each one by hand and , ideally, getting

Re: [Sikuli-driver] [Question #267957]: I am new on sikuli and started using sikuli as project requirement.PLease tell me any advance sikuli tutorial website

2015-06-10 Thread Zeks
Question #267957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267957 Zeks posted a new comment: 9) Abstract away interface elements such as buttons and table cells When you write click(Pattern('send.png')) what you really want is to click on button, not on screenshot

Re: [Sikuli-driver] [Question #267957]: I am new on sikuli and started using sikuli as project requirement.PLease tell me any advance sikuli tutorial website

2015-06-10 Thread Zeks
Question #267957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267957 Zeks posted a new comment: cleaned = clean in the previous post. meaning button without any state changing its appearance -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Question #267998]: Push/Pop and addImagePath

2015-06-10 Thread Zeks
New question #267998 on Sikuli: https://answers.launchpad.net/sikuli/+question/267998 To avoid name clashes and simplify development all of my screenshots are organized as Project/Module/Window/Name1.png ... Sometines there can be intersection as in Project/Module/Window/Name1.png

Re: [Sikuli-driver] [Question #267905]: Can't make PyCharm run sikuli scripts

2015-06-09 Thread Zeks
Question #267905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267905 Status: Open = Solved Zeks confirmed that the question is solved: I've even tried setting classpath as a global variable and running jython from windows command line as: jython.exe -Dpython.path=K

Re: [Sikuli-driver] [Question #267905]: Can't make PyCharm run sikuli scripts

2015-06-09 Thread Zeks
Question #267905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267905 Zeks posted a new comment: Ooops. sorry for double posting, launchpad has weird interface _ -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #267905]: Can't make PyCharm run sikuli scripts

2015-06-09 Thread Zeks
Question #267905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267905 Status: Open = Solved Zeks confirmed that the question is solved: I've actually managed to make things work. In addition to -Dpython,path there needs to be: -cp K:\api_sikuli\sikulixapi.jar

Re: [Sikuli-driver] [Question #267905]: Can't make PyCharm run sikuli scripts

2015-06-09 Thread Zeks
Question #267905 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267905 Status: Solved = Open Zeks is still having a problem: I've even tried setting classpath as a global variable and running jython from windows command line as: jython.exe -Dpython.path=K:\api_sikuli

[Sikuli-driver] [Question #267905]: Can't make PyCharm run sikuli scripts

2015-06-08 Thread Zeks
New question #267905 on Sikuli: https://answers.launchpad.net/sikuli/+question/267905 I can't make PyCharm see sikuli environment for some reason. sikuli 1.1 070615 nightly build jython 2.7 windows 7 64 bit Pycharm 4.5.1 Project run settings:

[Sikuli-driver] [Question #267768]: IDE needs to be able to rerun the last line

2015-06-04 Thread Zeks
New question #267768 on Sikuli: https://answers.launchpad.net/sikuli/+question/267768 Having extensively worked with sikuli the last 2 weeks I think IDE lacks 2 very important features: 1) reload imported scripts 2) rerun last line My workflow usually goes like that: -- some lengthy script

Re: [Sikuli-driver] [Question #267756]: Do sikuli identify minor differences in image

2015-06-04 Thread Zeks
Question #267756 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267756 Zeks posted a new comment: you can set pattern similarity when you search the screen for an image. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #267723]: How to distinguish two (or more) equal buttons in one image?

2015-06-04 Thread Zeks
Question #267723 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/267723 Zeks posted a new comment: Normally if the buttons have the same image this means they are positioned at a different regions of the application. My workflow is to split the window into regions based on some

[Sikuli-driver] [Bug 1460616] Re: Error saving files in IDE

2015-06-02 Thread Zeks
oh and this was done with sikulixsetup-1.1.0-20150422.231024-47-forsetup -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1460616 Title: Error saving files in IDE Status in Sikuli: New Bug

[Sikuli-driver] [Bug 1460616] Re: Error saving files in IDE

2015-06-02 Thread Zeks
Ok, I have tried recreating the steps and here is what I've come with: What I did was creating a completely new script file in : K:\SikuliX\pdi\Tests and retyping the text in the example from first post saving after every line. K:\SikuliX is used as sikuli home folder and runsikuli script is

[Sikuli-driver] [Bug 1460616] [NEW] Error saving files in IDE

2015-06-01 Thread Zeks
Public bug reported: I have finally been able to make a minimal test case for when IDE fails to save the file: # -*- coding: utf-8 -*- import sys from sikuli import * from sikuli.Sikuli import * sys.path.append(projectPath) def testMessageEdit(): assert() message21 =

[Sikuli-driver] [Bug 1460616] Re: Error saving files in IDE

2015-06-01 Thread Zeks
Oh, and I am on windows 7 64 bit, sikuli 1.1 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1460616 Title: Error saving files in IDE Status in Sikuli: New Bug description: I have finally

[Sikuli-driver] [Bug 1460616] Re: Error saving files in IDE

2015-06-01 Thread Zeks
Imported IN another one, sorry -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1460616 Title: Error saving files in IDE Status in Sikuli: New Bug description: I have finally been able to

[Sikuli-driver] [Bug 1460616] Re: Error saving files in IDE

2015-06-01 Thread Zeks
This script (the one I extracted this piece from) is imported from another one that is a wrapper for robot framework. I will try to answer your questions tomorrow -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 1460616] Re: Error saving files in IDE

2015-06-01 Thread Zeks
Yeah, that is it. Problem is - it is not so rare for me. It happens all the time and is extremely annoying. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1460616 Title: Error saving files in IDE

[Sikuli-driver] [Bug 1460616] Re: Error saving files in IDE

2015-06-01 Thread Zeks
And no, this is not an excel sheet processing. This is a submodule testing Qt/C++ table application -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1460616 Title: Error saving files in IDE Status

[Sikuli-driver] [Bug 1460616] Re: Error saving files in IDE

2015-06-01 Thread Zeks
Hmm, no. I am indeed on Russian locale, but folder paths are all in English and even contain no whitespaces. We will see what happens with tomorrow's build, if this doesn't help I will attach the file in case simple copy paste can't reproduce the problem -- You received this bug notification

[Sikuli-driver] [Bug 1457905] [NEW] [1.0.1] click() returns 1 if called with None

2015-05-22 Thread Zeks
Public bug reported: Sikuli 1.0.1, Win 7 64 I wanted to do some fail state checking by catching return of click function and was very surprised that click returns 1 even if it is passed invalid object. is it intended? ** Affects: sikuli Importance: Undecided Status: New -- You

[Sikuli-driver] [Bug 1447636] [NEW] 1.1 IDE can't save scripts

2015-04-23 Thread Zeks
Public bug reported: Windows 7 64 bit, latest sikuli 1.1 jar file. when trying to save scripts I get: [error] IDE: A non-IOException-problem when trying to save null Error: null What's interesting it does seem to save .py file, but hmtl is empty ** Affects: sikuli Importance: Undecided

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-04-23 Thread Zeks
UPD: transferring the text to this editor seems to have converted tabs to lesser amount of spaces (It was 4). The version from the post earlier if posted back into IDE can be saved, but once you make tabs 4 spaces again it starts failing -- You received this bug notification because you are a

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-04-23 Thread Zeks
Hm, no, actually, it persists through versions. The problem seems to arise from init/classes as none of my simple scripts ever displayed that behavior. As a test, you can try to save this text (it's a modified robot framework integration example): I tried to see if tehre is a consistent point at

[Sikuli-driver] [Bug 1447636] Re: 1.1 IDE can't save scripts

2015-04-23 Thread Zeks
older version of sikuli (1.0.1) on the same machine does not have this problem -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1447636 Title: 1.1 IDE can't save scripts Status in Sikuli: New