The argument "tabpos" in the notebook tag seems not to be working properly
It takes the default position (left) no matter what you put on the notebook
<notebook tabpos="up">
The way to work around the issue is by explicitly setting in at the client
level,
Options -> Form -> Tabs position -> Top
On 25/08/11 00:41 +0200, Luis Falcon wrote:
> The argument "tabpos" in the notebook tag seems not to be working properly
> It takes the default position (left) no matter what you put on the notebook
> <notebook tabpos="up">
>
> The way to work around the issue is by explicitly setting in at the client
> level,
> Options -> Form -> Tabs position -> Top
It is because the tabpos is defined on notebook but it is the label of the tab
that must be rotated correctly.
I think it is better to drop the tabpos attribute of notebook because this
must be a user configuration.
Cédric Krieradded 1 deleted label and removed 1 deleted label
Agree to remove the tabpos argument. It's cumbersome.
Now, for specific applications, we should have the way of specifying the default behavior to the client, probably a single parameter in the module.
This is important, since the layout has been carefully designed to fit the
screen. Then of course, they would be able to change it to whatever they prefer
from the client.
I have documented how to set the tab position from the GTK client, but many
won't read it .
On Wed, Aug 24, 2011 at 5:41 PM, Luis Falcon <issue_tracker@tryton.org> wrote:
>
> New submission from Luis Falcon <lfalcon@thymbra.com>:
>
> The argument "tabpos" in the notebook tag seems not to be working properly
> It takes the default position (left) no matter what you put on the notebook
> <notebook tabpos="up">
>
> The way to work around the issue is by explicitly setting in at the client
> level,
> Options -> Form -> Tabs position -> Top
>
> ----------
> files: tabpos.png
> messages: 8630
> nosy: meanmicio
> priority: bug
> status: unread
> title: notebook tab position not working
> type: behavior
>
> _______________________________________________
> Tryton issue tracker <issue_tracker@tryton.org>
> <https://bugs.tryton.org/roundup/#2135>
> _______________________________________________