Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2014-02-19 Thread Parn Yin
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 Parn Yin posted a new comment: Excuse me, will this be in the plan of next release? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #244266]: Can Sikuli distinguish 32bit windows from 64bit please?

2014-02-19 Thread Parn Yin
New question #244266 on Sikuli: https://answers.launchpad.net/sikuli/+question/244266 Sikuli has functions like Env.getOS() and Env.getOSVersion(). But can it distinguish 32bit windows from 64bit please? If it can't so far, excuse me, is there a way to use Jython or Java to do it? It seems the

Re: [Sikuli-driver] [Question #234119]: How to use switchApp() to check whether a specified is opened or not

2014-02-19 Thread Parn Yin
Question #234119 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234119 Summary changed to: How to use switchApp() to check whether a specified is opened or not -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #244269]: Can Sikuli IDE add a new setting for changing storing method?

2014-02-19 Thread Parn Yin
New question #244269 on Sikuli: https://answers.launchpad.net/sikuli/+question/244269 As we know, Sikuli IDE stores the codes and the screenshots under the same sikuli source folder(*.sikuli). Besides, SIkuli IDE can only open the *.sikuli folders. Can we add a setting for changing the storing

Re: [Sikuli-driver] [Question #235763]: [Install] Why not use install wizard for installation in Windows

2014-02-19 Thread Parn Yin
Question #235763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235763 Parn Yin gave more information on the question: The linked bug # 1225871 was closed. For those who knows computer well, using sikulixsetup.jar is perfect. For those who don't have much knowledge of computer

Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2014-02-19 Thread Parn Yin
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 Parn Yin posted a new comment: Thank you very much, RaiMan! Don't worry and take it easy ! ^_^ From the home page of Sikuli I knew that it seems now Sikuli is maintained and further developed only by you

Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2014-02-19 Thread Parn Yin
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 Parn Yin posted a new comment: I see. Thanks again! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #235763]: [Install] Why not use install wizard for installation in Windows

2014-02-19 Thread Parn Yin
Question #235763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235763 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Bug 1266613] [NEW] switchApp(Replace) always succeeds in Win7

2014-01-06 Thread Parn Yin
Public bug reported: [Steps to Reproduce] (1) Start a machine with Win7. (2) Because it's just started, from the Desktop we can see there is no window opened. (3) Open Sikuli IDE, run this script: switchApp(Replace) [Actual Result] It succeeds. But I can't see there is a window with caption

Re: [Sikuli-driver] [Question #241219]: Does sikuli work with most of the popular picture formats?

2013-12-24 Thread Parn Yin
Question #241219 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/241219 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #241219]: Does sikuli work with most of the popular picture formats?

2013-12-23 Thread Parn Yin
New question #241219 on Sikuli: https://answers.launchpad.net/sikuli/+question/241219 I know Sikuli can work with PNG, JPG and BMP. I've tested with them. I am wondering, does Sikuli work with most of the popular picture formats? Except PNG, JPG and BMP, something like GIF, TIF... PNG, JPG and

Re: [Sikuli-driver] [Question #240852]: [1.0.1] It seems that __file__ can't work in Sikuli --- but only in the main script - use getBundlePath()

2013-12-16 Thread Parn Yin
Question #240852 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240852 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #234119]: How to use switchApp() to check whether the specified

2013-12-15 Thread Parn Yin
Question #234119 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234119 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

[Sikuli-driver] [Question #240852]: It seems that __file__ can't work in Sikuli

2013-12-15 Thread Parn Yin
New question #240852 on Sikuli: https://answers.launchpad.net/sikuli/+question/240852 In my code, there is one line: print os.path.dirname(__file__) It works fine in my Eclipse. - But when I use it in SIkuli, SIkuli tells me: [error] NameError ( name

[Sikuli-driver] [Question #240548]: Is there a way to use popup with 2 buttons?

2013-12-09 Thread Parn Yin
New question #240548 on Sikuli: https://answers.launchpad.net/sikuli/+question/240548 What I want now is: display a multi-lines message of settings and then ask user whether continue or not. I know popup(text[, title]) can display a dialog box with OK button, but it seems that it can't

[Sikuli-driver] [Question #240549]: Why the Eclipse launch is still running after using Popup or Input

2013-12-09 Thread Parn Yin
New question #240549 on Sikuli: https://answers.launchpad.net/sikuli/+question/240549 If using Sikuli's Popup or Input in the code, when run the code in Eclipse, even all the codes have been run, launch process is still there. [Steps to Reproduce] 1. create an empty PyDev module in Eclipse. 2.

Re: [Sikuli-driver] [Question #240549]: Why the Eclipse launch is still running after using Popup or Input

2013-12-09 Thread Parn Yin
Question #240549 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240549 Status: Needs information = Solved Parn Yin confirmed that the question is solved: Using exit() works! Thank you RaiMan! --- just run the line from sikuli import * is ok, the launch process

Re: [Sikuli-driver] [Question #240548]: Is there a way to use popup with 2 buttons?

2013-12-09 Thread Parn Yin
Question #240548 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240548 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thank you my mentor RaiMan! Works! as real Python :) null in the code above should be replaced by None. -- You received

[Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2013-11-01 Thread Parn Yin
New question #238457 on Sikuli: https://answers.launchpad.net/sikuli/+question/238457 Hi RaiMan, I remembered that you said we're going to have a new version of Sikuli at the end of 2013. I am looking forward to it. I would like to know these questions below early, then I can change my plan

Re: [Sikuli-driver] [Question #238457]: Will new version of Sikull use Jython 2.7beta 1 or not?

2013-11-01 Thread Parn Yin
Question #238457 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/238457 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-10-11 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: I've created my own functions which can search on multiple screeens. However, it would be convenient if it's built in Sikuli. Excuse me, will Sikuli change the functions exist

[Sikuli-driver] [Bug 1225871] Re: [request] Want an installer again for Windows instead of using command line setup

2013-09-16 Thread Parn Yin
I have never made any instaler package too. But I found this link: http://stackoverflow.com/questions/137657/free-install-wizard-software For your reference. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Question #235763]: [Install] Why not using install wizard for installation in Windows

2013-09-15 Thread Parn Yin
New question #235763 on Sikuli: https://answers.launchpad.net/sikuli/+question/235763 I remmember that when installing Sikuli-X-1.0rc3 (r905), there is a executable file named Sikuli-X-1.0rc3 (r905)-win32.exe. It's convenient for users of Windows to install Sikuli, especailly for those who

Re: [Sikuli-driver] [Question #235763]: [Install] Why not use install wizard for installation in Windows

2013-09-15 Thread Parn Yin
Question #235763 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235763 Summary changed to: [Install] Why not use install wizard for installation in Windows -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-10 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: Yeah, I see! Thank you, my mentor! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-09 Thread Parn Yin
New question #235378 on Sikuli: https://answers.launchpad.net/sikuli/+question/235378 I've read this part: http://doc.sikuli.org/screen.html#multi-monitor-environments So I know how to get the screens like Screen(0), Screen(1). But how to use it with Wait() or Click()? I searched the Anwsers on

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-09 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: Now in my script, I want to do this operation: I'm waiting for one picture which may be displayed in 10-20 seconds. When it's displayed, click it. But it may display

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-09 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-09 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: By the way, If Sikuli has a function or parameter for searching(used for click, wait, exists...) on all the screens, that would be wonderful. :) -- You received this question

[Sikuli-driver] [Bug 1222722] Re: Sikuli can't save images (IDE 1.0.1)

2013-09-09 Thread Parn Yin
[Environment] Windows 7 Professional SP1 64-bit + Java 7 + Sikuli X 1.0.1 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1222722 Title: Sikuli can't save images (IDE 1.0.1) Status in Sikuli:

[Sikuli-driver] [Bug 1222722] [NEW] Sikuli can't save images (IDE 1.0.1)

2013-09-09 Thread Parn Yin
Public bug reported: My Sikuli IDE 1.0.1 today suddenly can't save images. This function worked on last week. :( So there must be some operations related to this bug but now I can't locate the steps accurately. But I will try. When I get some new information, I will update this bug. [Steps to

[Sikuli-driver] [Bug 1222722] Re: [1.0.1] IDE: can't save images after using image load button

2013-09-09 Thread Parn Yin
That works! Thank you RaiMan! I think we can close this bug. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1222722 Title: [1.0.1] IDE: can't save images after using image load button Status in

[Sikuli-driver] [Bug 1222811] [NEW] [1.0.1] IDE: crashes when using open a non-sikuli path

2013-09-09 Thread Parn Yin
Public bug reported: [Steps to Reproduce] Suppose the Sikuli script is under C:\ProjectSikuli\Script\test.sikuli and now I have a Windows Explorer opened with C:\ProjectSikuli\Script folder. (1) Open Sikuli IDE. (2) Select File - Open from the menu bar. The Open a Sikuli Source folder window

Re: [Sikuli-driver] [Question #235398]: [1.0.1] Eclipse: PythonPlugin: [error] Sikuli Jython API already on sys.path .....

2013-09-09 Thread Parn Yin
Question #235398 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235398 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #235378]: How to use Wait() or Click() with multi screens?

2013-09-09 Thread Parn Yin
Question #235378 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235378 Parn Yin posted a new comment: Reply to Comment #5: After testing, it seems that it can't work well. The loop if s.exists(someImage, 0): is executed only once. RaiMan, Do you know the reason? After lots

Re: [Sikuli-driver] [Question #235183]: Can I use Sikuli to get a window title?

2013-09-08 Thread Parn Yin
Question #235183 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235183 Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

[Sikuli-driver] [Question #235183]: Can I use Sikuli to get a window title?

2013-09-04 Thread Parn Yin
New question #235183 on Sikuli: https://answers.launchpad.net/sikuli/+question/235183 Hello, in my script, I want to check a specified window is opened or not. Unfortunately, there would be several applications opening and their titles may be very similar. Like: Application 1's title: (variable

[Sikuli-driver] [Question #235023]: what's the difference between wait() and sleep() please?

2013-09-02 Thread Parn Yin
New question #235023 on Sikuli: https://answers.launchpad.net/sikuli/+question/235023 In some parts of the Sikuli documentation I saw sleep(1). What's the difference between wait() and sleep() please? -- You received this question notification because you are a member of Sikuli Drivers, which

[Sikuli-driver] [Bug 682281] Re: Windows: switchApp has problems with (multiple) minimized application windows

2013-08-15 Thread Parn Yin
FYI, this bug happens with minimized one(not multiple)Calculator in Win7 also. [Steps to Reproduce] (1) Open Calculator. (2) Minimize it. (3) Use the script below in Sikuli IDE. switchApp(Calculator) type(h, KeyModifier.CTRL) [Actual Result] The Ctrl+H works in Calculator

[Sikuli-driver] [Question #234119]: How to use switchApp() to check whether the specified

2013-08-15 Thread Parn Yin
New question #234119 on Sikuli: https://answers.launchpad.net/sikuli/+question/234119 I want to use switchApp() to check whether a specified window in my company's application is opened or not. The goal is: If it's opened, script continue. If not, throw an exception. I don't want to use

Re: [Sikuli-driver] [Question #233545]: Is there a way to hide the red rectangle when using exists() or wait()

2013-08-05 Thread Parn Yin
Question #233545 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233545 Status: Open = Solved Parn Yin confirmed that the question is solved: I am sorry, it's not a problem. The reason I encountered this was because I turned on the option always highlight in the Sikuli IDE

[Sikuli-driver] [Bug 1208360] [NEW] In Preference dialog, some checkboxes can't be checked when new layout checkbox checked

2013-08-05 Thread Parn Yin
Public bug reported: [Steps to Reproduce] (1) Open SIkuli IDE. (2) Select File - Preference (3) Click the button more optinos (4) Tick the checkbox of Activate the new layout (X-1.0). (5) Tick the checkbox of ImageThumbs (on)/ ImageLabels (off). (6) Hover the mouse cursor onto the label

[Sikuli-driver] [Question #233545]: Is there a way to hide the red rectangle when using exists() or wait()

2013-08-04 Thread Parn Yin
New question #233545 on Sikuli: https://answers.launchpad.net/sikuli/+question/233545 Hello. My Sikuli scripts contain some exists() and wait(). When running scripts in Sikuli 1.0.0's IDE, Sikuli uses red rectangle to highlight the corresponding image, that's cool. I remember that in Sikuli

Re: [Sikuli-driver] [Question #192054]: can sikuli use python 2.7.2? --- no

2013-07-29 Thread Parn Yin
Question #192054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/192054 Parn Yin posted a new comment: Hi RaiMan, I have a similar question. I want to use xlrd 0.9.2 because it supports xlsx. However,xlrd 0.9.2 requires Python 2.6 or above. Now jython has a beta version Jython

Re: [Sikuli-driver] [Question #192054]: can sikuli use python 2.7.2? --- no

2013-07-29 Thread Parn Yin
Question #192054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/192054 Parn Yin posted a new comment: Roger that! Thank you very much, RaiMan! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #232998]: [HowTo] setup import/module structures to be used in Eclipse/Jython and Sikuli IDE/Script as well

2013-07-28 Thread Parn Yin
Question #232998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232998 Parn Yin posted a new comment: I see! RaiMan, thank you! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #232998]: Eclipse and Sikuli IDE are inconsistent in some places

2013-07-25 Thread Parn Yin
New question #232998 on Sikuli: https://answers.launchpad.net/sikuli/+question/232998 My automation testing project plan contains 2 parts: (1) use Eclipse + PyDev + Sikuli Libs to develop automation script; (2) use Sikuli IDE (a) to check the screenshots when develping (b) to run the

Re: [Sikuli-driver] [Question #232998]: [HowTo] setup import/module structures to be used in Eclipse/Jython and Sikuli IDE/Script as well

2013-07-25 Thread Parn Yin
Question #232998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232998 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #232998]: [HowTo] setup import/module structures to be used in Eclipse/Jython and Sikuli IDE/Script as well

2013-07-25 Thread Parn Yin
Question #232998 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232998 Parn Yin posted a new comment: Thank you, RaiMan! Yeah, every folder in my tree has an empty __init__.py already. To avoid misunderstanding, please kindly confirm/answer: (a) If I want to use Sikuli IDE

Re: [Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-24 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-24 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Parn Yin posted a new comment: I still can't get the expected result I want. But I found another stupid way to fix that: def set_screenshot_path(my_screenshot_path): my_screenshot_path = repr

Re: [Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-24 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Parn Yin posted a new comment: Thanks again, RaiMan! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-23 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Status: Answered = Open Parn Yin is still having a problem: Yeah, pythonized... thank you RaiMan! In fact I don't have any programming experience before studying Python. What you taught me help me

[Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-22 Thread Parn Yin
New question #232844 on Sikuli: https://answers.launchpad.net/sikuli/+question/232844 For example, suppose I have put some screenshots under different folders under C:\Test: C:\Test\Cat C:\Test\Login C:\Test\Module1 C:\Test\Module2 ... Then I use setBundlePath to set the C:\Test as my

Re: [Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-22 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Status: Answered = Open Parn Yin is still having a problem: Excuse me RaiMan, could you please kindly help me when you have time? Thank you. -- You received this question notification because you

Re: [Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-22 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Parn Yin posted a new comment: Hi RaiMan, I see. Thank you for the quick and detailed explanation!!! By the way, I have another python question. Sorry, I just have been started to learn python since last

[Sikuli-driver] [Question #231799]: Can I use Sikuli only to develop my automation test project?

2013-07-03 Thread Parn Yin
New question #231799 on Sikuli: https://answers.launchpad.net/sikuli/+question/231799 Hi, nice to meet you. I'm a fan of Sikuli from China. Sikuli is really a great software and I like it very much! ^_^ Thank you for developing it! Now my company is going to start an automation test project to

Re: [Sikuli-driver] [Question #231799]: Can I use Sikuli only to develop my automation test project?

2013-07-03 Thread Parn Yin
Question #231799 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231799 Parn Yin confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #231799]: Can I use Sikuli only to develop my automation test project?

2013-07-03 Thread Parn Yin
Question #231799 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/231799 Status: Answered = Solved Parn Yin confirmed that the question is solved: Thank you, RailMan. I will keep on thinking about these questions and start to try with Eclipse + PyDev. -- You received