Page 1 of 1

Servoy 6 - scripting tab panels

PostPosted: Fri Sep 16, 2011 3:23 pm
by Gordon
Hi
Scriptiing tab panels dynamically seems to have been dropped or moved can anyone tell me how you dynamically assign tabs to tab panels in Servoy 6.

Previously something like this worked

elements.tab_container.removeAllTabs();
elements.tab_container.addTab(forms.settings_users, null, null, null, null, null, null,null,null);

Now this shows a warning and eremoveAllTabs and addTab are missing from the solution explorer

Thanks
Gordon

Re: Servoy 6 - scripting tab panels

PostPosted: Fri Sep 16, 2011 4:15 pm
by Gordon
Well replying to my own post - I found this issue - blindingly obvious really - looking in the wrong hole !!

Sorry for wasting the bandwidth :oops: