Hi,
I have to change parent of GUI Control. I have a Splitter with two Controls (b.e. 1 x 2 )and would like to delete one. After that I would like to change grid ( 1 x 1 ) and show in this the second view. But after I have called splitter->set_grid(1 1) my container which include second view is no more valid, I have to get new one from splitter but how can I bind it with my view?
Regards
Bogdan