Split Pane Servoy 7.3.1

Questions and answers on designing your Servoy solutions, database modelling and other 'how do I do this' that don't fit in any of the other categories

Split Pane Servoy 7.3.1

Postby stefaniacolombara » Tue Oct 04, 2016 7:32 pm

I need to clear/remove form from Split Panel (only left panel), how I can do?
I'm using servoy 7.3.1

Thanks in advance.
stefaniacolombara
 
Posts: 40
Joined: Mon Feb 06, 2012 11:19 am

Re: Split Pane Servoy 7.3.1

Postby ROCLASI » Tue Oct 04, 2016 8:30 pm

Hi,

In developer:
A split panel is just like a (special) tabpanel. So you can select the little tab object on the tabpanel in form designer and hit the delete key to remove it.
To add a new one make sure you select the tabpanel first before you hit CMD-ALT-T/CTRL-ALT-T (or click the split panel icon in the toolbar).

In code at runtime:
elements.splitPanelName.setLeftForm(form, relation); // relation is optional
elements.splitPanelName.setRightForm(form, relation); // relation is optional

You could also use the solutionModel but that might be overkill.

Hope this helps.
Robert Ivens
SAN Developer / Servoy Valued Professional / Servoy Certified Developer

ROCLASI Software Solutions / JBS Group, Partner
Mastodon: @roclasi
--
ServoyForge - Building Open Source Software.
PostgreSQL - The world's most advanced open source database.
User avatar
ROCLASI
Servoy Expert
 
Posts: 5438
Joined: Thu Oct 02, 2003 9:49 am
Location: Netherlands/Belgium

Re: Split Pane Servoy 7.3.1

Postby stefaniacolombara » Wed Oct 05, 2016 11:17 am

I need to remove form left in In code at runtime, elements.splitPanelName.setLeftForm(form, relation);
add form but how can do remove it?
Thanks in advance.
stefaniacolombara
 
Posts: 40
Joined: Mon Feb 06, 2012 11:19 am


Return to Programming with Servoy

Who is online

Users browsing this forum: No registered users and 14 guests