Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » RightClick Problems(RigthClick does not record)
RightClick Problems [message #1692595] Thu, 16 April 2015 16:39 Go to next message
LaVonne Mangin is currently offline LaVonne ManginFriend
Messages: 13
Registered: November 2014
Junior Member
Hello,

I am unable to get a rightclick to record. In my aut, I can rightclick on a column header and open a small dialog. In record mode, nothing is recorded until I have opened the dialog and actually click on it.

I couldn't find any reported bugs concerning a rightclick. Could you advise please?

Thank you,
LaVonne Mangin
Re: RightClick Problems [message #1692698 is a reply to message #1692595] Fri, 17 April 2015 11:49 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hello,

Could you please attach the whole generated script after closing the dialog?


Yours sincerely,
Olga.
Re: RightClick Problems [message #1693510 is a reply to message #1692698] Fri, 24 April 2015 15:44 Go to previous messageGo to next message
LaVonne Mangin is currently offline LaVonne ManginFriend
Messages: 13
Registered: November 2014
Junior Member
This is the script that is generated during the recording step:

with [get-window "Search"] {
get-group TAN | get-editbox -after [get-label "Search Term:"] | set-text "1234"
get-button OK | click
get-button Cancel | click
}

During the recording, the right-click is the very first step that generates the "with [get-window "Search"]". When this is replayed it fails with this message:

The Window "Search" could not be found.
at get-window


Thank you,
LaVonne

[Updated on: Mon, 27 April 2015 12:15]

Report message to a moderator

Re: RightClick Problems [message #1693948 is a reply to message #1693510] Wed, 29 April 2015 12:37 Go to previous messageGo to next message
LaVonne Mangin is currently offline LaVonne ManginFriend
Messages: 13
Registered: November 2014
Junior Member
Hello,

Looking forward to any suggestions you might have for the right-click problem reported above. Thank you!

LaVonne Mangin
Re: RightClick Problems [message #1696711 is a reply to message #1693948] Thu, 28 May 2015 07:29 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi LaVonne,

Is there any menu activated by right-click?
Do you need to click directly on a column header or you may click on a whole column to launch a dialog?

If there is a menu, could you please manually add the following script and check the result:

with [ ...| get-table] {
get-column-header "HeaderName" | get-menu "MenuName" | click

}


Kind regards,
Ulyana.
Re: RightClick Problems [message #1697214 is a reply to message #1696711] Tue, 02 June 2015 13:25 Go to previous messageGo to next message
Andreas Falter is currently offline Andreas FalterFriend
Messages: 15
Registered: February 2015
Junior Member
I currently have the same problem with closing a perspective.

Selecting and opening the debug perspective records the following code:

get-button "Debug perspective" | click
get-menu Close | click

But replaying fails with "The Menu "[Close]" could not be found. Seems reasonable because the script does not specify the control to get the menu from.

I already tried adding the get-button before the get-menu command:
get-button "Debug perspective" | get-menu Close | click

, but this fails with the same error message.
Re: RightClick Problems [message #1697220 is a reply to message #1696711] Tue, 02 June 2015 13:35 Go to previous message
LaVonne Mangin is currently offline LaVonne ManginFriend
Messages: 13
Registered: November 2014
Junior Member
Hi Ulyana,

There is not a menu. It is simply a pop-up window activated by a right-click directly on a column header of a table. The popup is a window to do a search within the column of the table.

It occurred to me to check for the functionality of other right-click activated popups in the UI (there are several). Actually, RCPTT can't capture any of them.

And it only starts recording AFTER I click on the popup window. There is no recording of the right-click activation of the popup.

Can you advise, please?

Thank you,
LaVonne
Previous Topic:How to set plugin location
Next Topic:how to use item without give full path
Goto Forum:
  


Current Time: Thu Apr 25 05:26:06 GMT 2024

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

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

Back to the top