[Scilab-Dev] Regarding tooltps in uitable

Samuel Gougeon sgougeon at free.fr
Sun Jun 5 18:26:35 CEST 2016


Le 05/06/2016 16:03, Rishubh Jain a écrit :
> .../...
> Case 2: table_variable.tooltipstring="[a,b,c,d]";
>       1->  How this will be used?
>              This will be useful when all the elements passed in the 
> tooltipString are strings and not              variables.
>              table_variable.tooltipstring="[a,b,c,d]"; <-> 
>  table_variable.tooltipstring=["a","b","c","d"];
>              //so a,b,c,d are characters and not variables
>        2->  When this will be used?
>               This is useful for a particular case i.e when the 
> elements to be passed are string literals and
>               not variables AND when the string is large so user wont 
> have to enter the double quotes("")           so many times,for example;
>
>  table_variable.tooltipstring=["a","b","c","d","e","f","g","h","i","k"]; 
> etc...now in this case 
>  table_variable.tooltipstring="[a,b,c,d,e,f,g,h,i,k]"; will be easier 
> then the number of       elements(n)  increases significantly.
>
>         This is not very useful but it was something I thought so I 
> incorporated.
.
Since coma and semi-colon would be used as separators, they couldn't be 
used as parts of the inputs, as well as "[" and "]".

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20160605/6c477e67/attachment.htm>


More information about the dev mailing list