Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » get-cell doesn't work correclty in Virtual tables(get-cell command iterates several times in virtual tables)
get-cell doesn't work correclty in Virtual tables [message #1718543] Sat, 26 December 2015 17:17 Go to next message
Hic LA is currently offline Hic LAFriend
Messages: 28
Registered: July 2015
Junior Member
Hi,
It seems that the get-cell command doesn`t work very well in Virtual tables with lazy load. It is easy to check it if this kind of table contains thousands of rows. If I try to get a given cell then I can see how it iterates all rows several times (maybe it depends of the table size). It happens only in virtual tables.
I tried an alternative way to do the same thing. It seems work but it takes few seconds to finish.
1-The problematic way to get cells in virtual tables:
with [get-editor "MyEditor"| get-section Table | get-table] {
   	get-cell 0 1 | click
}

2-An alternative that works but doesn't return the result immediately.
with [get-editor "MyEditor" | get-section Table | get-table] {
	get-item $columnValue -column $columnName -index $index
}


  • RCPTT version: 2.0.1
  • AUT under Eclipse Mars 4.5.1

I would like to know if someone have an idea about this problem before submitting it as a bug.
Thank you.

[Updated on: Mon, 04 January 2016 06:37]

Report message to a moderator

Re: get-cell doesn't work correclty in Virtual tables [message #1841560 is a reply to message #1718543] Thu, 20 May 2021 15:44 Go to previous message
Aiyan Anowar is currently offline Aiyan AnowarFriend
Messages: 1
Registered: May 2021
Junior Member
Can I get a look at your table?
I am understanding what is the name of your column.
Thanks
Previous Topic:AUT connection is failing , Unable to launch AUT
Next Topic:Can't create Run Configuration for testing RAP application
Goto Forum:
  


Current Time: Fri May 03 20:30:49 GMT 2024

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

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

Back to the top