Page 1 of 1

TabsHidden

PostPosted: 20 Dec 2015 04:00
by zsleo
I am using TIWCGJQTabs with a number of tabs that I control by code.

At design time (also tried at run time) I set TabsHidden to true but in the browser the space tab headers would normally occupy is shown:
2015-12-20 13_50_51-Mozilla Firefox.png


When I Ctrl-F5 the tab headers themselves become visible.
2015-12-20 13_51_30-Mozilla Firefox.png


This starts to happen only after I the first time I change the active tab with the following code
Code: Select all
if ip_Display and (gv_ActiveTab > -1) then
  iwcgjqtbsF0.ActiveTabIndex := gv_ActiveTab;


Help please...

Re: TabsHidden

PostPosted: 21 Dec 2015 17:34
by Alexander Bulei
Hi zsleo,

What version do you have?

Best Regards.

Re: TabsHidden

PostPosted: 21 Dec 2015 20:45
by zsleo
Sorry
IW 14.0.48
CGD 2.8.0.181

Re: TabsHidden

PostPosted: 22 Dec 2015 10:08
by Alexander Bulei
Hi zsleo,

Please check the attached project.
Can you confirm the problem?

Best Regards.