- Moderator
- #1
Hi
I have a process prlugin and I want to set the path of a multiimage through this. This can easily be done on labels, but how can I address a multiimage?
Using GUIPropertyManager.SetProperty("#bgpath", "TV"); doesn't seem to have any affect, although the multiimage works when I hardcode imagepath to "TV".
Help?
I have a process prlugin and I want to set the path of a multiimage through this. This can easily be done on labels, but how can I address a multiimage?
Code:
<control>
<description>background rotation</description>
<id>0</id>
<type>multiimage</type>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath>#bgpath</imagepath>
<timeperimage>100</timeperimage>
<fadetime>700</fadetime>
<loop>yes</loop>
<randomize>False</randomize>
</control>
Using GUIPropertyManager.SetProperty("#bgpath", "TV"); doesn't seem to have any affect, although the multiimage works when I hardcode imagepath to "TV".
Help?