now browsing by category

 

Looking for confirmation that what I want can be done and maybe a snippet showing the actual call.

Looking for confirmation that what I want can be done and maybe a snippet showing the actual call.

I want to take a folder or panel and reset the custom attributes of all objects. I am not talking about the position type of attributes. I want to reset all custom font, icon, box, etc properties so that they become unchecked in the gui and will then take on whatever gets set in the Items (customize, more) menus.

]]>

// First post here, hope it fits as it’s more a question then an already finished script.

// First post here, hope it fits as it’s more a question then an already finished script.

I’m a thankful user of the “AppDrawer”-script (create an appdrawer anywhere) and in it’s spirit, I’d like to also have a drawer for contacts and one for music/video.

The question is mostly for the music/video part as in does LLx scripting have access to the filesystem?

Basically, my music is stored like this:

/base/music/artist/(year) albumname

In /artist/ there’s an artist.png and in /(year) albumname/ there’s a cover.png and an .m3u-playlist

So what I would like to have is a page showing all artists as pictures. Long pressing it should queue all playlists alphabetically (thus by year) while short pressing should spawn a list of albums with cover. Again, longpressing should queue the album and shortpressing should spawn the list of files.

Would all of that currently be possible?

]]>

How do I find the extras of “has extras”?

How do I find the extras of “has extras”?

Just used this:

alert(LL.getEvent().getItem());

]]>

What you see in the pic is not a widget. It is a fully scripted canvas.

What you see in the pic is not a widget. It is a fully scripted canvas.

In this ‘WIP’, it only updates when the refresh-button is pushed.

What would be the smartest way to make it update automatically? (Battery wise)

]]>

Sorry to spam everyone’s Google+ feed but I have time tonight to put the finishing touches on my new desktop but, as…

Sorry to spam everyone’s Google+ feed but I have time tonight to put the finishing touches on my new desktop but, as I’m sure you can tell, my scripting is nowhere near the level of some of the people in this community.

Anyway, I have a folder that opens from a widget when I swipe the widget. Rather than it opening, I’d like to see if I can make it rise up from behind the widget. I know I can set it to slide up from bottom, but then it comes up the whole screen and my widget is in the middle of the screen. Anyone have any ideas how to make this happen?

]]>

I have a request for a script that is way over my head.

I have a request for a script that is way over my head. If one of the Wise Men here could do it (or point me in the right direction) it would be greatly appreciated.

Is there a way to do a gradual change in visibility? I have a widget that I have to change the visibility of when I open a folder over it. I set the visibility to False when the folder opens, but I’d like more of a fade, rather than the widget just disappearing.

]]>

I need help.

I need help. This seems like it should be easy but I can’t make it work. I have several folders on my desktop. One of them has icons for other folders inside of it. I wrote a script where I can swipe away a folder so I don’t have to use ” Close Top Folder ” since the folder I’m trying to close might not be the top one. However, the script doesn’t seem to work for the folders launched from another folder. Anyone have any ideas?

I’m running the Beta BTW.

]]>

help me!

help me!

I cannot use this script.

https://docs.google.com/file/d/0B_dZw7P2rMmIczBpLWhvNllMbmc/preview

At line 1 : TypeError: Cannot call method ” getProperties ” of null

]]>

updates

updates

– MultiTool: replaced functionality: moving items – extended usage, using switch

– AutoFormat: Fix for switch, return and backslashes

– all animations are now standalone

– all scripts: using sxh-tag for easier copying

]]>

This is a Video regarding my “Problem” which i have posted here:

This is a Video regarding my “Problem” which i have posted here:

https://plus.google.com/u/0/+gerdreuter/posts/P7xvtFYYn5T

First part with Script from above.

Second part Script with jsut this:

if (pos>-1) {

trans=255;

itm. getProperties(). edit(). setInteger(‘i.alpha’,trans). commit() ;

}

Additional info:

by reaching stop-point i chnage the tranparency to 0 of this panel.

and by resuming desktopn i set it to 255.

]]>