Hi Dojo,
I notice when I want to add subpages to my element, I have to add discreets to a page button parameter. The order of the discreets is the order of the subpages, however it seems like it always reads from right to left. E.g.
<Measurement>
<Type width="110">pagebutton</Type>
<Discreets>
<Discreet>
<Display>First...</Display>
<Value>First</Value>
</Discreet>
<Discreet>
<Display>Second...</Display>
<Value>Second</Value>
</Discreet>
<Discreet>
<Display>Third...</Display>
<Value>Third</Value>
</Discreet>
<Discreet>
<Display>Fourth...</Display>
<Value>Fourth</Value>
</Discreet>
</Discreets>
</Measurement>
will always show up on my element as
is there a way to read it left to right (e.g. First -> Second -> Third -> Fourth) while still maintaining the page order?
Hi,
Unfortunately this is not possible. Discreet values from top to bottom in XML appear as (page)buttons from right to left. This is because e.g. when there is only one button then this one is displayed on the right side, when a new button is added then the first one stays at this location and the next one is placed left from that, and so on, resulting in this display order.
Regards,

It could be posted as a feature suggestion to see if it gets a lot of votes. If it would be implemented then it will probably be with a new attribute or option as changing the default way how it is displayed would not be feasible (current button layout would then suddenly be switched for all existing connectors)
Ah ok, thank you, do you think it'll be something worth bringing up as a feature suggestion?