2004-05-04, 03:16
i am having a problem having a thumbnail panel display like i want it to
take a look at my programs and my music
(my music is still being worked on)
note that in my programs, i have 3 rows, and in my music 4 rows
my code is as follows
references.xml
thanks
take a look at my programs and my music
(my music is still being worked on)
note that in my programs, i have 3 rows, and in my music 4 rows
my code is as follows
references.xml
Quote:<control>myprograms.xml
<description>default thumbnail panel</description>
<type>thumbnailpanel</type>
<id>11</id>
<posx>242</posx>
<posy>180</posy>
<width>470</width>
<height>400</height>
<spinwidth>16</spinwidth>
<spinheight>16</spinheight>
<spinposx>580</spinposx>
<spinposy>425</spinposy>
<spincolor>ffb2d4f5</spincolor>
<textureup>scroll-up.png</textureup>
<texturedown>scroll-down.png</texturedown>
<textureupfocus>scroll-up-focus.png</textureupfocus>
<texturedownfocus>scroll-down-focus.png</texturedownfocus>
<itemwidth>90</itemwidth>
<itemheight>80</itemheight>
<texturewidth>80</texturewidth>
<textureheight>60</textureheight>
<thumbwidth>60</thumbwidth>
<thumbheight>50</thumbheight>
<thumbposx>10</thumbposx>
<thumbposy>5</thumbposy>
<imagefolder>-</imagefolder>
<imagefolderfocus>thumbfocus.png</imagefolderfocus>
<font>font14</font>
<selectedcolor>fff8bc70</selectedcolor>
<textcolor>ffffffff</textcolor>
<colordiffuse>ffffffff</colordiffuse>
<suffix>|</suffix>
<texturewidthbig>130</texturewidthbig>
<textureheightbig>110</textureheightbig>
<itemwidthbig>140</itemwidthbig>
<itemheightbig>140</itemheightbig>
<thumbwidthbig>100</thumbwidthbig>
<thumbheightbig>100</thumbheightbig>
<thumbposxbig>14</thumbposxbig>
<thumbposybig>6</thumbposybig>
</control>
Quote:<control>mymusicsongs.xml
<description>thumbnail panel</description>
<type>thumbnailpanel</type>
<id>8</id>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<textcolor>ffffffff</textcolor>
</control>
Quote:<control>as you can see, i am defining everything in references, so why would my programs, and my music be this inconsistent?
<description>thumbnail panel</description>
<type>thumbnailpanel</type>
<id>51</id>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<textcolor>ffffffff</textcolor>
</control>
thanks