Hi,
Is there any way to adjust the above mouse position code to give a readout from align="center" edge="center" ??
not, that's not possible,
but what do you want to do?
e.g. placeing spots on a map can be done in a other easier way,
create a map plugin:
|
Quellcode
|
1
|
<plugin name="map" ... />
|
and then you align the "spots"
within this map by using the "parent" parameter,
|
Quellcode
|
1
|
<plugin name="spot1" ... parent="map" align="lefttop" edge="center" x=".." y=".." />
|
and to determinate the x/y values for the spots just a measuring tool in a graphic editor,
best regards,
Klaus