[Scilab-Dev] Regarding tooltps in uitable

Rishubh Jain rishubhjain at ymail.com
Mon Jun 6 02:39:47 CEST 2016


I don't use ",",";","[","]" as separators and I will make an helper page to show exactly how the user must submit the string and this wont be an issue. I will upload the page soon :)
Thanking YouRishubh

    On Sunday, 5 June 2016 9:57 PM, Samuel Gougeon <sgougeon at free.fr> wrote:
 

  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 "]".
 
 
_______________________________________________
dev mailing list
dev at lists.scilab.org
http://lists.scilab.org/mailman/listinfo/dev


  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20160606/4f19042e/attachment.htm>


More information about the dev mailing list