Is there a limit in the number of splitpanel to place on a form?
In other word, is it safe to place 4/5 nested splitpanels in the same form?
Is there a limit in the number of splitpanel to place on a form?
In other word, is it safe to place 4/5 nested splitpanels in the same form?
Under normal conditions (Java) the answer is yes. I don’t think this is much different for Servoy but I would test it if I were you…
I’ve gone as far as 4 nested splitpanes once, without issues.
As Marcel says: In Java it’s no issue and my thought is that if Servoy has no problem placing a tab(less)Panel into 1 JSplitPane, it’s wont have problems placing it in an x times nesten SplitPane.
Paul
IT2Be:
Under normal conditions (Java) the answer is yes. I don’t think this is much different for Servoy but I would test it if I were you…
It seems to work flawlessly, but I would prefer to have this confirmed from someone who uses it in production environment, just to avoid surprises…
pbakker:
I’ve gone as far as 4 nested splitpanes once, without issues.As Marcel says: In Java it’s no issue and my thought is that if Servoy has no problem placing a tab(less)Panel into 1 JSplitPane, it’s wont have problems placing it in an x times nesten SplitPane.
Ok, guys: you convinced me.
Thanks to both