now browsing by category
I don’t understand bindings :/ i’d like to display a String that changes to another String every 20 minutes sorta…
In the “old days” of lightning launcher I could swipe two fingers across the screen and everything would disappear…
I started a little project that kinda works like the Google launcher (where you scroll to the far left page to open…

I started a little project that kinda works like the Google launcher (where you scroll to the far left page to open Google app), but in my case it’s supposed to open the app of my choosing. Simple enough. Well, I can say that part works. The part I’m having trouble with is having it already be on the home page when i leave the app.
I’m running this all from a single stop point. As soon as it reaches the point, it’s supposed to go back to the home page and then open the app. I couldn’t figure out how to run the bookmark shortcut, so I tried this script. Alas, the script doesn’t work either. So how do I create the desired effect?
]]>I’m feeling kinda stupid.
Does anybody know if there’s an android o style app plugin?
can someone share an example script to change the background color of a panel.
I’m having trouble even identifying the panel via script.
var p = LL.getCurrentDesktop.getContainerById(‘#790001’);
does not work
var p = LL.getCurrentDesktop.getItemByName(‘myPanel’);
does not work
var p = LL.getEvent().getContainer();
does not work.
once I get the panel via code I’m also having trouble accessing the background color property.
Box documentation shows that I would use a string such as:
cn:0xffff0000
but where? example– item.SetBoxBackground(‘cn:0xffff0000’);
does not work. nor anything else I’ve tried.
I’ve found very little documentation about this. Any help would be appreciated.
]]>