Jump to content

TabBarVisible on TUnimTabPanel


Rafael P

Recommended Posts

Hi everyone!

I'm trying to change TabBarVisible property of UnimTabPanel by false but it's not working anymore in version 1.90.0.1535. In previously version was (1531), but now don't.

And later i use the sample which i think it will work, but unsunccesfully:

UniSession.AddJS(UnimTabPanel.JSName + '.tabBarVisible.Hide();');

or these one into befoneInit event's:

function beforeInit(sender, config)
{
  tabBarVisible = Hide;
}

But, unfortunately, none of these above has worked. 

Is there any workaround for this, or link i don't see in post's before?

 

Really appreciate any help! 

Link to comment
Share on other sites

7 hours ago, Rafael P said:

I'm trying to change TabBarVisible property of UnimTabPanel by false but it's not working anymore in version 1.90.0.1535. In previously version was (1531), but now don't.

Hello,

You can try to use this approach for now:

http://forums.unigui.com/index.php?/topic/14648-tabbarvisible-dont-works-in-19001533/&do=findComment&comment=80063

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...