tyler thibault

now browsing by tag

 
 

I am having some trouble with some of the scripts I am trying to write and am wondering if someone could help me out…

I am having some trouble with some of the scripts I am trying to write and am wondering if someone could help me out or point me in the write direction. Please understand that not only am I new to lightning launcher but I am kind of new to javascript also.

I am trying to have to have some text when tapped on run a script which opens a folder that is in a panel that is in another panel. I can open a folder that is on the desktop bit once it goes in a layer then I am unsure how to direct the code to look for the folder in that panel. I was thinking that it was something like ….

Var f1 = get.containerById(“name of panel”).getItemByName(“folder”);

f1.open();

but that doesn’t work keeps saying that cannot open from null.

My other issue that I am curious about is how to push a variable from LL to tasker. I have figured out how to push one from tasker to LL but don’t know how to do the opposite.

Again if anyone could help me or point me in the right direction, it would be helpful. Thanks for your understanding.