Jump to content

Updating the single PlatformDestination Indicator - Platform sections


Recommended Posts

I've almost got this sussed, but the "Bahnsteig Abschnitte" is defeating me.

Translated as "Platform sections", I'm assuming the letters represent the coaches on the train and  the numbers 1, 2 and X represent first class, second class and maybe a restaurant car?

But what is beating me is getting the numbers under the letters. Obviosly when typing in manually one presses return at the end of the line. But I have a list of tables each holding a departure. Trying to get my table entry to split the text over two lines is failing. The same applies to the intermediate destinations.

I think it may have to do with the "Format" box, but I have no idea what to put in there.

Please help?

Link to comment
Share on other sites

Hi,

in the graphic event control you can not set the text of a label to two lines... this is a known issue as fare as i know Neo is working on a solution...

in der grafischen Ereignissteuerung kann man den Text eines Labels nicht auf zwei Zeilen setzen... soweit ich weiß ist das ein bekanntes Problem Neo arbeitet an einer Lösung...

EASY

Link to comment
Share on other sites

Thanks Easy.

Probably the easiest solution might be to split the label into two, one above the other?

Something I have noticed on the layout I'm slowly trying to build (and might get finished before V12 is ready) is that there are trains that go a long way, all the way from the Baltic ports to practically to the Czech border, calling at over 30 stations on the way.

Obviously there is no way 30 place names are going to fit in that little box.

What I am planning to do is get as many in as I can. but have the table hold a list of place names, and a timed index to rotate through them, the same as on a lot of prototype stations I've seen. I'll let people know if it works.

Link to comment
Share on other sites

Yes it works... The biggest snag was the fact that I had a list in a table in a list, and the indexing got tangled.

Solved with a user-event, pass the inner list and the index to it down as parameters, and pop the correct item into the label.

That also meant that the timer event controls the cycling of the index and calls the same user event!

Now to fill in the rest of the trains, and make it work for more than one platform...!

Edited by simonjackson1964
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...