Many times it try to use the LAYOUT command of yab, but i nerver get the result i want. The yab documentation (yab Commands) intruduce to add the layout command by the window widgte to take effect on the complete window, included the views and other widgets.
Excerpt from the yab documentation
LAYOUT Layout$, WindowOfView$ Set the layout for all views on the window of View$. The layout will affect all following new widgets, but not the already created. Draw commands are not affected by the layout, put them on an own view. Layout$ (not case sensitive):
-OR- Layout$ is a combination of a horizontal and a vertical command (e.g. "Right, Top" etc.). Horizontal:
Vertical:
|
To the extent this is true also everything, but what if you want to leave certain things as they are and not others?
I then various settings in the layout command tested...
Results:
"Standard"
"All"
"None"
"Top, Bottom"
"Left, Bottom"
"Right, Top"
...but in the end it has not worked out so.
Here with me was always the point where I left out the LAYOUT command and I was looking for other ways to allow a change of the window.
Recently i tried it again for some time, even if it seemed to me illogical, i placed the Layout command in front of all widgets on the main window. In this case, I then realized that this works without problems and you can finally get the desired result so.
The most of the widgets (Buttons, Views...) follow the parameters automatically. Die meißten Module (Buttons, Views...) folgen automatisch dem festgelegten Parametern. However, a couple are not following this. The solution for this can be get from the yab documentation, because DRAW commands does not follow the layout commands, so you need to place them on separate views.
The same with the SPINCONTROL, place it on a separate view.
"Spincontrol"
Now i does not test every widget, but i think on this way you get every time a solution to fix it.
Tutorial by Christian Albrecht, Januar 2013
Made available by the BeSly, the Haiku knowledge base.