I setup xbrowse like below.
- Code: Select all Expand view
- oBrw:SetTree( 3 )
oBrw:oTree:OpenAll()
oBrw:aCols[ 1 ]:AddBitmap( { FWDArrow(), FWRArrow(), GetTreeBmps()[ 2 ] } )
It is executed perfectly. But the data is changed later. How Can I refresh tree again in xbrowse.
I tried obrw:refresh(). I does not work.