Tree Table input text in specific cells? [message #1793127] |
Tue, 31 July 2018 07:53  |
Eclipse User |
|
|
|
Greetings,
is there a way to replace text in specific cells of a Tree-Table?
If I try the table methods I get toolkit not supported exceptions.
My current workaround looks like this
table.selectCell(row, rowOperator, column, columnOperator, numberOfClicks, xPosition, xUnits, yPosition, yUnits, extendSelection, mouseButton)
SwtComponents.createApplication().inputText(textToEnter)
SwtComponents.createApplication().keyCombination(new Modifier[] {Modifier.none}, "ENTER")
Also tried using the record mode which, then exported to api which suggested
AbstractComponents.createTextInputComponent(OM).replaceText(String)
Throwing "Operation not supported by the selected toolkit"
[Updated on: Thu, 09 August 2018 09:56] by Moderator
|
|
|
|
|
Re: Tree Table input text in specific cells? [message #1793704 is a reply to message #1793523] |
Tue, 14 August 2018 06:51  |
Eclipse User |
|
|
|
The TreeTable actions as well as the Table actions are selecting the first matching entry, how should we know you want some of the next one? ;) But you can either do a relative select from the first you have found, or use the move action to get to the correct one.
Indeed TreeTables do not have any kind of replace/input Text, so your workaround is the only way to go.
If you want to have such actions, please open a Bugticket against Jubula.
best regards
Marvin
|
|
|
Powered by
FUDForum. Page generated in 4.49567 seconds