Re: [Sikuli-driver] [Question #240547]: get log file like in Sikuli's message tab and save it to a file need help

2013-12-14 Thread RaiMan
Question #240547 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240547 Status: Open => Answered RaiMan proposed the following answer: should work with .skl also: \runIde.cmd -r \myscript.skl >myscript-log.txt -- You received this question notification because you are a me

Re: [Sikuli-driver] [Question #240785]: Automating UI test for a retail website

2013-12-14 Thread RaiMan
Question #240785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240785 Status: Open => Answered RaiMan proposed the following answer: -- check existence of an image ... is the basic kernel feature of Sikuli: you have an image and ask Sikuli to find it on the screen or in a

Re: [Sikuli-driver] [Question #240785]: Automating UI test for a retail website

2013-12-14 Thread Souvik Dutta
Question #240785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240785 Souvik Dutta posted a new comment: Thanks for the prompt response Raiman, i will certainly play with the tool and then will come to you for further clarification -- You received this question notification b

Re: [Sikuli-driver] [Question #240785]: Automating UI test for a retail website

2013-12-14 Thread RaiMan
Question #240785 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240785 RaiMan proposed the following answer: always welcome -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. __

[Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
New question #240788 on Sikuli: https://answers.launchpad.net/sikuli/+question/240788 I'm trying to setup Sikuli on CentOS 5.10 64bits : /root/sikuli/libs/libJXGrabKey.so: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /root/sikuli/libs/libJXGrabKey.so) Could it be th

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread RaiMan
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 Status: Open => Answered RaiMan proposed the following answer: You have to install your own JXGrabkey for your system. In the libs folder replace the respective ..xxx...so -- You received this questio

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: I fetched JXGrabkey source code and compiled both C++/Java projects with Netbeans successfully but I can't find any generated .so file. As shown : # pwd /usr/local/src/jxgrabkey-c

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread RaiMan
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 RaiMan proposed the following answer: If you run a build with C++ code as a Netbeans project, usually the target is stored a ..project.../dist/(Debug | Release)/ the target in your environment can be /usr/

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: Sorry I've just realized I could just try replacing that libC__.so with libJXGrabkey.so and here's what I got : # ./runIDE running SikuliX-IDE: -Xmx512M -Dapple.laf.useScreenMenuB

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread RaiMan
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 RaiMan proposed the following answer: simply no. The bundled libJXGrabkey.so expects a /usr/lib64/libstdc++.so.6 on your system. It complains, that it is not found (which also might mean, that the one is no

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: If that might help, here's the Netbeans C++ project build log: http://pastebin.com/dsqkRWC5 -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: The problem is solved for libJXGrabkey.so thank you for your precious help. However I'm struggling a bit with tesseract. I did something very similar to http://paramountideas.com/

[Sikuli-driver] [Question #240806]: Threading issue in swing GUI with type()

2013-12-14 Thread Liam WHite
New question #240806 on Sikuli: https://answers.launchpad.net/sikuli/+question/240806 My code runs fine when executing just this method http://pastebin.com/XPhZc0Zc but when I try and call it from within a "unthreaded" gui it falls over on s.type(...) Any help would be appreciated! [log] App.

Re: [Sikuli-driver] [Question #240806]: Threading issue in swing GUI with type()

2013-12-14 Thread Liam WHite
Question #240806 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240806 Description changed to: My code runs fine when executing just this method http://pastebin.com/XPhZc0Zc but when I try and call it from within a gui it falls over on s.type(...) Any help would be appreciate