May, 2015
now browsing by month
Assign a Counter for whatsapp as a label for an empty shortcut with tasker.
the rar contains 2 tasker profiles (1 to count, 1 to empty) and the script for LLX
https://drive.google.com/open?id=0B2Gltk_LlAG4aFB5aVlJWXNHRGs&authuser=0
With help from Pierre Hébert and Evelien Wijbenga
who wrote this tutorial
https://plus.google.com/+EvelienWijbenga/posts/Bk4ho766SUe
Thought i would share 🙂
]]>My battery
In the previous screenshot I used Background image
Now using another item with Colorize
Evelien Wijbenga
You could add animate but I don’t see it useful here
Thank you to TrianguloY and Lukas Morawietz for help
]]>hey guys, i am trying to get a missed whatsapp counter as a label via tasker.
i have a tasker profile wich adds +1 to a variable and this variable gets picked up by the zooper variable.
so far so good.
i used
https://www.youtube.com/watch?v=nnJQ5N8PXi8
to get this variable as a label and it works. But when i place the item inside a panel i cant get it to work.
i use
this works for the item wich isnt inside a panel.
LL.getCurrentDesktop().getItemByName(“LLXwapp”).setLabel(LL.getEvent().getData(),false);
for the item inside a panel named “left”
i get Type error Cannot find function getItemByName in object Panel 65579.
LL.getCurrentDesktop().getItemByName(“left”).getItemByName(“LLXwapp”).setLabel(LL.getEvent().getData(),false);
from the API:
getItemByLabel(String label)
This method is deprecated. No replacement.
so this doesnt work
The script gets triggered by the tasker event.
so basicly i just need to get the item inside the panel 🙂
a really simple thing
]]>In 12.5b1, there seems to be an issue with either exporting templates or importing them.
Hello!
How can I use the Resume event (if possible) to trigger a new animation/binding.
I for example set the transparency of an icon to 0 and use the Set a variable action on resume to set it back to 255. The result I get, even with the animate function, is that the desktop loads and the icon plops up a bit after with no animation.
Maybe this can be fixed with a script using a delay or maybe some other way. If you know a solution please comment.
]]>Another round of suggestions, theme: bindings
1) Now it’s easier to show/hide an item from bindings, but when it is hidden it is hard to select it (you need to use the hierarchy). What about show hidden items automatically in edit mode? A checkbox in settings (or even in the editor bars) to enable/disable this feature will maybe be necessary.
2) Now I mention that: what about a shortcut in the editor bars to show the hierarchy menu?
3) You can set the value of a variable through a lightning action, but it is set as text (converted to number from JavaScript I guess). What about evaluate the input? The same as the binding box. Optionally, a checkbox to change between ‘value’ and ‘expression’. This will help to make toggles.
4) This suggestion is more suitable to simply write it in the to-do list and forget. The list of available lighting actions have increase in length, maybe a sort, even with categories, will help to find easily what you want (specially because the ‘run script’ and ‘set a variable’ are in the middle 😛 )
]]>Hello, i am not good in scripting but i want learn it.
I also looking for a tutorial about Scripting. Especially the Syntax is important. In the scripting wiki of LLX i only found the parameters and expressions etc. but put them together failed everytime.
]]>