Re: [Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-03-16 Thread Launchpad Janitor
Question #189075 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189075

Status: Needs information = Expired

Launchpad Janitor expired the question:
This question was expired because it remained in the 'Needs information'
state without activity for the last 15 days.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-02-29 Thread Naveen
Question #189075 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189075

Naveen gave more information on the question:
If I  call the same method from a jsp it loads the utilities and it takes the 
screen shot .
However , it fails from the stand alone application (Using java.awt framework)

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-02-29 Thread Naveen
Question #189075 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189075

Status: Needs information = Open

Naveen gave more information on the question:
Hi Raiman ,
Sorry for the late response .
Please find the code snippet :

System.out.println(inside take scr);
ScreenImage scrImg;
//if(this.)

try {
Screen screen= new Screen();
 scrImg = screen
.userCapture(Select the Region to be 
captured);
System.out.println(object created);

The  following is the output i get :

inside take scr
[info] Windows utilities loaded.

The second print (Object created ) is never printed .

Please help !

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-02-29 Thread RaiMan
Question #189075 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189075

Status: Open = Needs information

RaiMan requested more information:
--- If I call the same method from a jsp
Do you mean Screen.userCapture()?

--- it fails from the stand alone application (Using java.awt framework)
Not clear, what this means?

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-02-28 Thread Naveen
New question #189075 on Sikuli:
https://answers.launchpad.net/sikuli/+question/189075

Hi ,
The following is the issue I am facing :


I am calling screen.userCapture() method from my java code .
I have written code to take a screen shot upon clicking a button .
It works fine for the first time , the moment the screen shot is captured and 
the image is saved , my tomcat server is

getting stopped .

I am using apache tomcat 7.0.14 version .

Please let me know what could possibly gone wrong .

Your swift response is always appreciated !!

Thanks in Advance !




-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #189075]: screen.usercapture method is taking long time

2012-02-28 Thread RaiMan
Question #189075 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189075

Status: Open = Needs information

RaiMan requested more information:
any error messages, that could be helpful?

paste the relevant part of your Java code.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp