Initial value tooltip

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
mnfisher
Valued Contributor
Posts: 953
http://meble-kuchenne.info.pl
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 104 times
Been thanked: 507 times

Initial value tooltip

Post by mnfisher »

If I create a 'large' array - say x[256] then the tooltip displays as {0, 0, 0, ... ,0, 0] with 256 x 0 values and covering the width of the monitor.

It should probably be truncated and displayed as
"{0, 0, 0 ...." or "{N0, N1, N2, ... N255}"

If I create an 'very large' array (say x[102400]) - the tooltip is displayed as a long blank line. Truncating the tooltip would again solve this problem?
I'm not sure that the tooltip needs to be generated 'on the fly' and a more 'generic' tip of "{N1, N2 ...}" could be displayed for any array? (For a string it might be more helpful to display "ABCD ..."")

Martin

Steve-Matrix
Matrix Staff
Posts: 1249
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

Re: Initial value tooltip

Post by Steve-Matrix »

Thanks, Martin - I've added it to my list.

Post Reply