Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » Right click action does not work(The right click gets recorded but on replay does not work)
Right click action does not work [message #1713739] Fri, 06 November 2015 06:03 Go to next message
Eclipse UserFriend
I have a scenario where I need to right click on the Column Header , I get Option like ADD/Delete and click on Delete it deletes the column.

While recording it goes fine , but on replay the Right Click-> get menu -> selection of ADD/Delete is not getting replayed.

Script recorded:

with [get-view XXX| get-table -index 1] {
with [get-column-header newcolumn] {
get-menu Delete | click

}


Regards,
Harshini
Re: Right click action does not work [message #1713744 is a reply to message #1713739] Fri, 06 November 2015 06:37 Go to previous messageGo to next message
Eclipse UserFriend
Hi Mate,
look like a duplicated topic.
Try to look for
https://www.eclipse.org/forums/index.php/t/1071611/
Thank you !
Re: Right click action does not work [message #1713952 is a reply to message #1713744] Mon, 09 November 2015 00:44 Go to previous messageGo to next message
Eclipse UserFriend
Hi refered the aboce link , But i Get the same error

Unsupported widget 'org.eclipse.swt.widgets.TableColumn'. 'mouse' supports only controls and table/tree items


Please suggest
Re: Right click action does not work [message #1713971 is a reply to message #1713952] Mon, 09 November 2015 03:54 Go to previous message
Eclipse UserFriend
Hi Mate,
In my opinion it is the same error, it means want a control to work.
You need to try to give the path using for example "get-control Any -index 12 | mouse down -button Right |click"
In the thread https://www.eclipse.org/forums/index.php/t/1071611/ I am one step ahead because I give him a control and anyway it doesn't work without return any error.

[Updated on: Mon, 09 November 2015 03:56] by Moderator

Previous Topic:[SOLVED] is there a corresponding setting in the IDE for the runner eclExecutionDelay
Next Topic:RCPTT and nebula grid
Goto Forum:
  


Current Time: Sat Jun 14 21:03:02 EDT 2025

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

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

Back to the top