Changing BG for Thumbs/Map

  • As default the background layer for the thumbs and the Bing map are the same.
    It may make sense for the thumbs to use a black alpha 0.5 but not for the Maps if you want to have it placed with 30% width at the side.

    I can not find any easy way to change this as there is no reference at all from the map or the thumbs to the container layer.

    Another thing is that the width and height of the map does not respond as I expect. Default setting is height 50% but it actually opens at around 90% and changing height does not change anything.
    Only width does react as expected.

    Hans

  • Ok I managed to figure out how to do it. Or at least one way.

    <action name="skin_showthumbs">
    tween(layer[skin_thumbs].alpha, 1.0, 0.25);tween(layer[skin_scroll_container].bgalpha, 0.5, 0.25);
    </action>

    and in
    <action name="skin_showmap">
    tween(layer[skin_logo].alpha, 0.0, 0.25, default, set(layer[skin_logo].visible,false);tween(layer[skin_scroll_container].bgalpha, 0.0, 0.25));

    But I have to say I would have preferred to have to different containers, must say that for the beginner all this complex actions and layers must be a hell to understand.
    I prefer to make things much simpler.

    Hans

  • But I have to say I would have preferred to have to different containers, must say that for the beginner all this complex actions and layers must be a hell to understand.
    I prefer to make things much simpler.

    Hans

    That would be nice for all the not-coder as me too!

Jetzt mitmachen!

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