Page 1 of 1

Text in the xbrowse cell

Posted: Wed Apr 08, 2020 8:01 am
by Natter
Hi,

Text is output in the xBwse cell. It may be larger than the cell, and then part of the text is not visible. How can I determine if the text is larger than the cell ?

Re: Text in the xbrowse cell

Posted: Sat Apr 25, 2020 8:31 am
by Natter
I can't understand that the text in the xBrowse cell is not fully visible (because it is larger than this cell)

Any idea !

Re: Text in the xbrowse cell

Posted: Sat Apr 25, 2020 7:42 pm
by Marc Venken
Maybe if you use :

:nStretchCol := 3 ( colnumber)

see

http://forums.fivetechsupport.com/viewt ... ol#p213500

Re: Text in the xbrowse cell

Posted: Sat Apr 25, 2020 8:01 pm
by Natter
No, that's not it. I need to do as in Excel - when I move to a cell where the text is not fully visible, a poup window opens with the full text. I did this, but my assessment that the text is visible is not completely inaccurate

Re: Text in the xbrowse cell

Posted: Sat May 02, 2020 10:23 am
by nageswaragunupudi
I suggest you to try

Code: Select all

oCol:bCellToolTip := { |o| o:Value }
 
User sees the full text of the cell, when he hovers his mouse over any cell in the column on any row.
Please give it a try.

Image