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

Comments

  • Ed,

    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.
  • Minimal setup
    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)
  • Sorry for letting this slide. I was able to recreate the issue, which was unique to multilined cells with CRLFs, and fix it for the next release.
  • Kevin,

    We really want this functionality back.
    When is the next release scheduled?
  • I will give you a link to a pre-release build as soon as I fix the other issue you posted about.
Sign In or Register to comment.