Jump to content

"TabBarVisible" don't works in 1.90.0.1533


GoldLine

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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