AIMP Forum

AIMP for Windows => Skin Editor, Skin Engine => Вопросы / Questions => Topic started by: baram on June 08, 2014, 14:10:05

Title: How to prevent hiding of text element when the player is stopped?
Post by: baram on June 08, 2014, 14:10:05
I made a text element to show title.

I bound it to show the title by this format.

Title : <title>

But when the player is stopped, the whole text become hided.

I want to show "Title : " always regardless of the player state.

The way to show "Title : " always I know is to use two separate text element.

But is there a smarter way to do this?
Title: Re: To stop text element hiding when the player is stopped.
Post by: Artem on June 08, 2014, 14:59:24
This is old behavior, I cannot change that for backward compatibility purposes. You should use two labels with different templates instead of one, or put text into the background texture.