Re: [Sikuli-driver] [Question #236040]: text search is currently switched off

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

Re: [Sikuli-driver] [Question #236040]: text search is currently switched off

2013-09-20 Thread emrah kara
Question #236040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236040 emrah kara posted a new comment: yes i want to click an image, but i get the error "text search is currently switched off", but it is actually an image path. -- You received this question no

Re: [Sikuli-driver] [Question #236040]: text search is currently switched off

2013-09-20 Thread emrah kara
Question #236040 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236040 emrah kara posted a new comment: in click methode i used always full path like screen.click(User/.../something.PNG); Ok i found an Information. Settings.OcrTextSearch to switch on finding text, that means

[Sikuli-driver] [Question #236040]: text search is currently switched off

2013-09-20 Thread emrah kara
New question #236040 on Sikuli: https://answers.launchpad.net/sikuli/+question/236040 i am using sikuli 1.0.1 on java with my maven dependincy. Tha problem is that screen.click doesn't recognize if path object is a picture to click. screen.click ("something.png"); how can i switch it on? i dont

Re: [Sikuli-driver] [Question #236006]: getRegionFromPSRM()

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

Re: [Sikuli-driver] [Question #236006]: getRegionFromPSRM()

2013-09-20 Thread emrah kara
Question #236006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236006 Status: Solved => Open emrah kara is still having a problem: what is actually find(target); ? is there a methode in the same class? or with which object should i call the find() methode? what does

Re: [Sikuli-driver] [Question #236006]: getRegionFromPSRM()

2013-09-20 Thread emrah kara
Question #236006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236006 emrah kara posted a new comment: for example i want to click on the "RaiMan" in this topic, which we discuss about.. i want to click on: http://www.myimg.de/?img=Bildschirmfoto20130920u52fca.png

Re: [Sikuli-driver] [Question #236006]: getRegionFromPSRM()

2013-09-20 Thread emrah kara
Question #236006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236006 Status: Answered => Solved emrah kara confirmed that the question is solved: Thank you for the source code :) it need it, to find the right button to click if there is more than 1 same picture on

Re: [Sikuli-driver] [Question #236006]: getRegionFromPSRM()

2013-09-20 Thread emrah kara
Question #236006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236006 emrah kara 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 #185713]: Using Sikuli in Maven projects

2013-09-19 Thread emrah kara
Question #185713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185713 emrah kara posted a new comment: Thanks for your answer! it helped me alot :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #236006]: getRegionFromPSRM()

2013-09-19 Thread emrah kara
New question #236006 on Sikuli: https://answers.launchpad.net/sikuli/+question/236006 Hello, i downloaded the new Sikuli, the 1.0.1. and try it on java. my question ist where is the methode screen.getRegionFromPSRM() ? is there a smilar one in new jar file that i can use? -- You received this

Re: [Sikuli-driver] [Question #185713]: Sikuli X-1.0rc3 and Maven support

2013-09-19 Thread emrah kara
Question #185713 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/185713 emrah kara posted a new comment: what is the dependency for the new Sikuli version, which is 1.0.1 ? Would it be correct this way? org.sikuli sikuli-script

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-15 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 emrah kara 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 #210418]: paste() on Parallels doesn't work correctly

2012-10-15 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 Status: Answered => Solved emrah kara confirmed that the question is solved: i will choose the second one ;) Thanks -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-10 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 Status: Answered => Open emrah kara is still having a problem: that is my code now to test wether the normal copy/paste works: 1- screen.type("a", InputEvent.META_MASK); //(mac) it

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-10 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 emrah kara gave more information on the question: actually i am trying to let Sikuli write the internet adress of a website. that is why it is not a good idea to use type instead of paste. for example, the

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-10 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 emrah kara gave more information on the question: screenUrl.paste( server.getUrl()); this line pastes the url correctly. screenUser.paste( reader.getName()); this line doesnt paste the username correctly

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-10 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 Status: Answered => Open emrah kara is still having a problem: but i don't want to copy/ paste. my code reads url and username from a folder and paste it to the explorer. screenU

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-09 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 Status: Answered => Open emrah kara is still having a problem: yes but commment #3 doesnt work anymore.. i dont know why :S es hat mal geklappt aber jetzt macht es das gleiche, fügt immer das glei

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-09 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 Status: Needs information => Open emrah kara gave more information on the question: i don't know why but not even initialing two objects doesn't work :( it doesn't work : screen.paste

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-09 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 emrah kara gave more information on the question: Screen screen = new Screen(); screen.paste("1"); // pastes 1 Screen screen2 = new Screen() screen2.paste("2"); // pastes 1 if i use

Re: [Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-09 Thread emrah kara
Question #210418 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/210418 Status: Answered => Open emrah kara is still having a problem: Sikuli itself is running on Mac with Java. Sikuli starts the Parallels and then windows. i tried it in a Simple Methode, but it doe

[Sikuli-driver] [Question #210418]: paste() on Parallels doesn't work correctly

2012-10-05 Thread emrah kara
New question #210418 on Sikuli: https://answers.launchpad.net/sikuli/+question/210418 Hello, i am using mac and trying to use sikuli on Windows with Parallels. the paste() method doesn't work correctly on Windows. it takes always the first paste() method. like here: screen.paste("123");//

Re: [Sikuli-driver] [Question #126159]: How do I effect a left arrow key press with the type command?

2012-06-14 Thread emrah kara
Question #126159 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/126159 emrah kara posted a new comment: how can i do ctrl+c or ctrl+v with java ? screen.paste("c",KEY_CTRL). it doesnt work? Do you have any idea? -- You received this question notification because

Re: [Sikuli-driver] [Question #200281]: screenshot compare in java

2012-06-13 Thread emrah kara
Question #200281 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200281 Status: Open => Solved emrah kara confirmed that the question is solved: i have a solution now. ImageIO.write(new Screen().capture().getImage(),"jpg",new File("testImages/",i+

[Sikuli-driver] [Question #200281]: screenshot compare in java

2012-06-13 Thread emrah kara
New question #200281 on Sikuli: https://answers.launchpad.net/sikuli/+question/200281 i want to make twi screenshots with 10 seconds difference, to test if there is some changes on the website. What is the best way to compare to screenshots to see if they are the same or not? i used ImageIO.w

Re: [Sikuli-driver] [Question #200170]: exists() in or-case in java

2012-06-12 Thread emrah kara
Question #200170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200170 Status: Answered => Solved emrah kara confirmed that the question is solved: if(m34 != null) screen.click("fotos/A.PNG");

Re: [Sikuli-driver] [Question #200170]: exists() in or-case in java

2012-06-12 Thread emrah kara
Question #200170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200170 emrah kara 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 #200170]: exists() in or-case in java

2012-06-12 Thread emrah kara
Question #200170 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/200170 Status: Answered => Open emrah kara is still having a problem: thanks but i dont want to click on m34 or m35 again.. if it is m34, it sould click on A.png if it is m35, it should click on b.png whe

[Sikuli-driver] [Question #200170]: exists() in or-case in java

2012-06-12 Thread emrah kara
New question #200170 on Sikuli: https://answers.launchpad.net/sikuli/+question/200170 Hello, i am trying to have a solution in different cases. what i want ist that waiting for 40 secons, if photo 34 exists, should it be cliked in A if 35, on b. i But it doesnt work correctly. when the Photo 34 e

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-05-02 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 emrah kara posted a new comment: C:\Programme\Java\jre6\bin\client;C:\Programme\Java\jre6\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\Intel\DMIX;C:\WINDOWS\system32

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-05-02 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 emrah kara posted a new comment: It still doesnt work. i dont know why. i am getting the same error what i wrote at the beginning.. i did "C:\Program Files\Sikuli X\" like RaiMan said.. i did

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-05-02 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 emrah kara posted a new comment: Thanks Alonso :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-04-25 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 Status: Answered => Solved emrah kara confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-04-19 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 Status: Answered => Open emrah kara is still having a problem: env-variables: http://www.myimg.de/?img=envvariable162bb.jpg sikuli script: http://www.myimg.de/?img=sikuliscript34a16.jpg --

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-04-19 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 emrah kara posted a new comment: Yes the error which you mentioned. I did it really many times.. again and again.. How can it be that i use any other functions of Sikuli but not the ones with click

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-04-19 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 Status: Answered => Open emrah kara is still having a problem: Still doesnt work =(( even screen.click("fotosToGet/Unbenannt2.png"); doesnt work :( -- You received this question notific

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-04-19 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 Status: Solved => Open emrah kara is still having a problem: I did everything what you said. Thanks alot How i can let Sikuli on java to click on a place, that i have a screenshot from ? it only wo

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-04-18 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 Status: Answered => Solved emrah kara confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #194006]: how can i type :, /, %, & on my germany keyboard on Java

2012-04-18 Thread emrah kara
Question #194006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194006 emrah kara posted a new comment: Ok you are right j (j-the-k) :) I'am sorry I did it with paste(); i can write every String variable with paste like s.paste("$&/@") -- You rec

Re: [Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-04-18 Thread emrah kara
Question #194015 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194015 emrah kara posted a new comment: i checked it many times. but i dont have any environment variable that is %SIKULI_HOME% .. should i make it by myself? http://www.myimg.de/?img=environmentvariable378e3.jpg

[Sikuli-driver] [Question #194015]: UnsatisfiedLinkError when i use click Methode of Sikuli on java (Windows)

2012-04-18 Thread emrah kara
New question #194015 on Sikuli: https://answers.launchpad.net/sikuli/+question/194015 i want to use click methode on java. but it never works. i tried it with many other screenshots and variations but still get the error below. private void click() throws FindFailed{ screen.click

Re: [Sikuli-driver] [Question #194006]: how can i type :, /, %, & on my germany keyboard on Java

2012-04-18 Thread emrah kara
Question #194006 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/194006 emrah kara posted a new comment: i solved the problem.. thanks :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli

[Sikuli-driver] [Question #194006]: how can i type :, /, %, & on my germany keyboard on Java

2012-04-18 Thread emrah kara
New question #194006 on Sikuli: https://answers.launchpad.net/sikuli/+question/194006 for example i want s.type(https://answers.launchpad.net/sikuli/+addquestion); but i cant let sikuli type : or //. i can type // with clicking alt+7 on my german keyboard. -- You received this question notifica

Re: [Sikuli-driver] [Question #193924]: chance clickpoints on Eclipse

2012-04-18 Thread emrah kara
Question #193924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193924 Status: Answered => Solved emrah kara confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #193924]: chance clickpoints on Eclipse

2012-04-18 Thread emrah kara
Question #193924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193924 Status: Answered => Open emrah kara is still having a problem: My problem is that: http://www.myimg.de/?img=Unbenannt58ea8.jpg if you look at the Screenshot that i made, there is "cl

Re: [Sikuli-driver] [Question #193924]: chance clickpoints on Eclipse

2012-04-17 Thread emrah kara
Question #193924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193924 Status: Answered => Open emrah kara is still having a problem: Ok but how can i change where target denotes the location to click in Java? How can i give the "xxx.type()" methode the Locati

[Sikuli-driver] [Question #193924]: chance clickpoints on Eclipse

2012-04-17 Thread emrah kara
New question #193924 on Sikuli: https://answers.launchpad.net/sikuli/+question/193924 How can i chance the clickpoints in java on Eclipse? I know it is really easy if i use Sikuli IDE, but how can i do on Java? Like here: s.type(bfi, adresse, 127); i can say only the X coordinates, but not Y coo

[Sikuli-driver] [Question #193852]: can i do everything on Eclipse what i do on Sikuli IDE?

2012-04-16 Thread emrah kara
New question #193852 on Sikuli: https://answers.launchpad.net/sikuli/+question/193852 Hello, i am new about Sikuli and really like it. I want to know if it is possible, to do everything on Eclipe with java ( including Sikuli-script.jar) what i can do on Sikuli IDE? For example if i want to work

Re: [Sikuli-driver] [Question #193447]: Can't find Sikuli-Script.jar

2012-04-13 Thread emrah kara
Question #193447 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193447 Status: Answered => Solved emrah kara confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sik

Re: [Sikuli-driver] [Question #193447]: Can't find Sikuli-Script.jar

2012-04-13 Thread emrah kara
Question #193447 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193447 emrah kara posted a new comment: That was what i need ;) >> In Finder you can open the bundle with context-menu 2nd entry (show bundle >> content or something like that). Thank you very mu

Re: [Sikuli-driver] [Question #193447]: Can't find Sikuli-Script.jar

2012-04-13 Thread emrah kara
Question #193447 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193447 emrah kara posted a new comment: I use Eclipse on Mac. My project on Eclipse includes the "library" and "sikuli-script.jar". http://www.myimg.de/?img=Bildschirmfoto20120413uf0d68.png

[Sikuli-driver] [Question #193447]: Can't find Sikuli-Script.jar

2012-04-12 Thread emrah kara
New question #193447 on Sikuli: https://answers.launchpad.net/sikuli/+question/193447 I downloaded "Download Sikuli X 1.0rc3 "Maltipoo" today. But i cant find sikuli-script. jar. I dowloaded one sikuli-script.jar from internet external, but i cant import "org.sikuli.script.*;". After i type or