Mailing List Archive

inuse statetype stuck?
Hi, while theming I noticed this issue: the inuse state, after watching a
recording, stays "on" for ever, even after the file has stopped being used.
Am I the only one with this problem? or am I just theming wrong?

here is the code example:

<statetype name="inuse">
<state name="yes">
<imagetype name="tag">
<area>1040,2,25,25</area>
<filename>icons/inuse.png</filename>
</imagetype>
</state>
<state name="no">
<imagetype name="tag">
<area>1040,2,25,25</area>
<filename>icons/inuse.png</filename>
<alpha>0</alpha>
</imagetype>
</state>
</statetype>

cheers,

Elkin
Re: inuse statetype stuck? [ In reply to ]
On 11/01/11 20:30, Elkin Fricke wrote:
> Hi, while theming I noticed this issue: the inuse state, after
> watching a recording, stays "on" for ever, even after the file has
> stopped being used. Am I the only one with this problem? or am I just
> theming wrong?
>
> here is the code example:
>
> <statetype name="inuse">
> <state name="yes">
> <imagetype name="tag">
> <area>1040,2,25,25</area>
> <filename>icons/inuse.png</filename>
> </imagetype>
> </state>
> <state name="no">
> <imagetype name="tag">
> <area>1040,2,25,25</area>
> <filename>icons/inuse.png</filename>
> <alpha>0</alpha>
> </imagetype>
> </state>
> </statetype>
>
> cheers,
>
> Elkin
>

Maybe a typo but it looks like you are using the same image for both the
'yes' and 'no' states so not surprising you don't see a difference?

Paul H.