Jump to content

Recommended Posts

Posted
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.

Posted
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?

Posted
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.

Posted
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;

 

  • Upvote 1
Posted
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.

  • Like 1
  • 1 year later...
×
×
  • Create New...