Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Showtooltip strange behaviour
Hey,
Sometimes we see in the tooltip text ending with three dots.
Just like it is presented in the cell.
We see this when the cell is multilined
The advantage of the tooltip is to show all of the text.
Regards Ed Keeman
Sometimes we see in the tooltip text ending with three dots.
Just like it is presented in the cell.
We see this when the cell is multilined
The advantage of the tooltip is to show all of the text.
Regards Ed Keeman
Comments
Can you post (or send us) your setup code for the SRP EditTable? I have an SRP EditTable with multilined cells and the tooltip displays a multilined tooltip.
Also, what are you using as your multiline delimiter? Not sure that this matters but I thought I would ask.
ctrl = @window:'.ET_1' call set_property(ctrl,'CellMultilined[All;All]',1) call set_property(ctrl,'DataColumn[1]',40) array = 'MultiLine with multiple words;MultiLine with spaces;Multiline 3 from 3:Test:Test' convert ':;' to @vm:@tm in array call set_property(ctrl,'Array',array)
We really want this functionality back.
When is the next release scheduled?