Re: EuGTK:Replacing TreeView Data
- Posted by euphoric (admin) Aug 24, 2019
- 1356 views
irv said...
euphoric said...
Irv, when I'm using
set(myTV,"data",newTVData)
it's appending newTVData to what already exists in the TreeView.
How do I replace the TreeView data?
set(myTV,"data","clear") -- out with the old, set(myTV,"data",newTVData) -- in with the new.
The "clear" is crashing the app.