HI,
As per the discussion with Samuel[PS: 
https://wiki.scilab.org/Contributor%20-%20uicontrol:%20interactive%20table] 
presently I have made a functionality where I accept three types of inputs from 
the user.
1)  "no value" : no tooltip is displayed
2)  "values" (special flag): The value of each cell is tooltiped when 
overflying it.
This mode is required to ensure that the contents of too narrow cells can be 
fully seen without editing the cell.

3)  "TT":  where TT is a matrix of strings of .strings size: When overflying 
the cell(i,j), the tooltip's content is the        TT(i,j) content + \n + the 
cell(i,j) content.

I wanted to ask if I could omit the 1rst option and just show the value of the 
cell in the tooltip even if the no value(in tooltipstring) is passed as I am 
not able to see a practical scenario where displaying tooltip will be a problem 
for a user. Please suggest
Thanking YouRishubh



_______________________________________________
dev mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/dev

Reply via email to