Kast2k Posted April 9, 2020 Posted April 9, 2020 Hello! There is TUniPageControl on Main form and few buttons. By pressing some button the needed Frame is created and placed on new tab on PageControl. On VCL application i can do PostMessage from frame with TabIndex f.e. and MainForm will free needed tab and frame on it. What is the best practice in UniGUI? I cant free the Tab from Frame placed on it. May be i need to execute some public procedure on Main form which will start a UniTimer and onTimer will free the Tab? Thank You. Quote
Sherzod Posted April 9, 2020 Posted April 9, 2020 Hello, If I understand you correctly, you can analyze this demo: \FMSoft\Framework\uniGUI\Demos\Desktop\AllFeaturesDemo 1 Quote
Kast2k Posted April 9, 2020 Author Posted April 9, 2020 Thanks! Sorry i missed SRC of this demo. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.