Jump to content

Recommended Posts

Posted

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

Posted

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;

 

  • Like 1
  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...