Kodi Community Forum

Full Version: Yes/No labels disappear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-11-03, 13:21)badaas Wrote: [ -> ]also noticed in latest confluence yes/no dialog labels missing

i can't reproduce this one.
if i switch to confluence i displays yes/no just fine.
can you test that particular dialog?

please post a screenshot of one where the labels are missing.

Image
In my working Projekt still the same.

yes/no comes with text on first time and afterwards in the same window without text
up to the next reload skin or window change.
(2015-11-03, 15:15)Marc0810 Wrote: [ -> ]In my working Projekt still the same.

yes/no comes with text on first time and afterwards in the same window without text
up to the next reload skin or window change.

can you provide a step-by-step guide on how to reproduce that?
(2015-11-03, 16:21)ronie Wrote: [ -> ]
(2015-11-03, 15:15)Marc0810 Wrote: [ -> ]In my working Projekt still the same.

yes/no comes with text on first time and afterwards in the same window without text
up to the next reload skin or window change.

can you provide a step-by-step guide on how to reproduce that?

To check skin settings for deactivate library data provider and extended info widgets/contents, I removed all script and programm addons.
In my home afterwards the yes/no dialog comes when i scroll to the mainmenue.
One time with text, second time without up to next reload skin.
On labels with regular color, as $VAR[color], direct in the label or without information expect the defaults.xml.

I´ve Check the Testbuild later.
Thanks.

regards
(2015-11-03, 18:52)Hitcher Wrote: [ -> ]Windows test build here -

http://mirrors.xbmc.org/test-builds/win3...-label.exe

Hey Hitcher..

Same result.. For a quick test i copy two confluence viewcontainer at the end of the Home.xml and placed a content from an missing addon in both.

Code:
<variable name="test">
    <value condition="Window.IsVisible(home)">plugin://service.library.data.provider?type=recommendedepisodes&amp;reload=$INFO[Window(Home).Property(recommendedepisodes)]</value>
    <value></value>
</variable>

<control type="fixedlist" id="501">
    <left>-183</left>
    <top>0</top>
    <width>1343</width>
    <height>390</height>
    <onleft>501</onleft>
    <onright>501</onright>
    <onup>2</onup>
    <ondown>60</ondown>
    <viewtype label="31028">bigwrap</viewtype>
    <pagecontrol>60</pagecontrol>
    <scrolltime>200</scrolltime>
    <focusposition>3</focusposition>
    <orientation>horizontal</orientation>
    <preloaditems>4</preloaditems>
    <itemlayout height="310" width="218">
        <control type="image">
            <left>2</left>
            <top>40</top>
            <width>214</width>
            <height>310</height>
            <aspectratio>stretch</aspectratio>
            <bordertexture border="5">button-nofocus.png</bordertexture>
            <bordersize>4</bordersize>
            <texture background="true">$VAR[PosterThumb]</texture>
        </control>
    </itemlayout>
    <focusedlayout height="310" width="218">
        <control type="image">
            <left>2</left>
            <top>40</top>
            <width>214</width>
            <height>310</height>
            <aspectratio>stretch</aspectratio>
            <bordertexture border="5">button-nofocus.png</bordertexture>
            <bordersize>4</bordersize>
            <texture background="true">$VAR[PosterThumb]</texture>
        </control>
    </focusedlayout>
        <content limit="14">$VAR[test]</content>
</control>

<control type="fixedlist" id="3501">
    <left>-183</left>
    <top>0</top>
    <width>1343</width>
    <height>390</height>
    <onleft>501</onleft>
    <onright>501</onright>
    <onup>2</onup>
    <ondown>60</ondown>
    <viewtype label="31028">bigwrap</viewtype>
    <pagecontrol>60</pagecontrol>
    <scrolltime>200</scrolltime>
    <focusposition>3</focusposition>
    <orientation>horizontal</orientation>
    <preloaditems>4</preloaditems>
        <itemlayout height="310" width="218">
        <control type="image">
            <left>2</left>
            <top>40</top>
            <width>214</width>
            <height>310</height>
            <aspectratio>stretch</aspectratio>
            <bordertexture border="5">button-nofocus.png</bordertexture>
            <bordersize>4</bordersize>
            <texture background="true">$VAR[PosterThumb]</texture>
        </control>
    </itemlayout>
    <focusedlayout height="310" width="218">
        <control type="image">
            <left>2</left>
            <top>40</top>
            <width>214</width>
            <height>310</height>
            <aspectratio>stretch</aspectratio>
            <bordertexture border="5">button-nofocus.png</bordertexture>
            <bordersize>4</bordersize>
            <texture background="true">$VAR[PosterThumb]</texture>
        </control>
    </focusedlayout>
        <content limit="14">$VAR[test]</content>
</control>

In Setting Window on wwitch to confluence all OK, in Home without text.

Image

Regards
@ronie: care to spilt this thread for each issue?

EDIT: Thanks ronie.
(2015-11-04, 17:45)Marc0810 Wrote: [ -> ]For a quick test i copy two confluence viewcontainer at the end of the Home.xml and placed a content from an missing addon in both.

yeah, i can reproduce it that way.
might have something to do with two yes/no dialogs being activated at the same time?
... just guessing.
(2015-11-04, 18:11)ronie Wrote: [ -> ]
(2015-11-04, 17:45)Marc0810 Wrote: [ -> ]For a quick test i copy two confluence viewcontainer at the end of the Home.xml and placed a content from an missing addon in both.

yeah, i can reproduce it that way.
might have something to do with two yes/no dialogs being activated at the same time?
... just guessing.

Hmm.. In my skin i have it as contents with visibles on mainmenue focus.
But yes, the error comes as soon as the dialog show more than one times.

The mistake came even because I intentionally has provoked the dialogs
to suppress it with variables and settings.


regards