← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #180648]: [Java]CapturePrompt problem

 

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

flip posted a new comment:
Thanks.
Yes, i can capture with:

Screen screen = new Screen();
ScreenImage scrImg = screen.userCapture();  // or Region reg = screen.selectRegion();

but, i'm developing a RCP plugin for eclipse when call this
functionality is very very slow and i don't know why (in a standalone
java application (with typical main) works fine and quick). However in
the rcp, gets gray screen capture and takes about 2 minutes to leave the
crosshairs to select the region (eclipse don't response).... while with
capturePrompt was inmediate.

I'll try to see why the action is so slow in the rcp plugin...

Thanks

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