Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Recognizing selections in GEF view
Recognizing selections in GEF view [message #1726091] Wed, 09 March 2016 14:41 Go to next message
Eric Rademacher is currently offline Eric RademacherFriend
Messages: 1
Registered: March 2016
Junior Member
Hi there,

in our RCP project we are using a view, which contains a GEF canvas with some simple selectable tree figures in it. We would like to test our application using RCPTT, but currently fail at recognizing a selection click on the figures in Recording Mode. In fact, nothing is recorded at all when clicking into the canvas. All other non-GEF views we can record without problems.

However, the structure in general seems to be recognized by RCPTT, because in Assertion Mode we can find the canvas with its layers and finally figures within the view (see attachment with two screenshots combined).

What might be the reason for our selections not being recognized? Do we have to use RCPTT differently, include something else? Is it the way we incorporate GEF into the view (that's why I added the screenshot)? Any ideas?

Thanks a lot,
Eric
Re: Recognizing selections in GEF view [message #1736780 is a reply to message #1726091] Fri, 01 July 2016 16:21 Go to previous messageGo to next message
Christophe GUY is currently offline Christophe GUYFriend
Messages: 2
Registered: July 2016
Junior Member
Hello,

I am facing same issue since RCPTT 2.0.1 version.
It was working well on RCPTT 1.5.5.

This below example with 1.5.5 version on a LUNA AUT...

with [get-editor AAA| get-canvas] {
mouse-press 240 122 button3
mouse-release 240 122 button3 2097152
get-menu "New/BBB" | click
}

... cannot be designed anymore on 2.0.1 or 2.1.1 versions on a MARS AUT, and leads to the following:

with [get-editor AAA | get-canvas] {
get-menu "New/BBB" | click
}

Current result:
Coordinates are no more captured during record. The replay operation leads to error.

Expected result:
Having the previous behaviour than 1.5.5 RCPTT version.

Are you aware about this "regression"?
If it is an enhancement, can you please give us the preference to be modified or activated?

Thanks in advance.

[Updated on: Tue, 05 July 2016 14:06]

Report message to a moderator

Re: Recognizing selections in GEF view [message #1737006 is a reply to message #1736780] Tue, 05 July 2016 06:13 Go to previous messageGo to next message
Andrey Sobolev is currently offline Andrey SobolevFriend
Messages: 75
Registered: February 2015
Member
Hi,

Just checked with GEF/GMF examples and all seems fine.
Could you please share .log/bundles.info file from AUT you starting.

It is usually located in {workspace}/.metadata/.plugins/org.eclipse.pde.core/{aut_name}/console.log and {workspace}/.metadata/.plugins/org.eclipse.pde.core/{aut_name}/org.eclipse.equinox.simpleconfigurator/bundles.info

Thanks,
Andrey.
Re: Recognizing selections in GEF view [message #1737080 is a reply to message #1737006] Tue, 05 July 2016 14:42 Go to previous message
Christophe GUY is currently offline Christophe GUYFriend
Messages: 2
Registered: July 2016
Junior Member
Hi Andrey,

Thanks for the quick feedback.
Can I send you these files by private message?

Christophe
Previous Topic:Bypass the waiting time for the loading the entities under a tree
Next Topic:how to select the tree item which has special character special character
Goto Forum:
  


Current Time: Fri Sep 20 09:00:38 GMT 2024

Powered by FUDForum. Page generated in 0.04008 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top