AIMP Forum

Разное => Архив / Archive => Вопросы (архив) / Questions (archive) => Topic started by: Kenpachy on January 05, 2016, 02:41:03

Title: [SOLVED] Put a State in Text
Post by: Kenpachy on January 05, 2016, 02:41:03
Hey guys,

I've been using AIMP for a long time and more recently i've tried to personify my current skin (NiriX.acs4proj).

At this point the skin is almost perfect for me. I only need to find out how to put the state of the "capture recording radio" in some text that can be read without having to put the cursor on the button.

So far i only managed to get a text indicating if the song is being recorded (0 or 1 is shown next to the recording button).

Could it be possible to get the full state in text ? And if it is, how can i do it ?

Thx for the helps :) I'm hopeless and not very good in coding :(
Title: Re: Put a State in Text
Post by: Artem on January 05, 2016, 11:41:46
I have attached a simple example.

Note that text label is binded to StringHelper (custom provider type of StringOperatorConcatenator) which translates the state to friendly text (see options for the link between StringHelper and acMainRadioCapture provider)
Title: Re: Put a State in Text
Post by: Kenpachy on January 05, 2016, 12:57:14
Waw thanks a lot !!!

The full state is not available but hey it's close enough :p

Thanks again :)
Title: Re: Put a State in Text
Post by: Artem on January 05, 2016, 20:24:06
The full state is not available but hey it's close enough :p

Full Text like in tool tip is not available, yes.