Re: [Sikuli-driver] [Question #272083]: .

2015-10-05 Thread Sharon
Question #272083 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272083 Status: Open => Solved Sharon confirmed that the question is solved: . -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #272083]: .

2015-10-05 Thread Sharon
Question #272083 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272083 Summary changed to: . Description changed to: . -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #272083]: How to call methods from one Sikuli script in another

2015-10-05 Thread Sharon
New question #272083 on Sikuli: https://answers.launchpad.net/sikuli/+question/272083 Hi everyone, I have a pretty simple question for you. I'm running a Sikuli script in SikuliX IDE and want to call some methods from a different Sikuli script. I know how to do that with a simple python script.

Re: [Sikuli-driver] [Question #272065]: Sikuli C# Integration Issue - Win32Util.dll: %1 is not a valid Win32 application

2015-10-05 Thread manoj
Question #272065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272065 manoj gave more information on the question: the below responses are already tried, but not working. First one Install-Package SikuliIntegrator class > SikuliAction method > DragDrop & DoubleClick

Re: [Sikuli-driver] [Question #272057]: [1.1.0] Multiple Observers threading --- use observeInBackground()

2015-10-05 Thread RaiMan
Question #272057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272057 Summary changed to: [1.1.0] Multiple Observers threading --- use observeInBackground() -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #272057]: Multiple Observers threading

2015-10-05 Thread RaiMan
Question #272057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272057 Status: Open => Answered RaiMan proposed the following answer: Be sure to have the latest nightly 1.1.0 and looked into the docs about observe (revised yesterday). -- 1. with your threading ... ...

Re: [Sikuli-driver] [Question #272057]: [1.1.0] Multiple Observers threading --- use observeInBackground()

2015-10-05 Thread RaiMan
Question #272057 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272057 RaiMan proposed the following answer: by the way: someRegion.observeInBackground() would be sufficient, since FOREVER is the default -- You received this question notification because your team Sikuli

[Sikuli-driver] [Question #271996]: Status of bug #1502783 changed to 'Fix Committed' in Sikuli

2015-10-05 Thread RaiMan
Bug #1502783 status changed in Sikuli: New => Fix Committed https://bugs.launchpad.net/sikuli/+bug/1502783 "[1.1.0] Observe: log messages should be revised to be more clear" This bug is linked to #271996. Can't get observer() to work… https://answers.launchpad.net/sikuli/+question/271996

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-05 Thread RaiMan
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 RaiMan posted a new comment: Thank YOU for this valuable feedback. I will revise the logging of course, to make it more clear. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-05 Thread RaiMan
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Linked to bug: #1502783 https://bugs.launchpad.net/bugs/1502783 "[1.1.0] Observe: log messages should be revised to be more clear" -- You received this question notification because your team

[Sikuli-driver] [Bug 1502783] [NEW] [1.1.0] Observe: log messages should be revised to be more clear

2015-10-05 Thread RaiMan
Public bug reported: *** the comment from the related question: The logging is a bit odd, though. Region.isObserving() often reports false, though there still seem to be observers. Region.stopObserver() also /says/ it stops the observer… then some other logs say the observer isn't stopped,

[Sikuli-driver] [Question #272065]: Sikuli C# Integration Issue - Win32Util.dll: %1 is not a valid Win32 application

2015-10-05 Thread manoj
New question #272065 on Sikuli: https://answers.launchpad.net/sikuli/+question/272065 We are integrating the Sikuli in our C# selenium ui automation script. We are facing issues while executing some of the methods in SikulActions class. Please find the below. Using Sikuli 1. We could

Re: [Sikuli-driver] [Question #272065]: Sikuli C# Integration Issue - Win32Util.dll: %1 is not a valid Win32 application

2015-10-05 Thread RaiMan
Question #272065 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272065 Status: Open => Answered RaiMan proposed the following answer: I am sorry, but currently I cannot really help you. I guess the mentioned wrappers are not up to date. You have to ask the responsible

[Sikuli-driver] [Question #272070]: What's the best way to run multiple scripts in sequence

2015-10-05 Thread Aleksander
New question #272070 on Sikuli: https://answers.launchpad.net/sikuli/+question/272070 I'm new to the whole scene and read about different approaches over the lest 3 days. Best one for me and for now looks like this: dir = "the_path_to_main_directory"

Re: [Sikuli-driver] [Question #272070]: What's the best way to run multiple scripts in sequence

2015-10-05 Thread RaiMan
Question #272070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272070 Status: Open => Answered RaiMan proposed the following answer: I Suppose we are talking about pre final version 1.1.0 (http://sikulix.com): if you want to stay with the concept

[Sikuli-driver] [Question #272071]: I'm new in Jython and Sikuli

2015-10-05 Thread Denis
New question #272071 on Sikuli: https://answers.launchpad.net/sikuli/+question/272071 Hello. If some one help me with my problem - would be nice and +1 in karma. Code with sikuli for automation install application. - I have the following piece of code in eclipse: from sikuli.Sikuli import *

[Sikuli-driver] [Question #272088]: onAppear with an array of images?

2015-10-05 Thread Ryan
New question #272088 on Sikuli: https://answers.launchpad.net/sikuli/+question/272088 https://pastebin.com/9fFre1Bm How do I go about doing something like this? It sounded like a fairly simple concept when I started, but it seems like onAppear only works with individual images. -- You

Re: [Sikuli-driver] [Question #271996]: Can't get observer() to work…

2015-10-05 Thread Glowing Crystalline Entity
Question #271996 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/271996 Glowing Crystalline Entity posted a new comment: No worries. Thanks for looking at the logging. :) -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #272071]: I'm new in Jython and Sikuli

2015-10-05 Thread Denis
Question #272071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272071 Status: Answered => Solved Denis confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #272070]: What's the best way to run multiple scripts in sequence

2015-10-05 Thread Aleksander
Question #272070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272070 Aleksander posted a new comment: Sorry, I'm running the Sikuli 1.0.1. The "one-test-is-one-script" I wouldn't use cause of the complex test cases I have to do. It would be easier to define test cases with

Re: [Sikuli-driver] [Question #272071]: I'm new in Jython and Sikuli

2015-10-05 Thread RaiMan
Question #272071 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272071 Status: Open => Answered RaiMan proposed the following answer: at least you should have a look at the docs, before using a try-and- error approach. In any case I recommend to use the pre final 1.1.0

Re: [Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-05 Thread Sam
Question #272075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272075 Sam gave more information on the question: Actually, I stand corrected. I can only run the second script after I have pressed Okay to the first script. Is there anyway to be able to run both of them at any

Re: [Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-05 Thread RaiMan
Question #272075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272075 Status: Open => Needs information RaiMan requested more information: how does your current script look like? What do you mean by hot-keys? -- You received this question notification because your team

Re: [Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-05 Thread Sam
Question #272075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272075 Sam gave more information on the question: scr2 = Screen(2) #scr2.click("1443724310615.png") data= [None]*33 # creating a list full of 0s def CopyPage(event): scr2.click("1444047041130.png")

[Sikuli-driver] [Question #272074]: How to Manage image recognition across windows versions ?

2015-10-05 Thread David ENJOLRAS
New question #272074 on Sikuli: https://answers.launchpad.net/sikuli/+question/272074 I have a set of sikuly script running well on a windows 2003, but failing on 2008. Same fro script adapted for 2008, they are failing on 2012... The reason is simple : Microsoft have change the appearance of

Re: [Sikuli-driver] [Question #272074]: How to Manage image recognition across windows versions ?

2015-10-05 Thread RaiMan
Question #272074 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272074 Status: Open => Answered RaiMan proposed the following answer: Currently the only solution is to have a different image set for each environment. This might be helpful:

[Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-05 Thread Sam
New question #272075 on Sikuli: https://answers.launchpad.net/sikuli/+question/272075 I would like to call any of 3 hotkey functions in my script at any time. Currently I need to go in order. I need to use the first hotkey, press okay on the popup. Then I can use the second hotkey, press okay.

Re: [Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-05 Thread Sam
Question #272075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272075 Status: Needs information => Open Sam gave more information on the question: Eh, I guess I can run them all at the same time. I messed up the first few times I suppose, but now it seems to be working. I

Re: [Sikuli-driver] [Question #272075]: Using multiple hotkeys without popups? Is this possible?

2015-10-05 Thread RaiMan
Question #272075 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/272075 Status: Open => Answered RaiMan proposed the following answer: ok, I think, I understand your problem. If you want to run a script, that only implements hotkeys and does nothing else, then this is a