Re: [Sikuli-driver] [Question #187447]: ExceptionInInitializerError

2012-02-27 Thread Launchpad Janitor
Question #187447 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187447 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 #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 Status: Answered = Open matt is still having a problem: Thanks for the response RaiMan! It solved it for testA, but test B is still suffering from the error: testB(org.python.proxies__main__$check2$4)

Re: [Sikuli-driver] [Question #188958]: Goto Next Tab

2012-02-27 Thread RaiMan
Question #188958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188958 Status: Open = Needs information RaiMan requested more information: What are you talking about? Using type()? What tabs in what application? Guess it is Windows? -- You received this question

Re: [Sikuli-driver] [Question #188958]: Goto Next Tab

2012-02-27 Thread RaiMan
Question #188958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188958 Status: Needs information = Answered RaiMan proposed the following answer: To switch tabs in IE one uses: ctrl+tab and ctrl+shift+tab In Sikuli using type(): type(Key.TAB, KeyModifier.CTRL) and

Re: [Sikuli-driver] [Question #188966]: Is ther a way to use the FN key on my keyboard

2012-02-27 Thread RaiMan
Question #188966 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188966 Status: Open = Answered RaiMan proposed the following answer: --- fn key not supported by Sikuli --- what this key is reporting back to Sikluli? You have to step down to Java (which is possible from

Re: [Sikuli-driver] [Question #188958]: Goto Next Tab

2012-02-27 Thread JC
Question #188958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188958 Description changed to: Hi, I've tried a couple of ways to got to the next tab (ctrl+tab ctrl+pagedown),but none seems to work? In Windows using Internet Explorer to go to the next tab? At the moment I

Re: [Sikuli-driver] [Question #188726]: JAVA icon on MAC/PC when running from TERMINAL

2012-02-27 Thread Steen
Question #188726 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188726 Status: Answered = Solved Steen 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 #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread RaiMan
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 RaiMan posted a new comment: Sorry for misleading (but might not be the problem): when running in unittest mode, setUp and tearDown are run before/after EACH testXXX. With my suggestion to run it normally,

[Sikuli-driver] [Bug 941841] [NEW] Click becomes rightClick in 10.7/10.6 OSX

2012-02-27 Thread Steen
Public bug reported: if Global.CurOS == OS.MAC: App.open(Safari) wait(5) click(Pattern(Chttp.png).similar(0.66).targetOffset(-1,1)) paste(https://swebmail.tcgroup.tc/CookieAuth.dll?GetLogon?reason=0formdir=1curl=Z2FowaZ2F;) type(Key.ENTER) else:

Re: [Sikuli-driver] [Question #188392]: Unable to run sikuli project on Win Vista machine.

2012-02-27 Thread RaiMan
Question #188392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188392 Status: Open = Answered RaiMan proposed the following answer: It must have something to do with the fact, that you are using TestNG. This might setup its own environment or change something else, so

[Sikuli-driver] [Bug 941841] Re: Click becomes rightClick in 10.7/10.6 OSX

2012-02-27 Thread RaiMan
I cannot confirm this. (OS X 10.7.3). Works perfectly for me. Where exactly does this happen? With every click? BTW: it seems, that you are filling an url into the address field. This is much more robust for Safari: type(l, KeyModifier.CMD) # lowercase L paste(some_url) type(Key.ENTER) --

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 matt gave more information on the question: Hi RaiMan thanks for another quick response. I am currently on XP, but sadly that did not fix the problem. I've grabbed the trace track below: When I run through

Re: [Sikuli-driver] [Question #188596]: Unit Testing: Unable to call a function that i define in the same class

2012-02-27 Thread Chan Kok Lum
Question #188596 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188596 Status: Answered = Solved Chan Kok Lum confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

[Sikuli-driver] [Bug 941841] Re: Click becomes rightClick in 10.7/10.6 OSX

2012-02-27 Thread Steen
only the clicks where i have to pastehdrectestserver!.. will try the CMD , l approch. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/941841 Title: Click becomes rightClick in 10.7/10.6 OSX

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread RaiMan
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 Status: Open = Answered RaiMan proposed the following answer: Ok, these are all user errors (sorry, but true ;-) --- assert not exists(UntitledNote.png) AssertionError If run in normal mode, assert

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 Status: Answered = Open matt is still having a problem: Hey RaiMan, I have tried set to false within the unit test run mode. I still get the testB(org.python.proxies.__main__check2$5) issue. I have

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 matt gave more information on the question: Amendment: error is: testB(org.python.proxies.__main__$check2$4): null not testB(org.python.proxies.__main__$check2$4) -- You received this question notification

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread RaiMan
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 Status: Open = Needs information RaiMan requested more information: Pls. send your current script folder zipped to my mail at https://launchpad.net/~raimund-hocke To have a chance to find out, I have

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 Status: Needs information = Open matt gave more information on the question: Apologies, I don't have the ability to email files right now, but I can give you the source code: def setUp(self):

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread RaiMan
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 Status: Open = Answered RaiMan proposed the following answer: This works for me: This cannot be run any longer in IDE normal run, since I use self (the test case object) to have only one captured image

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 matt gave more information on the question: Right I've found the issue: at: assert not exists(UntitledNote.png) It is throwing an error, opposed to failing with the above error message. I tried the same

[Sikuli-driver] [Bug 941883] [NEW] X 1.0rc3: Unable to open a start menu option in slow motion mode

2012-02-27 Thread Ricardo Cardona Ramirez
Public bug reported: I'm using Windows Server 2003 R2 32-bit I use the start menu for launch Internet Explorer, but when run in Slow Motion mode the start menu disappear, steps: 1. Click icon start menu 2. Click icon Internet Explorer in normal mode the execution is working properly. I

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 Status: Answered = Open matt is still having a problem: I apologise as this is a dumb question, when you say This cannot be run any longer in IDE normal run does this mean it must be saved to an SKL

Re: [Sikuli-driver] [Question #188776]: Can't keep error handler from running

2012-02-27 Thread Roland Prancan
Question #188776 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188776 Roland Prancan gave more information on the question: Does anyone have an idea what is meant by... TypeError: onAppear(): 2nd arg can't be coerced to org.sikuli.script.SikuliEventObserver I get this error

Re: [Sikuli-driver] [Question #188776]: Can't keep error handler from running

2012-02-27 Thread RaiMan
Question #188776 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188776 Status: Open = Answered RaiMan proposed the following answer: from org.sikuli.script.natives import Vision Should not be in a Sikuli script, since it is intended for internal use inside the Java API

[Sikuli-driver] [Bug 941883] Re: X 1.0rc3: Windows start menu does not stay open in slow motion mode

2012-02-27 Thread RaiMan
The first action still works in slow motion mode (the start menu opens). But the next action (2.) with its foregoing red-circle-overlay steels the focus. I do not think, that it will be possible for Sikuli to come around this problem (at least on the Java level). So if you are not intending, to

Re: [Sikuli-driver] [Question #188993]: I installed sikuli on windows xp ....we have an application installed in the machine ...Sikuli was working fine ...However after some days sikuli IDE was not op

2012-02-27 Thread RaiMan
Question #188993 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188993 Status: Open = Answered RaiMan proposed the following answer: check faq 1766 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #188994]: I am very much happy with sikuli ...But i have concern , say if my image is going to change in future ...Then how sikuli works?

2012-02-27 Thread RaiMan
Question #188994 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188994 Status: Open = Needs information RaiMan requested more information: --- the image structure changes Not clear, what you mean by that? If images change, they have to be captured again. -- You

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 matt posted a new comment: My PC is very slow, I added in some more waits and works fine. Cheers! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread RaiMan
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 RaiMan posted a new comment: IDE normal run: black or yellow triangle button in top bar of IDE window (or the respective entries in the run menu) scripts prepared for the view unit test only consist of

Re: [Sikuli-driver] [Question #188751]: Sikuli Test hanging when running unit test - fine when through IDE

2012-02-27 Thread matt
Question #188751 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188751 Status: Open = Solved matt 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

[Sikuli-driver] [Question #188994]: I am very much happy with sikuli ...But i have concern , say if my image is going to change in future ...Then how sikuli works?

2012-02-27 Thread balakrishnan
New question #188994 on Sikuli: https://answers.launchpad.net/sikuli/+question/188994 We work on imaging software , so sikuli plays an important role . But my question is if the image structure changes tomorrow , how sikuli can identify ? . Also i have one more question - Generally my

[Sikuli-driver] [Question #188993]: I installed sikuli on windows xp ....we have an application installed in the machine ...Sikuli was working fine ...However after some days sikuli IDE was not openin

2012-02-27 Thread balakrishnan
New question #188993 on Sikuli: https://answers.launchpad.net/sikuli/+question/188993 I installed sikuli on windows xp we have an application installed in the machine ...Sikuli was working fine ...However after some days sikuli IDE was not opening...May i know why it is happening ? -- You

[Sikuli-driver] [Bug 941883] Re: X 1.0rc3: Unable to open a start menu option in slow motion mode

2012-02-27 Thread RaiMan
** Changed in: sikuli Status: New = Confirmed ** Summary changed: - X 1.0rc3: Unable to open a start menu option in slow motion mode + X 1.0rc3: Windows start menu does not stay open in slow motion mode -- You received this bug notification because you are a member of Sikuli Drivers,

[Sikuli-driver] [Question #189002]: Problem with InternetExplorer textures/images on different machines

2012-02-27 Thread Lubos Kocman
New question #189002 on Sikuli: https://answers.launchpad.net/sikuli/+question/189002 Hi, I'm currently facing following issue: I'm unable to match the same image / text displayed in Internet Explorer by using find(Pattern(something).similar() on different machines by using the same software

Re: [Sikuli-driver] [Question #188555]: OpenCV Error on starting event observer

2012-02-27 Thread Terence Cooper
Question #188555 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188555 Terence Cooper posted a new comment: Hi RaiMan, thanks for your response. I think I have failed to explain my problem adequately. I can see the code in the snippet I provided is misleading in some ways.

Re: [Sikuli-driver] [Question #189002]: Problem with InternetExplorer textures/images on different machines

2012-02-27 Thread RaiMan
Question #189002 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189002 Status: Open = Needs information RaiMan requested more information: What about the width and height in pixels on the different screens (the physical and the virtual) You might check this with print

Re: [Sikuli-driver] [Question #188555]: OpenCV Error on starting event observer

2012-02-27 Thread RaiMan
Question #188555 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188555 RaiMan posted a new comment: Thanks for feedback. I will meanwhile try to check wether my approach would work. All the best. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #188694]: Adding Sikuli script in Task Scheduler

2012-02-27 Thread Jason Yoo
Question #188694 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188694 Status: Answered = Solved Jason Yoo confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #188958]: Goto Next Tab

2012-02-27 Thread JC
Question #188958 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188958 Status: Answered = Solved JC 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

[Sikuli-driver] [Question #189040]: Sikuli working fine for one user, not another

2012-02-27 Thread John Conlon
New question #189040 on Sikuli: https://answers.launchpad.net/sikuli/+question/189040 I have Sikuli X installed on a WinXP machine. When our system admin (he had to install it because of security) runs it, it functions fine. When I run it(I am set up as a local admin on the computer) if I run a

[Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-27 Thread grey grey
New question #189054 on Sikuli: https://answers.launchpad.net/sikuli/+question/189054 Thanks to all you genius developers! is there a tutorial or some instructions demonstrating how to get sikuli to generate sequential page numbers as is captures screen grabs of a multi page doc.? I am sure

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-27 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Description changed to: Thanks to all you genius developers! is there a tutorial or some instructions demonstrating how to get sikuli to generate sequential page numbers as it captures screen grabs of a

[Sikuli-driver] [Question #189062]: make libVisionProxy.so error

2012-02-27 Thread Brian Li
New question #189062 on Sikuli: https://answers.launchpad.net/sikuli/+question/189062 Hello, I am building Sikuli from the sources on my system, the reason why I build it because I have the same isssue as https://answers.launchpad.net/sikuli/+question/188275 mentioned. I am following the

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-27 Thread RaiMan
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Open = Answered RaiMan proposed the following answer: Since I do not know, where you want to put your page number, this is a skeleton current = 10 # last used page number max = 15 while

Re: [Sikuli-driver] [Question #189040]: Sikuli working fine for one user, not another

2012-02-27 Thread RaiMan
Question #189040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189040 Status: Open = Answered RaiMan proposed the following answer: When using the installer, the path settings are stored in the personal settings (the admin in this case). With your login you are switching

Re: [Sikuli-driver] [Question #189062]: make libVisionProxy.so error

2012-02-27 Thread RaiMan
Question #189062 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189062 RaiMan posted a new comment: When building tesseract 2.04 from the sources on a 64-Bit Linux system as mentioned in their install procedure, I did not have any problems with the subsequent make of Sikuli.

Re: [Sikuli-driver] [Question #189054]: how to generate sequential numbers as my script saves screen grabs

2012-02-27 Thread grey grey
Question #189054 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189054 Status: Answered = Open grey grey is still having a problem: Hi, thanks for your answer, but I have no idea what you are explaining. I am not a programmer, think of me as a 6 year old. below is a 23