New ZIP for DWHD ;)
catavolt Design Group Manager Team MediaPortal August 13, 2007 14,625 10,637 Königstein (Taunus) Home Country Germany March 18, 2018 Moderator #171 New ZIP for DWHD Attachments MySports_for_DWHD.zip 243.4 KB
E Edalex Community Plugin Dev Premium Supporter January 3, 2008 2,959 1,270 Saratov Home Country Russian Federation March 18, 2018 Thread starter #172 catavolt said: Will repair And replacement for tvguide_record_button.png: Click to expand... Is it right? Honestly, I'm setting image to every property I found Look here: Code: item.IconImage = "blue.png"; item.IconImageBig = "blue.png"; item.PinImage = "blue.png"; Is it excessive?
catavolt said: Will repair And replacement for tvguide_record_button.png: Click to expand... Is it right? Honestly, I'm setting image to every property I found Look here: Code: item.IconImage = "blue.png"; item.IconImageBig = "blue.png"; item.PinImage = "blue.png"; Is it excessive?
catavolt Design Group Manager Team MediaPortal August 13, 2007 14,625 10,637 Königstein (Taunus) Home Country Germany March 18, 2018 Moderator #173 I think you have to add the correct path: ..\Media\MySports\blue.png
E Edalex Community Plugin Dev Premium Supporter January 3, 2008 2,959 1,270 Saratov Home Country Russian Federation March 18, 2018 Thread starter #174 catavolt said: I think you have to add the correct path: ..\Media\MySports\blue.png Click to expand... Hehe, you're right as always. Skin has another blue file Here's new look
catavolt said: I think you have to add the correct path: ..\Media\MySports\blue.png Click to expand... Hehe, you're right as always. Skin has another blue file Here's new look
catavolt Design Group Manager Team MediaPortal August 13, 2007 14,625 10,637 Königstein (Taunus) Home Country Germany March 18, 2018 Moderator #175 Great Hope we can test the new dll soon
E Edalex Community Plugin Dev Premium Supporter January 3, 2008 2,959 1,270 Saratov Home Country Russian Federation March 18, 2018 Thread starter #176 catavolt said: Great Hope we can test the new dll soon Click to expand... Sooner or later... First, I didn't understand why it's blue but now I realize blue is the colour of menu items and selected buttons Btw, since in other skins it could be not blue what do you think of renaming file to i.e. today.png? Attachments MySportsPlugin.zip 43.1 KB
catavolt said: Great Hope we can test the new dll soon Click to expand... Sooner or later... First, I didn't understand why it's blue but now I realize blue is the colour of menu items and selected buttons Btw, since in other skins it could be not blue what do you think of renaming file to i.e. today.png?
catavolt Design Group Manager Team MediaPortal August 13, 2007 14,625 10,637 Königstein (Taunus) Home Country Germany March 18, 2018 Moderator #177 yup - great idea , Or to make it very clear e.g. calendar_today.png Any skinner then could just change the colour of this png to his needs
yup - great idea , Or to make it very clear e.g. calendar_today.png Any skinner then could just change the colour of this png to his needs
catavolt Design Group Manager Team MediaPortal August 13, 2007 14,625 10,637 Königstein (Taunus) Home Country Germany March 18, 2018 Moderator #178 Hmm, just tested the new dll from above, but I don´t have any blue background for today date
E Edalex Community Plugin Dev Premium Supporter January 3, 2008 2,959 1,270 Saratov Home Country Russian Federation March 19, 2018 Thread starter #179 catavolt said: Hmm, just tested the new dll from above, but I don´t have any blue background for today date Click to expand... I have it. Maybe smth in skin file is blocking it? My thumbnailpanel code: Spoiler: Calendar <control> <description>Calendar</description> <type>thumbnailpanel</type> <id>50</id> <posX>60</posX> <posY>270</posY> <width>550</width> <height>400</height> <scrollOffset>0</scrollOffset> <onleft>19</onleft> <onright>17</onright> <onup>15</onup> <ondown>16</ondown> <itemWidth>75</itemWidth> <itemHeight>70</itemHeight> <textureWidth>70</textureWidth> <textureHeight>65</textureHeight> <thumbWidth>70</thumbWidth> <thumbHeight>65</thumbHeight> <thumbPosX>0</thumbPosX> <thumbPosY>0</thumbPosY> <itemWidthBig>75</itemWidthBig> <itemHeightBig>70</itemHeightBig> <textureWidthBig>70</textureWidthBig> <textureHeightBig>65</textureHeightBig> <thumbWidthBig>70</thumbWidthBig> <thumbHeightBig>65</thumbHeightBig> <thumbPosXBig>0</thumbPosXBig> <thumbPosYBig>0</thumbPosYBig> <thumbZoom>no</thumbZoom> <enableFocusZoom>no</enableFocusZoom> <zoomXPixels>10</zoomXPixels> <zoomYPixels>10</zoomYPixels> <hideUnfocusTexture>no</hideUnfocusTexture> <renderFocusText>yes</renderFocusText> <renderUnfocusText>yes</renderUnfocusText> <showFrame>true</showFrame> <imageFolder>-</imageFolder> <imageFolderFocus>-</imageFolderFocus> <textureMask>Picturethumbmask.png</textureMask> <frameNoFocus>Picturethumbframe.png</frameNoFocus> <frameFocus>Picturethumbframe.png</frameFocus> <keepaspectratio>yes</keepaspectratio> <font>font18</font> <spinCanFocus>no</spinCanFocus> <dimColor>80ffffff</dimColor> <selectedColor>0xffa0d0ff</selectedColor> <spinPosY>2008</spinPosY> <scrollbarHeight>233</scrollbarHeight> <scrollbarbg>bar_vert.png</scrollbarbg> <scrollbartop>mouse_left_horizontal.png</scrollbartop> <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom> <scrollbarXOff>-20</scrollbarXOff> <scrollbarYOff>0</scrollbarYOff> <showScrollbar>yes</showScrollbar> <scrollbarwidth>13</scrollbarwidth> <textXOff>30</textXOff> <textYOff>-40</textYOff> </control> It's different in texture mask, frames pictures
catavolt said: Hmm, just tested the new dll from above, but I don´t have any blue background for today date Click to expand... I have it. Maybe smth in skin file is blocking it? My thumbnailpanel code: Spoiler: Calendar <control> <description>Calendar</description> <type>thumbnailpanel</type> <id>50</id> <posX>60</posX> <posY>270</posY> <width>550</width> <height>400</height> <scrollOffset>0</scrollOffset> <onleft>19</onleft> <onright>17</onright> <onup>15</onup> <ondown>16</ondown> <itemWidth>75</itemWidth> <itemHeight>70</itemHeight> <textureWidth>70</textureWidth> <textureHeight>65</textureHeight> <thumbWidth>70</thumbWidth> <thumbHeight>65</thumbHeight> <thumbPosX>0</thumbPosX> <thumbPosY>0</thumbPosY> <itemWidthBig>75</itemWidthBig> <itemHeightBig>70</itemHeightBig> <textureWidthBig>70</textureWidthBig> <textureHeightBig>65</textureHeightBig> <thumbWidthBig>70</thumbWidthBig> <thumbHeightBig>65</thumbHeightBig> <thumbPosXBig>0</thumbPosXBig> <thumbPosYBig>0</thumbPosYBig> <thumbZoom>no</thumbZoom> <enableFocusZoom>no</enableFocusZoom> <zoomXPixels>10</zoomXPixels> <zoomYPixels>10</zoomYPixels> <hideUnfocusTexture>no</hideUnfocusTexture> <renderFocusText>yes</renderFocusText> <renderUnfocusText>yes</renderUnfocusText> <showFrame>true</showFrame> <imageFolder>-</imageFolder> <imageFolderFocus>-</imageFolderFocus> <textureMask>Picturethumbmask.png</textureMask> <frameNoFocus>Picturethumbframe.png</frameNoFocus> <frameFocus>Picturethumbframe.png</frameFocus> <keepaspectratio>yes</keepaspectratio> <font>font18</font> <spinCanFocus>no</spinCanFocus> <dimColor>80ffffff</dimColor> <selectedColor>0xffa0d0ff</selectedColor> <spinPosY>2008</spinPosY> <scrollbarHeight>233</scrollbarHeight> <scrollbarbg>bar_vert.png</scrollbarbg> <scrollbartop>mouse_left_horizontal.png</scrollbartop> <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom> <scrollbarXOff>-20</scrollbarXOff> <scrollbarYOff>0</scrollbarYOff> <showScrollbar>yes</showScrollbar> <scrollbarwidth>13</scrollbarwidth> <textXOff>30</textXOff> <textYOff>-40</textYOff> </control> It's different in texture mask, frames pictures
ajs Development Group Team MediaPortal February 29, 2008 16,062 11,144 Kyiv Home Country Ukraine March 19, 2018 Moderator #180 May be skin cache? -- WBR, ajs