how to put a border to a hotspot image

  • Hello I would like to add a border to a hotspot image.
    How to do ? (krpano-1.19-pr13)

    I added the following line and it does not work

    Code
    set(hs.border, '4 0xFFBB00 1.0');

    Other solution if possible ...
    How to add the following layer parent to the hotspot in <action>?

    Code
    <layer name="skin_thumb_border" type="container" x="0" y="0" zorder="1000" width="1604" height="1071" visible="true" enabled="false" align="" bgborder="get:skin_settings.design_thumbborder_bgborder" bgroundedge="get:skin_settings.design_thumbborder_bgroundedge" scale="0.075" />

    I am desperate
    please waiting for your answer

  • The following action should work:

    Code
    set(layer[skin_thumb_border].parent,hotspot[get(hs_name)]);

    with

    Code
    <layer name="skin_thumb_border" type="container" zorder="1000" width="100%" height="100%" visible="true" enabled="false" bgborder="get:skin_settings.design_thumbborder_bgborder" bgroundedge="get:skin_settings.design_thumbborder_bgroundedge" />

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!