[Scilab-Dev] Regarding tooltps in uitable

Rishubh Jain rishubhjain at ymail.com
Thu Jun 2 14:27:14 CEST 2016


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



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/dev/attachments/20160602/73dcaf46/attachment.htm>


More information about the dev mailing list