[Sikuli-driver] [Question #284445]: screen.type is still working and give inputs after closing the application

2016-02-02 Thread bal krishna gupta
New question #284445 on Sikuli: https://answers.launchpad.net/sikuli/+question/284445 hi, I have automated one mainframe quick3270 application using sikuli. Here i am giving input to mainframe screen using screen.type() command. When i ran my application, sometime some wrong value will go to

Re: [Sikuli-driver] [Question #284445]: After forcefully closing the application, screen.type() will work for few second and will give inputs to desktop or other apps.

2016-02-02 Thread bal krishna gupta
Question #284445 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284445 Summary changed to: After forcefully closing the application, screen.type() will work for few second and will give inputs to desktop or other apps. Description changed to: hi, I have automated one

[Sikuli-driver] [Bug 1541146] [NEW] Capture Problem with Multiple Monitors

2016-02-02 Thread Vernon Smith
Public bug reported: Using Windows 7 (32-Bit) and a Nvidia NVS 510 Multi-Monitor Card (4) After installing SikuliX (1.1.0) , in order to run, I had to increase the amount of memory available for Java, but once done, the IDE started. But then, when I went to Capture an image for Find(), the

Re: [Sikuli-driver] [Question #284449]: How to take action after a certain image flashes a certain number of times?

2016-02-02 Thread Eugene S
Question #284449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284449 Status: Open => Needs information Eugene S requested more information: does it appear and then disappear? what are the intervals? -- You received this question notification because your team Sikuli

Re: [Sikuli-driver] [Question #284449]: How to take action after a certain image flashes a certain number of times?

2016-02-02 Thread Luke
Question #284449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284449 Status: Needs information => Open Luke gave more information on the question: Yes the image appears and then disappears. It's a game where the image 'WIN' or 'LOSE' appears. I want to take action

Re: [Sikuli-driver] [Question #284449]: How to take action after a certain image flashes a certain number of times?

2016-02-02 Thread Eugene S
Question #284449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284449 Status: Open => Needs information Eugene S requested more information: So a "win" button can appear in between and in that case the count restarts? what are the time intervals between when the text

[Sikuli-driver] [Question #284449]: How to take action after a certain image flashes a certain number of times?

2016-02-02 Thread Luke
New question #284449 on Sikuli: https://answers.launchpad.net/sikuli/+question/284449 Hi there I have trouble making sikuli script to click a button ONLY after an image appears 7 times exactly. How will I write the script? Best Luke -- You received this question notification because your

Re: [Sikuli-driver] [Question #284449]: How to take action after a certain image flashes a certain number of times?

2016-02-02 Thread Luke
Question #284449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284449 Status: Needs information => Open Luke gave more information on the question: Hi 1. How do i write what you said into the script? I tried detect ("win") but it doesn't work. 2. How do I add the count

[Sikuli-driver] [Question #284364]: how to use while len(string) > 1 : ??

2016-02-02 Thread VincentDugue
New question #284364 on Sikuli: https://answers.launchpad.net/sikuli/+question/284364 Hi everybody ! I need help for my script... #1st line def my_find(str): while len(str) > 1 : str2 = (str[len(str)-1:] return my_find(str2).nearby(30) RegionSearch = find(str+".png")

Re: [Sikuli-driver] [Question #284364]: how to use while len(string) > 1 : ??

2016-02-02 Thread Eugene S
Question #284364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284364 Status: Open => Needs information Eugene S requested more information: When you say "it doesn't click", are you certain that what you are looking for was actually found? let's start from here -- You

Re: [Sikuli-driver] [Question #281117]: sikuliAction.doubleclick is giving error

2016-02-02 Thread Launchpad Janitor
Question #281117 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/281117 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #284364]: how to use while len(string) > 1 : ??

2016-02-02 Thread VincentDugue
Question #284364 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284364 Status: Needs information => Open VincentDugue gave more information on the question: I think it's because of my the script is actually working i change somethings, including index[] so the program is

[Sikuli-driver] [Question #284366]: what is the difference between Key.CTRL and KeyModifier.CTRL

2016-02-02 Thread Chp
New question #284366 on Sikuli: https://answers.launchpad.net/sikuli/+question/284366 Please tell me I can't understand the difference between Key.CTRL and KeyModifier.CTRL ? What is the fundamental difference between them in use ? -- You received this question notification because your team

Re: [Sikuli-driver] [Question #279638]: Help finding image in Java

2016-02-02 Thread Elsid
Question #279638 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/279638 Status: Expired => Open Elsid is still having a problem: I still need an answer, anybody? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #284366]: what is the difference between Key.CTRL and KeyModifier.CTRL

2016-02-02 Thread masuo
Question #284366 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284366 Status: Open => Answered masuo proposed the following answer: Key.CTRL is a character code. KeyModifier.CTRL is a integer value. [example code for understanding by Python:] a = [] a.append(Key.CTRL)

[Sikuli-driver] [Bug 1540233] Re: Region.setObserveScanRate(float observeScanRate) without any function

2016-02-02 Thread angelo
** Description changed: public class SikuliTest { - public static void main(String[] args) { - try { - Region searchRegion = new Screen(); - searchRegion.setObserveScanRate(0.1f); +  public static void main(String[] args) { +   

Re: [Sikuli-driver] [Question #284453]: ObserveScanRate vs. WaitScanRate

2016-02-02 Thread angelo
Question #284453 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284453 Status: Open => Solved angelo confirmed that the question is solved: Answered here: https://answers.launchpad.net/sikuli/+question/214163 -- You received this question notification because your team

[Sikuli-driver] [Question #284453]: ObserveScanRate vs. WaitScanRate

2016-02-02 Thread angelo
New question #284453 on Sikuli: https://answers.launchpad.net/sikuli/+question/284453 Hi all, is there a difference between the settings ObserveScanRate and WaitScanRate? >From the documentation it looks as if these settings are duplicates. Best regards, Angelo -- You received this question

[Sikuli-driver] [Bug 1540233] Re: ObserveScanRate vs. WaitScanRate

2016-02-02 Thread angelo
** Summary changed: - ObserveScanRate without any function + ObserveScanRate vs. WaitScanRate ** Description changed: + Hi, + + as far as I understood from the documentation the properties + WaitScanRate and ObserveScanRate should be the same function. But + ObserveScanRate does not change

[Sikuli-driver] [Bug 1540233] Re: [1.1.0] ObserveScanRate without any function

2016-02-02 Thread angelo
Found the answer here: https://answers.launchpad.net/sikuli/+question/214163 ** Changed in: sikuli Status: New => Invalid -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1540233 Title:

[Sikuli-driver] [Question #284448]: runsikulix.cmd -s can't change port

2016-02-02 Thread zhchaoxing
New question #284448 on Sikuli: https://answers.launchpad.net/sikuli/+question/284448 The first time I tried runsikulix.cmd -s gives me: [info] RunServer: Starting: trying port: 50001 [error] RunServer: Starting: Address already in use: JVM_Bind [error] RunServer: could not be started So I

Re: [Sikuli-driver] [Question #284449]: How to take action after a certain image flashes a certain number of times?

2016-02-02 Thread Eugene S
Question #284449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284449 Status: Open => Needs information Eugene S requested more information: hmm, a time interval that short might be a problem then as what you generally need to do is (without going into details): 1.

Re: [Sikuli-driver] [Question #284449]: How to take action after a certain image flashes a certain number of times?

2016-02-02 Thread Luke
Question #284449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/284449 Status: Needs information => Open Luke gave more information on the question: Yes absolutely. A win can be in between the losses and I only want specifically 7 losses consecutively. The time interval

[Sikuli-driver] [Question #284383]: sikuli key modification through Fn key

2016-02-02 Thread rupayan nath
New question #284383 on Sikuli: https://answers.launchpad.net/sikuli/+question/284383 I need to take screenshot.I wrote something like 'type(Key.FN, KeyModifier.END)' [END is the key for PrntScrn] I have tried 'Key.FUNCTION' as well but Key doesnot have any such attribute.Please