I am using TSBrowse() and would like to be able to change the "View" without closing the window. The view includes cmfilter and columns including the column order.
My thought is not to delete each column and add them back with the new information.
I have tried to do
oBrw:destroy()
// create new browse then
oWnd:SetControl( oBrw )
This works except the mouse does not work inside browse. The arrow keys work and the button bar works, it seems to be just a problem with the mouse.
Any better ideas on changing "Views" like this?