Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B3C511FB3 for ; Thu, 10 Jul 2014 10:40:35 +0000 (UTC) Received: (qmail 870 invoked by uid 500); 10 Jul 2014 10:40:35 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 829 invoked by uid 500); 10 Jul 2014 10:40:35 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 818 invoked by uid 99); 10 Jul 2014 10:40:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 10:40:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 10:40:28 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X5Blk-0000ct-CL for user@uima.apache.org; Thu, 10 Jul 2014 12:40:04 +0200 Received: from win6091.informatik.uni-wuerzburg.de ([132.187.15.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jul 2014 12:40:04 +0200 Received: from markus.krug by win6091.informatik.uni-wuerzburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Jul 2014 12:40:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: Markus K. Subject: UIMA CAS Editor question Date: Thu, 10 Jul 2014 10:35:19 +0000 (UTC) Lines: 17 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 132.187.15.91 (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0) X-Virus-Checked: Checked by ClamAV on apache.org Hi, Lately i encountered a problem including the CAS-Editor. Its more a development question, ill go more into detail: I wrote a view which is able to display some Annotations of the same Type. Its intention is to apply a given action to those Annotations one by one. As soon a user finished the changes of a given Annotation [Problem Start] I want the CAS editor to Highlight ( or mark whatever it is called when you mark some text with your mouse) the next Annotation of the given Type BUT it should not move the cursor ( or scroll) to that Annotation ( User should scroll by himself) [Problem End] All i found was the selectAndReveal method but it also moves the cursor to the said Annotation. If anyone knows a solution to that issue i would be very thankful Markus K.