Question #232900 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232900

syed posted a new comment:
Thanks for your quick response RaiMan :)
I have deleted every thing from folder except sikuli-setup.jar (as you 
mentioned above).  And re-install the setup with option 1& 5 and turn on the 
settings but still the same result --- no text -----

here is my simple code .....
   In Eclipse/Java      
       Screen scr=new Screen();
        
scr.find("images/imagesCommon/NumberOfDocsLabel.png").right(150).highlight(3);
        String 
txt=scr.find("images/imagesCommon/NumberOfDocsLabel.png").right(150).text();
        System.out.println("Text :"+txt);                            //<- It 
gives --- no text ---

In Sikuli IDE
     find(NumberOfDocsLabel.png).right(25).right(90).highlight(3)     #<- For 
highlighting box
    popup(find(NumberOfDocsLabel.png).right(25).right(90).text())   #<- It 
gives --- no text ---

Note: I emailed you the screenshot as well with the bug#. [as I can't see any 
link to upload screenshot here :(]
If you could further advise me in this regard will be much appreciated.
p.s: My windows7 is 64 bit.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to