I’m developing a system that needs to show several lines obtained through a DataSet whike centering them vertically.
The problem is that the number of lines is variable, and it depends of the number of rows in the dataset, so i can not use absolute positioning.
I had the same problem in an old version of Xibo CMS , but i managed to solve it this way:
1.7 scales slightly differently so that what you see in the designer is exactly what you see in the player. Under most circumstances it shouldn’t matter, but vertical alignment is one of those instances where it does.
I’m not completely clear what you are trying to achieve - do you mean that for each row in the dataset you want them vertically aligned and then have some effect to cycle between them?
The display should show the names of people occupying 9 rooms, so when only one room is being used, the dataset will only contain one name, and it will center it to the middle of the screen. if two rooms are being used, two names would be shown and the display should distribute them uniformly. This is a screenshot of the result i’m trying to achieve, taken from the old server in xibo 1.6(Names are covered because of privacity reasons) Display image
You should be able to do that with a DataSet View module rather than a Ticker - you essentially want to display tabluar data and have the table full height.
There is a known bug where the table is not full height when an effect is selected, however I don’t think you are using effects so you should be OK. See here for reference.