Notification Icon missing
#1
Hi there,

if i send some notification via HTTP-Api ther is no icon displayed.
Code:
http://$xbmc/xbmcCmds/xbmcHttp?command=ExecBuiltIn&parameter=XBMC.Notification(Anruf,$1,5000,~/daten/server/callscript/pics/$1.jpg
This one works with PM3.HD but not with MediaStream 1.0.

Maybe someone can tell me in which xml-file this box can be found, then i would try to fix it on my own. Or maybe someone already has a solution for this -> i would spare time fixing Big Grin

THX
Chaos
Reply
#2
I can't help but I can confirm the issue. I have the same prob with Media Stream Skin... If I find any thing I'll post in here.
Reply
#3
Its in DialogKaiToast.xml of course Rolleyes

found that thanks to this thread:
http://forum.xbmc.org/archive/index.php/t-45613.html
my google must be stronger than yours Big Grin

I didn't like the "dim everything feature so I took it out." this is what mine looks like now the important part is:
<control type="image" id="400">

it was commented out and I changed the <posx>from 700 to 10

<window id="107">

<coordinates>

<system>1</system>

<posx>0</posx>

<posy>0</posy>

</coordinates>



<controls>


<control type="image">

<description>Background Overlay</description>

<aspectratio>stretch</aspectratio>

<texture>BlackTransparent.png</texture>

<colordiffuse>99cccccc</colordiffuse>

<include>DialogFade</include>

</control>



<control type="group">

<include>ToastDialogPos</include>

<include>DialogSlideUp</include>



<control type="image">

<description>Panel background</description>

<include>ToastDialogBGDims</include>

<include>InfoMessagePanelBG</include>

</control>



<control type="image" id="400">

<description>Avatar</description>

<posx>10</posx>

<posy>10</posy>

<width>48</width>

<height>48</height>

<align>right</align>
<aspectratio>keep</aspectratio>

<texture>BuddyOnline.png</texture>

</control>



<control type="label" id="401">

<description>Caption</description>

<include>ToastDialogCaptionDims</include>

<label>-</label>

<align>center</align>

<texturefocus>-</texturefocus>

<texturenofocus>-</texturenofocus>

</control>



<control type="label" id="402">

<description>Description</description>

<include>ToastDialogDescriptionDims</include>

<label>-</label>

<align>center</align>

<texturefocus>-</texturefocus>

<texturenofocus>-</texturenofocus>

</control>

</control>



</controls>

</window>
Reply

Logout Mark Read Team Forum Stats Members Help
Notification Icon missing0