Wanderer Posted July 2, 2020 Posted July 2, 2020 I am having difficulty hiding the tabs on the pages of UnimTabPanel. They continue to render despite settings at the Tab Panel level and the Tab Sheet Level. Using UniGUI Complete Professional 1.90.0.1534 on a Hyper-V machine running Wiindows 10 with current Windows Updates applied Is there a way to hide these tabs that I'm missing? Thanks in advance. MV Quote
Hayri ASLAN Posted July 2, 2020 Posted July 2, 2020 Hi, Confirmed. For now, can you use the below code to hide and show the tabsheet? with UnimTabSheet2, JSInterface do begin JSCall('tab.hide', []); end; with UnimTabSheet2, JSInterface do begin JSCall('tab.show', []); end; 1 Quote
Stefano Biggi Posted December 15, 2020 Posted December 15, 2020 Hello. If i do it response "Cannot read property 'hide' of undefined" thanks Quote
Sherzod Posted December 15, 2020 Posted December 15, 2020 2 minutes ago, Stefano Biggi said: If i do it response "Cannot read property 'hide' of undefined" Hello, Please provide more details. 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.