Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » RightClick Problems(RigthClick does not record)
RightClick Problems [message #1692595] Thu, 16 April 2015 12:39 Go to next message
Eclipse UserFriend
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 07:49 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

Could you please attach the whole generated script after closing the dialog?
Re: RightClick Problems [message #1693510 is a reply to message #1692698] Fri, 24 April 2015 11:44 Go to previous messageGo to next message
Eclipse UserFriend
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 08:15] by Moderator

Re: RightClick Problems [message #1693948 is a reply to message #1693510] Wed, 29 April 2015 08:37 Go to previous messageGo to next message
Eclipse UserFriend
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 03:29 Go to previous messageGo to next message
Eclipse UserFriend
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 09:25 Go to previous messageGo to next message
Eclipse UserFriend
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 09:35 Go to previous message
Eclipse UserFriend
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: Sun Jun 15 16:32:28 EDT 2025

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

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

Back to the top