![]() |
|
#1
|
|||
|
|||
|
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. |
|
#2
|
||||
|
||||
|
Normally, you can't do this inside of FPP's XML. Maybe it's possible with Patrick's Grouped Hotspots Controller (I haven't tested it personally).
Regards, Philipp |
|
#3
|
|||
|
|||
|
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: Code:
<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" /> |
![]() |
| Tags |
| container |
| Thread Tools | |
| Display Modes | |
|
|