Kodi Community Forum

Full Version: DialogSlider Conditional?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to do a conditional based on if the slider is displayed for Audio offset or Subtitle offset?

Thanks in advance
well if you do it the new way with DialogSlider.xml then its as simple as Window.IsVisible(SliderDialog)
Thanks for the reply, but I don't think it was what I am looking for.

In reading my post again I don't think I was very clear in what I am looking to do so here goes :-

From within DialogSlider.xml I would like to conditionally display an image based on if the Slider Dialog has been called for Subtitle offsets or Audio offsets.
abou tthe only thing you can do is check the text but that will only work for english
Thanks