Mailingliste - Einträge 2013
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [QF-Test] Clicking on character within line of text
Hello Dennis, In version 3.5M3 you can get selected text from the swt styledtext widget. So you can get the characters, which you have selected with mouse or keyboard events before. Best Regards, Florian Syska -- Get the most out of QF-Test - through training directly from the authors * via webinar http://www.qfs.de/en/info/OnlineTraining_QF-Test.pdf * here at QFS http://www.qfs.de/en/info/Training_QF-Test.pdf ------------------------------------------------------------------------ Florian Syska support@?.de Quality First Software GmbH http://www.qfs.de Tulpenstr. 41 Tel: +49 8171 38648-20 DE-82538 Geretsried Fax: +49 8171 38648-16 GF: Gregor Schmid, Karlheinz Kellerer HRB München 140833 -----Original Message----- From: qftest-list-bounces@?.de [mailto:qftest-list-bounces@?.de] On Behalf Of Dennis Page Sent: Wednesday, January 09, 2013 1:04 AM To: qftest-list@?.de Subject: [QF-Test] Clicking on character within line of text I'm using QFTest to control the execution of an Eclipse application. I have a text box (org.ecliple.swt.custom.StyledTest) and I'm trying to click on a specific character within a specific line. I've been able to click on a specific line by using <component name>&<line no> for the component id. I've been unable to find a way to click on a character within the line. I don't want to use a pixel offset for the X coordinate since that will vary with the Font size. Is there a way to click on a character within a line? Dennis _______________________________________________ qftest-list mailing list qftest-list@?.de http://www.qfs.de/mailman/listinfo/qftest-list
|