I want to set up my desktop so when I swipe a widget, it scrolls a panel.

I want to set up my desktop so when I swipe a widget, it scrolls a panel. I tried doing this with a desktop bookmark but can’t make it work. Will I have to use scripting for this or is there a workaround?

]]>

4 Commentsto I want to set up my desktop so when I swipe a widget, it scrolls a panel.

  1. Anonymous says:

    < ![CDATA[

    I could be wrong but I believe you’ll have to do a bit of scripting for this. I tested a few things and in order to use the desktop bookmark it would have to be created as a shortcut within the panel itself. If you attempt to assign a desktop bookmark to the swipe of the widget it will only worry about the desktop position and not the position of the panel.



    There may be a way thought but from what I’ve tried I haven’t had any luck with the use of scripting.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    i recommend  script(s)

    ]]>

  3. Anonymous says:

    < ![CDATA[

    I keep getting an error saying im missing a “;” on this script. Can anyone see what I’m missing?



    var frame = LL.getContainerById(0x000009);



    float h = frame.getHeight();



    float ypos = frame.getPositionY();



    float ynew = ypos – h;



    frame.setPosition(0,ynew);

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Use ‘var’ instead of ‘float’


    This is JavaScript

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *