PDA

View Full Version : Container


myksa
11-05-2008, 06:57 AM
Hello,

is there a way to create a container, where I can put some elements? Elements would be aligned inside container, relative to its borders, so moving, hiding, scaling container would affect everything inside.

phberlin
11-05-2008, 11:44 AM
Normally, you can't do this inside of FPP's XML. Maybe it's possible with Patrick's Grouped Hotspots Controller (http://flashpanos.com/content/grouped-hotspots-controller-v10) (I haven't tested it personally).

Regards, Philipp

myksa
11-06-2008, 09:05 AM
Unfortunately it's not exactly what I'm looking for, but I have another question now:

Can I use properties of some hotspots to place other?

For example:

<spot id="spot1" url="s1.png" salign="RT" staticX="-352" staticY="230" static="1" />
<spot id="spot2" url="s2.png" salign="RT" staticX="spot1.staticX+50" staticY="230" static="1" />