Android buttons issue

  • Hi,
    I used MAKE PANO (MULTIRES) droplet.bat (krpanotools-1.0.8.14-win64-2011-10-14) and created pano but I don't see buttons on my Samsung Galaxy S II (aka i9100).

    Screenshot:

    Defaultskin.xml include this code:

    ....
    <style name="button" url="%SWFPATH%/skin/buttons.png" devices="desktop" keep="true" />
    ....
    <!-- android buttons -->
    <plugin name="android_in" devices="android" align="leftbottom" x="20" y="20" scale="2.0" style="button" crop="160|0|40|40" onovercrop="160|40|40|40" ondowncrop="160|80|40|40" ondown="set(fov_moveforce,-1);" onup="set(fov_moveforce,0);" />
    ....


    Is it error in defaultskin.xml ?

  • Hi,

    you're right!
    there is a bug in the defaultskin.xml:

    the - devices="desktop" - in the <style> node is wrong - it need to be removed:

    Zitat

    <style name="button" url="%SWFPATH%/skin/buttons.png" devices="desktop" keep="true" />

    with that setting the <style> element will be only defined on desktop, so it will be missing for the buttons,

    best regards,
    Klaus

Jetzt mitmachen!

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