Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Shift+Double click to copy on replay does not work(Shift+Double click to copy on replay does not work)
Shift+Double click to copy on replay does not work [message #1726043] Wed, 09 March 2016 09:17 Go to next message
Harshini Garikiparthi is currently offline Harshini GarikiparthiFriend
Messages: 23
Registered: March 2015
Junior Member
Scenario:

1.Click on a nebula grid cell ,
2.Press on shift and double click on another Nebula Grid , the contents of the first cell is copied.
When trying to capture this on RCPTT , the record works fine but on replay the contents are not getting copied.

Please help.

Please find the ECL script below :
with [get-view XXXX] {
get-nebula-grid | cancel-cell-edit
get-tab-folder | get-tab-item "XXX Info" | click
with [get-nebula-grid] {
activate-cell-edit
apply-cell-edit -deactivate
select-grid-range [get-item "AAAA\\[0\\]" | get-item-cell
-column "QQQQ Name"] [get-item "ZZZZZ" | get-item-cell -column "QQQQ Name"]
get-item "ZZZZZ" | get-item-cell -column "QQQQ Name" | double-click
select-grid-range [get-item "AAAA\\[0\\]" | get-item-cell
-column "QQQQ Name"] [get-item "ZZZZZ" | get-item-cell -column "QQQQ Name"]
}
}


Thanks,
Harshini
Re: Shift+Double click to copy on replay does not work [message #1727101 is a reply to message #1726043] Sat, 19 March 2016 03:34 Go to previous message
Andrey Sobolev is currently offline Andrey SobolevFriend
Messages: 75
Registered: February 2015
Member
Hi,

As I can see, we don't record Shift key at all in case of Nebula grid.
Will check but I think support for shift key support in recording of click/double-click should help in this issue. Will write details early next week.

Best regards,
Andrey.
Previous Topic:RCPTT 2.0 download did not work, can't launch!
Next Topic:Form not loading when opened via RCPTT
Goto Forum:
  


Current Time: Thu Apr 25 17:19:33 GMT 2024

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

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

Back to the top