Hi,

I have a view with a checkbox. Upon clicking it I want to replace this view with a new one. I want the old one to disappear, but it doesn't, I see a superposition of both views, the GUI elements of the new view are printed over the old ones. The On_Click_Handler of the checkbox contains:

         view.Hidden;
         view.Finalize;
         view.Remove;
         view_new:= new Net.ViewG.View_Game;
         Net.ViewG.view2:= view_new;
         view_new.Dynamic;
         view_new.Create (window.all);

What else must I do?
--
Frank Hrebabetzky, Kronach      +49 / 9261 / 950 0565



_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to