GoldLine Posted June 19, 2020 Posted June 19, 2020 Hello, can't hide tabs of TunimTabPanel/TunimTabSheet since 1.90.0.1533.
GoldLine Posted June 19, 2020 Author Posted June 19, 2020 9 hours ago, GoldLine said: Hello, can't hide tabs of TunimTabPanel/TunimTabSheet since 1.90.0.1533. Hello, any idea???
Sherzod Posted June 19, 2020 Posted June 19, 2020 10 hours ago, GoldLine said: can't hide tabs of TunimTabPanel/TunimTabSheet since 1.90.0.1533. Hello, Sorry for the late reply. We will check.
GoldLine Posted June 23, 2020 Author Posted June 23, 2020 On 6/19/2020 at 5:16 PM, Sherzod said: Hello, Sorry for the late reply. We will check. Hello Sherzod, any news about the behavior? Or should I first downgrade to version 1.90.0.1531?
Sherzod Posted June 23, 2020 Posted June 23, 2020 17 minutes ago, GoldLine said: any news about the behavior? Or should I first downgrade to version 1.90.0.1531? Hi, Sorry for the late reply. I will check and let you know.
Sherzod Posted June 29, 2020 Posted June 29, 2020 On 6/23/2020 at 2:08 PM, GoldLine said: any news about the behavior? Hi, Sorry for the late reply. Try this approach for now: procedure TMainmForm.UnimFormReady(Sender: TObject); begin with UnimTabPanel1 do if not TabBarVisible then JSInterface.JSCall('getTabBar().setVisibility', [TabBarVisible]); end; 1
GoldLine Posted June 30, 2020 Author Posted June 30, 2020 20 hours ago, Sherzod said: Hi, Sorry for the late reply. Try this approach for now: procedure TMainmForm.UnimFormReady(Sender: TObject); begin with UnimTabPanel1 do if not TabBarVisible then JSInterface.JSCall('getTabBar().setVisibility', [TabBarVisible]); end; Hi Sherzod, sorry for late reply, too. Works perfect, thanks a lot. 1
asapltda Posted September 17, 2021 Posted September 17, 2021 Good Night, in version 1551 it does not work either, if the TUnimTabSheet is called tsCliente as I must code this use, thank you
Recommended Posts