tcbrowse and no of rows

Post Reply
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

tcbrowse and no of rows

Post by Marco Turco »

Hi all,
do you know if there is a way to increase the rows size in tcbrowse ?
Something the nDatalines method in xbrowse.

Thanks
Best Regards,

Marco Turco
SOFTWARE XP LLP
Jonathan Hodder
Posts: 77
Joined: Sun Aug 26, 2007 11:53 pm

Re: tcbrowse and no of rows

Post by Jonathan Hodder »

Hi Marco

Nope there isn't except for font size. I have an option in an old tcbrowse program as follows.

Code: Select all

  ::oBrw:bRClicked:={|nRow, nCol| IIF(::oBrw:nTCWRow(nRow)=0,
                             (::oBrw:SelFont(), ::oBrw:Refresh())...  
Don't know if you have all the additional methods so you may need to modify it to suit.
If you wish a copy of my version just ask.
The program is still very useful and a forerunner to tsb and xb.
Post Reply