Hello everybody,
I am new to AM, and I am trying to make a custom layout.
I use the ScrollingText module to display long titles horizontally and it works fine.
But now, I want to display long descriptions vertically, but I don't know how to find the true height of a text.
If the text is not enough long, I don't want the scroll to be active. But when the game has a big description, I want to activate the scroll, and resize the height of the object fe.Text to fit the description inside (otherwise, the text is not totally displayed). I tried to make a fe.Text with a height = height of the screen, but the scroll displays too much empty text (and it wouldn't work if the description is very very long)
Is there a way to do such a thing?
Subsidiary question : I put the description of the game in the filed "Extra" in the rom list. Is there a better solution?
Thank you