Archives

now browsing by author

 

Did you know that in addition to acceleration and deceleration, animate also has an ease option that combines the…

Did you know that in addition to acceleration and deceleration, animate also has an ease option that combines the two. So in addition to ‘ac’ and ‘de’ you can use:

animate(‘$mover’,’1000′,’ease’)

As remarkable as LL is, icon images cannot be dynamically changed without scripting, and there are no scripting…

As remarkable as LL is, icon images cannot be dynamically changed without scripting, and there are no scripting examples for it. Tasker cannot do it either without Zoom, and Zoom is… you know.

For scripting, what is the object hierarchy needed to address screen items, say, image of an active, tapped icon? This is something that won’t open up at all for me in the LL manuals.

How to align multiline text label so that each line starts from the right?

How to align multiline text label so that each line starts from the right? My label is from a binding, which splits the line with \n or two, but that defaults to the lines being centered. It helps some to add tabs to the label with \t, but it is not precise enough. Scripting?

“Plain” is the only selection effect that works on some widgets created with Kustom KWGT.

“Plain” is the only selection effect that works on some widgets created with Kustom KWGT. On those faulty widgets “Halo” effect creates the same kind of blue rectangle that plain does, and none of the Lightning color or transparency settings affect the blue rectangle in any way. Material effect I don’t have since this is KitKat. Halo works in KWGT only if touch effect is applied to the root object in KWGT. All other widgets and other taps work as they should.

Kustom suspects this might be a laucher issue. Any ideas?

Icons for widgets cannot be changed, it seems.

Icons for widgets cannot be changed, it seems. I thought I’d bypass this by opening the widget (Google Sound Search) from a “normal” icon with an event, but there’s no launch widget event.

Next would be to start the widget from a script. But how? item.launch(“com.google.etc.etc”) ?

Help would be much appreciated.